<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/imageio/default.nix, 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-05-01T18:48:09Z</updated>
<entry>
<title>python3Packages.imageio: refactor</title>
<updated>2021-05-01T18:48:09Z</updated>
<author>
<name>Robert Schütz</name>
<email>dev@schuetz-co.de</email>
</author>
<published>2021-04-30T10:30:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=e95bdd6b3c5c0464e5a8b73a1ad88cef18f5d186'/>
<id>urn:sha1:e95bdd6b3c5c0464e5a8b73a1ad88cef18f5d186</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages: move python 2 only expressions to python2-packages.nix</title>
<updated>2021-04-03T15:49:45Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2021-03-24T16:45:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9'/>
<id>urn:sha1:1e89d4cccdfa3e5857ee250c418fd8c0702ac1e9</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>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: imageio: 2.8.0 -&gt; 2.9.0</title>
<updated>2020-08-16T17:31:03Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-08-16T17:31:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=882b171ebfadb3c1250517d4079653195aae57f1'/>
<id>urn:sha1:882b171ebfadb3c1250517d4079653195aae57f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.imageio: disable python2</title>
<updated>2020-06-29T21:25:22Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2020-06-26T04:53:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=f122c08d932f65eed3fbdfff8039bb5f8634a462'/>
<id>urn:sha1:f122c08d932f65eed3fbdfff8039bb5f8634a462</id>
<content type='text'>
```
  Processing ./imageio-2.8.0-py2-none-any.whl
  ERROR: Package 'imageio' requires a different Python: 2.7.18 not in '&gt;=3.5'
  ```
</content>
</entry>
<entry>
<title>Merge staging-next into staging</title>
<updated>2020-06-13T09:03:26Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-06-13T09:03:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2e4b4e33002f28c0a2551c1cde09632ac2987008'/>
<id>urn:sha1:2e4b4e33002f28c0a2551c1cde09632ac2987008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: use ffmpeg_3 explicitly if not wanted otherwise</title>
<updated>2020-06-12T18:55:31Z</updated>
<author>
<name>Doron Behar</name>
<email>doron.behar@gmail.com</email>
</author>
<published>2020-06-07T12:39:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=01d4e2fe332420684803170597d1b88e9f826303'/>
<id>urn:sha1:01d4e2fe332420684803170597d1b88e9f826303</id>
<content type='text'>
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
</content>
</entry>
<entry>
<title>python: imageio: 2.6.1 -&gt; 2.8.0</title>
<updated>2020-06-11T08:00:00Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-06-06T06:47:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=d7a7002d6dd74b4983160f3469e4fb551adcf233'/>
<id>urn:sha1:d7a7002d6dd74b4983160f3469e4fb551adcf233</id>
<content type='text'>
</content>
</entry>
</feed>
