<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/avro, 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-12-01T02:52:56Z</updated>
<entry>
<title>python3Packages.avro: switch to pytestCheckHook</title>
<updated>2021-12-01T02:52:56Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2021-11-30T00:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9e3234aa9f7720f8f3abd18110e18586d457a8c3'/>
<id>urn:sha1:9e3234aa9f7720f8f3abd18110e18586d457a8c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.avro: 1.10.2 -&gt; 1.11.0</title>
<updated>2021-12-01T02:48:36Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2021-11-25T22:46:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=eb468bae8ba162006a52a0216bd7514c25977dd7'/>
<id>urn:sha1:eb468bae8ba162006a52a0216bd7514c25977dd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python38Packages.avro: 1.10.1 -&gt; 1.10.2</title>
<updated>2021-03-22T01:41:28Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2021-03-22T01:25:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ef2ac47659e70aa5b94fc128ee273bfd52df79d7'/>
<id>urn:sha1:ef2ac47659e70aa5b94fc128ee273bfd52df79d7</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>pkgs/development/python-modules: stdenv.lib -&gt; lib</title>
<updated>2021-01-24T00:29:22Z</updated>
<author>
<name>Pavol Rusnak</name>
<email>pavol@rusnak.io</email>
</author>
<published>2021-01-24T00:29:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a4bbfba80dbdccf7c3d3ac64fc7afa2494cf743a'/>
<id>urn:sha1:a4bbfba80dbdccf7c3d3ac64fc7afa2494cf743a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python37Packages.avro: 1.10.0 -&gt; 1.10.1</title>
<updated>2021-01-18T05:42:19Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2021-01-18T01:56:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=85f4b40e9d79dd382fed0f13916b2b323eed942d'/>
<id>urn:sha1:85f4b40e9d79dd382fed0f13916b2b323eed942d</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>Merge branch 'staging-next' into staging</title>
<updated>2020-08-23T00:18:27Z</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2020-08-23T00:18:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=58377555eddb98ade867c80f166e3c01a81a2dc9'/>
<id>urn:sha1:58377555eddb98ade867c80f166e3c01a81a2dc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.avro: 1.9.2 -&gt; 1.10.0 (#95790)</title>
<updated>2020-08-21T12:26:28Z</updated>
<author>
<name>zimbatm</name>
<email>zimbatm@zimbatm.com</email>
</author>
<published>2020-08-21T12:26:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=fcd447bfed52b95d8e63314c0e8ab3c01649dfdc'/>
<id>urn:sha1:fcd447bfed52b95d8e63314c0e8ab3c01649dfdc</id>
<content type='text'>
pythonPackages.avro: 1.9.2 -&gt; 1.10.0</content>
</entry>
<entry>
<title>python: avro: 1.9.2 -&gt; 1.10.0</title>
<updated>2020-08-16T17:30:50Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-08-16T17:30:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1a231002507ca66d854eceaaf13914eb3b69a611'/>
<id>urn:sha1:1a231002507ca66d854eceaaf13914eb3b69a611</id>
<content type='text'>
</content>
</entry>
</feed>
