<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/srsly/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-18T14:17:22Z</updated>
<entry>
<title>python3Packages.srsly: 2.4.0 -&gt; 2.4.1</title>
<updated>2021-05-18T14:17:22Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2021-05-18T06:58:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=91b9bbe38c160d123f7b64b63beffa77c03af6b6'/>
<id>urn:sha1:91b9bbe38c160d123f7b64b63beffa77c03af6b6</id>
<content type='text'>
Changelog:
https://github.com/explosion/srsly/releases/tag/v2.4.1
</content>
</entry>
<entry>
<title>Merge pull request #111566 from danieldk/srsly-2.4.0</title>
<updated>2021-02-08T01:22:38Z</updated>
<author>
<name>Martin Weinelt</name>
<email>mweinelt@users.noreply.github.com</email>
</author>
<published>2021-02-08T01:22:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8dbfc37e2e9f1de461396a9b976e3b9f693f4f13'/>
<id>urn:sha1:8dbfc37e2e9f1de461396a9b976e3b9f693f4f13</id>
<content type='text'>
python3Packages.srsly: 2.3.2 -&gt; 2.4.0</content>
</entry>
<entry>
<title>python3Packages.spacy: remove myself as a maintainer</title>
<updated>2021-02-01T13:50:57Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2021-02-01T13:50:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=79e6a1f3e275e7270ab10ee1d57676419107e22d'/>
<id>urn:sha1:79e6a1f3e275e7270ab10ee1d57676419107e22d</id>
<content type='text'>
Remove myself as a maintainer of spaCy and its dependencies.
</content>
</entry>
<entry>
<title>python3Packages.srsly: 2.3.2 -&gt; 2.4.0</title>
<updated>2021-02-01T13:43:58Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2021-02-01T13:43:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1ff2a485d3b0b6e8405f4db3ad1c86c8beb5e060'/>
<id>urn:sha1:1ff2a485d3b0b6e8405f4db3ad1c86c8beb5e060</id>
<content type='text'>
Changelog:
https://github.com/explosion/srsly/releases/tag/v2.4.0
</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>python3Packages.srsly: 2.3.1 -&gt; 2.3.2</title>
<updated>2020-11-12T10:52:14Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2020-11-12T10:52:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2edac44b201f5a3c6a761a1434dae66c93910621'/>
<id>urn:sha1:2edac44b201f5a3c6a761a1434dae66c93910621</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.srsly: 2.3.0 -&gt; 2.3.1</title>
<updated>2020-11-02T18:00:53Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2020-11-02T12:56:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=693f2aa17a5891b560e28c3f266084d6aaeeb9bb'/>
<id>urn:sha1:693f2aa17a5891b560e28c3f266084d6aaeeb9bb</id>
<content type='text'>
Changelog:

https://github.com/explosion/srsly/releases/tag/v2.3.1
</content>
</entry>
<entry>
<title>python3Packages.srsly: 2.2.0 -&gt; 2.3.0</title>
<updated>2020-10-02T06:47:49Z</updated>
<author>
<name>Daniël de Kok</name>
<email>me@danieldk.eu</email>
</author>
<published>2020-10-02T06:47:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9211e6933557b59ef74f3f45e91544110b068095'/>
<id>urn:sha1:9211e6933557b59ef74f3f45e91544110b068095</id>
<content type='text'>
Changelog:

https://github.com/explosion/srsly/releases/tag/v2.3.0
</content>
</entry>
<entry>
<title>python37Packages.srsly: 2.0.1 -&gt; 2.2.0</title>
<updated>2020-07-07T01:11:10Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2020-07-06T20:58:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7403a99091311e09add64ef591d3f6503b223b46'/>
<id>urn:sha1:7403a99091311e09add64ef591d3f6503b223b46</id>
<content type='text'>
</content>
</entry>
</feed>
