<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/fuse-python, branch origin/python-unstable</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-unstable</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-unstable'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2021-06-22T11:42:28Z</updated>
<entry>
<title>python3Packages.fuse-python: 1.0.1 -&gt; 1.0.4</title>
<updated>2021-06-22T11:42:28Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2021-06-18T21:47:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0df9ea6fc2cfd6890082b220c399fe292a96f8de'/>
<id>urn:sha1:0df9ea6fc2cfd6890082b220c399fe292a96f8de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove stdenv where not needed</title>
<updated>2021-01-25T17:31:47Z</updated>
<author>
<name>Pavol Rusnak</name>
<email>pavol@rusnak.io</email>
</author>
<published>2021-01-25T08:26:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a6ce00c50c36624fec06b2b756a766d4d0f4a888'/>
<id>urn:sha1:a6ce00c50c36624fec06b2b756a766d4d0f4a888</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.fuse: add pythonImportsCheck</title>
<updated>2021-01-22T15:37:47Z</updated>
<author>
<name>Robert Schütz</name>
<email>dev@schuetz-co.de</email>
</author>
<published>2021-01-22T10:35:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=cefafeefbb7f82ad65937877772bff62ae34bf31'/>
<id>urn:sha1:cefafeefbb7f82ad65937877772bff62ae34bf31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python37Packages.fuse: 1.0.0 -&gt; 1.0.1</title>
<updated>2021-01-22T15:37:47Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2021-01-21T07:02:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1bafaad6e72c71a67a1084274816c3520837fd7e'/>
<id>urn:sha1:1bafaad6e72c71a67a1084274816c3520837fd7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: pkgs.pkgconfig -&gt; pkgs.pkg-config, move pkgconfig to alias.nix</title>
<updated>2021-01-19T09:16:25Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2021-01-19T06:50:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9bb3fccb5b55326cb3c2c507464a8a28d44d1730'/>
<id>urn:sha1:9bb3fccb5b55326cb3c2c507464a8a28d44d1730</id>
<content type='text'>
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
</content>
</entry>
<entry>
<title>treewide: with stdenv.lib; in meta -&gt; with lib;</title>
<updated>2021-01-11T09:38:22Z</updated>
<author>
<name>Profpatsch</name>
<email>mail@profpatsch.de</email>
</author>
<published>2021-01-11T07:54:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4a7f99d55d299453a9c2397f90b33d1120669775'/>
<id>urn:sha1:4a7f99d55d299453a9c2397f90b33d1120669775</id>
<content type='text'>
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
</content>
</entry>
<entry>
<title>python: editorconfig fixes</title>
<updated>2020-08-27T19:51:02Z</updated>
<author>
<name>zowoq</name>
<email>59103226+zowoq@users.noreply.github.com</email>
</author>
<published>2020-08-25T02:07:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0cff30bb44063c627dd033ccca8155ace853d4d9'/>
<id>urn:sha1:0cff30bb44063c627dd033ccca8155ace853d4d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: Per RFC45, remove all unquoted URLs</title>
<updated>2020-04-10T16:54:53Z</updated>
<author>
<name>Michael Reilly</name>
<email>OmnipotentEntity@gmail.com</email>
</author>
<published>2020-04-01T01:11:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=84cf00f98031e93f389f1eb93c4a7374a33cc0a9'/>
<id>urn:sha1:84cf00f98031e93f389f1eb93c4a7374a33cc0a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: fuse-python: 0.3.1 -&gt; 1.0.0</title>
<updated>2019-10-27T15:26:41Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2019-10-24T06:47:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=86e5879a4cb4419a13f9c00e7aa027bb0b11ee76'/>
<id>urn:sha1:86e5879a4cb4419a13f9c00e7aa027bb0b11ee76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.fuse: 0.2.1 -&gt; 0.3.1 | refactor | python3 support</title>
<updated>2018-09-18T17:05:34Z</updated>
<author>
<name>Assassinkin</name>
<email>iuns@outlook.fr</email>
</author>
<published>2018-09-14T17:47:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=de9fb389f402db29c7595997a331acc546795c8e'/>
<id>urn:sha1:de9fb389f402db29c7595997a331acc546795c8e</id>
<content type='text'>
</content>
</entry>
</feed>
