<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/configshell, 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-03-06T18:59:34Z</updated>
<entry>
<title>pythonPackages.configshell: 1.1.28 -&gt; 1.1.29</title>
<updated>2021-03-06T18:59:34Z</updated>
<author>
<name>ajs124</name>
<email>git@ajs124.de</email>
</author>
<published>2021-03-06T18:59:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7adf9e90559a70473ee5fbcba9ef53d6a5850949'/>
<id>urn:sha1:7adf9e90559a70473ee5fbcba9ef53d6a5850949</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>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>pythonPackages.configshell: 1.1.27 -&gt; 1.1.28</title>
<updated>2020-04-16T19:54:21Z</updated>
<author>
<name>ajs124</name>
<email>git@ajs124.de</email>
</author>
<published>2020-04-15T17:09:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=15e790cec84683056d5c0c7edb3484a078139e6b'/>
<id>urn:sha1:15e790cec84683056d5c0c7edb3484a078139e6b</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>pythonPackages.configshell: 1.1.26 -&gt; 1.1.27</title>
<updated>2019-11-17T15:50:57Z</updated>
<author>
<name>Markus Kowalewski</name>
<email>markus.kowalewski@fysik.su.se</email>
</author>
<published>2019-11-08T13:11:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2c067b46adb82b915019b634a16a65a82ef324ea'/>
<id>urn:sha1:2c067b46adb82b915019b634a16a65a82ef324ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.configshell: 1.1.fb25 -&gt; 1.1.26</title>
<updated>2019-11-05T21:03:43Z</updated>
<author>
<name>Markus Kowalewski</name>
<email>markus.kowalewski@fysik.su.se</email>
</author>
<published>2019-08-30T11:07:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7c8f37b24fb7abd9c8d427ee8881df02e5402c99'/>
<id>urn:sha1:7c8f37b24fb7abd9c8d427ee8881df02e5402c99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.configshell: Add urwid to deps</title>
<updated>2019-07-28T10:07:06Z</updated>
<author>
<name>Daniel Schaefer</name>
<email>git@danielschaefer.me</email>
</author>
<published>2019-07-28T09:09:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a96b70b3365295b910098b5c60f0855a4b190f4d'/>
<id>urn:sha1:a96b70b3365295b910098b5c60f0855a4b190f4d</id>
<content type='text'>
It's required in
https://github.com/open-iscsi/configshell-fb/blob/master/configshell/node.py#L1062
and crashes when reaching the function with that import.
</content>
</entry>
<entry>
<title>python.pkgs.configshell: init at 1.1.fb25</title>
<updated>2018-11-26T19:11:43Z</updated>
<author>
<name>ajs124</name>
<email>git@ajs124.de</email>
</author>
<published>2018-06-24T13:52:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=699e72968c065174fc23c2a97068eb25e5d45d9d'/>
<id>urn:sha1:699e72968c065174fc23c2a97068eb25e5d45d9d</id>
<content type='text'>
</content>
</entry>
</feed>
