<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/cerberus, 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-06-22T11:42:51Z</updated>
<entry>
<title>python3Packages.Cerberus: fix build</title>
<updated>2021-06-22T11:42:51Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2021-06-19T11:15:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7f43a41cb38faafa7cc23fd3d38628f465eec008'/>
<id>urn:sha1:7f43a41cb38faafa7cc23fd3d38628f465eec008</id>
<content type='text'>
The pypi sources don't contain everything required to run tests.
</content>
</entry>
<entry>
<title>python3Packages.Cerberus: 1.3.2 -&gt; 1.3.4</title>
<updated>2021-06-22T00:00:00Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2021-06-18T21:47:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=c06ffa54e8dd7eaf0725a04026d8be50290018cc'/>
<id>urn:sha1:c06ffa54e8dd7eaf0725a04026d8be50290018cc</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>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>python38Packages.cerberus: 1.3.1 -&gt; 1.3.2</title>
<updated>2019-11-02T21:37:48Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2019-11-02T20:27:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a977c039a190db9a7a7ee1cecda4331752cc614e'/>
<id>urn:sha1:a977c039a190db9a7a7ee1cecda4331752cc614e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.cerberus: fix tests</title>
<updated>2019-10-18T07:54:05Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2019-10-17T22:06:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a5f7791bcfe0df7229a8044743c1aaa2929b9785'/>
<id>urn:sha1:a5f7791bcfe0df7229a8044743c1aaa2929b9785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: Cerberus: 1.3 -&gt; 1.3.1</title>
<updated>2019-06-15T06:44:04Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2019-05-30T06:49:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5b0b74e9188b901b8c243ba6ed85969fa4d00da4'/>
<id>urn:sha1:5b0b74e9188b901b8c243ba6ed85969fa4d00da4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python37Packages.cerberus: 1.2 -&gt; 1.3</title>
<updated>2019-05-05T23:06:03Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2019-05-05T23:06:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5489da1a2bf1c5f9a9075d29ca1fce97d57423fe'/>
<id>urn:sha1:5489da1a2bf1c5f9a9075d29ca1fce97d57423fe</id>
<content type='text'>
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cerberus/versions
</content>
</entry>
<entry>
<title>python: Cerberus: 1.1 -&gt; 1.2</title>
<updated>2018-06-21T05:49:04Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2018-06-12T16:46:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=3e22abf16f6ef2fe677ba51694e13f0985ee993e'/>
<id>urn:sha1:3e22abf16f6ef2fe677ba51694e13f0985ee993e</id>
<content type='text'>
</content>
</entry>
</feed>
