<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/convertdate, branch origin/structured-attrs</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fstructured-attrs</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fstructured-attrs'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2021-03-13T23:51:49Z</updated>
<entry>
<title>python3Packages.convertdate: 2.3.1 -&gt; 2.3.2</title>
<updated>2021-03-13T23:51:49Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2021-03-13T23:51:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=dcbfa026a3145c18332ee6db89d9cf4c4ee05073'/>
<id>urn:sha1:dcbfa026a3145c18332ee6db89d9cf4c4ee05073</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python37Packages.convertdate: 2.3.0 -&gt; 2.3.1</title>
<updated>2021-03-13T14:51:54Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2021-02-18T01:11:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=305267aacb0c2b0e2345cb87dff689e7d8aa300b'/>
<id>urn:sha1:305267aacb0c2b0e2345cb87dff689e7d8aa300b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.convertdate: add python2-compatible expression</title>
<updated>2021-03-10T22:33:43Z</updated>
<author>
<name>Robert Schütz</name>
<email>dev@schuetz-co.de</email>
</author>
<published>2021-03-10T14:11:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=e1d60a05af55daadaeaf85d14869459b9b8c9635'/>
<id>urn:sha1:e1d60a05af55daadaeaf85d14869459b9b8c9635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.convertdate: dropped support for Python 2</title>
<updated>2021-03-10T22:33:43Z</updated>
<author>
<name>Robert Schütz</name>
<email>dev@schuetz-co.de</email>
</author>
<published>2021-03-10T14:08:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=fd67fc5dd48cba8266be62ca0258e960d26a53dc'/>
<id>urn:sha1:fd67fc5dd48cba8266be62ca0258e960d26a53dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.convertdate: 2.2.1 -&gt; 2.3.0</title>
<updated>2021-02-04T01:09:56Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2021-02-03T22:22:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=44059c4aff9cb1bb592ead295c23be9d54e9b3fe'/>
<id>urn:sha1:44059c4aff9cb1bb592ead295c23be9d54e9b3fe</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>python27Packages.convertdate: 2.2.0 -&gt; 2.2.1</title>
<updated>2020-05-27T18:51:57Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2020-05-23T10:17:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5de79cbfd31bb69a40d74b951f1eb5ff67147f0c'/>
<id>urn:sha1:5de79cbfd31bb69a40d74b951f1eb5ff67147f0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.convertdate: init at 2.2.0</title>
<updated>2020-03-13T04:50:03Z</updated>
<author>
<name>Jaakko Luttinen</name>
<email>jaakko.luttinen@iki.fi</email>
</author>
<published>2020-03-09T15:20:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=6f263901203a9d7f48320490daeb543d55de3b0f'/>
<id>urn:sha1:6f263901203a9d7f48320490daeb543d55de3b0f</id>
<content type='text'>
</content>
</entry>
</feed>
