<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/httpretty, 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-11-13T03:10:54Z</updated>
<entry>
<title>pkgs.development.python-modules: remove unused args</title>
<updated>2021-11-13T03:10:54Z</updated>
<author>
<name>Markus S. Wamser</name>
<email>github-dev@mail2013.wamser.eu</email>
</author>
<published>2021-11-12T09:22:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2043dbb6faa9e21b0fb500161542e30d6c8bc680'/>
<id>urn:sha1:2043dbb6faa9e21b0fb500161542e30d6c8bc680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.httpretty: 1.1.3 -&gt; 1.1.4</title>
<updated>2021-09-05T12:57:56Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2021-08-26T19:32:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4f36e433a62f2d24c7374bc72c3640c624ea1ef6'/>
<id>urn:sha1:4f36e433a62f2d24c7374bc72c3640c624ea1ef6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.httpretty: 1.0.5 -&gt; 1.1.3</title>
<updated>2021-06-22T11:42:31Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2021-06-18T21:47:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=6ddc04c966325340ed84d8bd83be9cd8e480cbf5'/>
<id>urn:sha1:6ddc04c966325340ed84d8bd83be9cd8e480cbf5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.httpretty: 1.0.3 -&gt; 1.0.5</title>
<updated>2021-02-26T10:01:45Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2021-02-20T09:09:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7af047e4fec87e523256fe61555f12d301b6b149'/>
<id>urn:sha1:7af047e4fec87e523256fe61555f12d301b6b149</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>python3Packages.httpretty: 1.0.2 -&gt; 1.0.3</title>
<updated>2020-12-01T13:44:13Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-11-29T14:04:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=22d08acfa19daac7a70a894e7ef5b4cddebc0174'/>
<id>urn:sha1:22d08acfa19daac7a70a894e7ef5b4cddebc0174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3.pkgs.httpretty: only run unit tests</title>
<updated>2020-06-11T08:00:26Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-06-07T12:46:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=c1faf4efd8753747f322f6eeddac65fafc88f09c'/>
<id>urn:sha1:c1faf4efd8753747f322f6eeddac65fafc88f09c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python2.pkgs.httpretty: keep 0.9.7 for python 2</title>
<updated>2020-06-11T08:00:26Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-06-07T12:28:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8263989d119557a43b7d2a5b4d55169828770a47'/>
<id>urn:sha1:8263989d119557a43b7d2a5b4d55169828770a47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: httpretty: 0.9.7 -&gt; 1.0.2</title>
<updated>2020-06-11T08:00:00Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-06-06T06:47:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=10ebfb83ab289a0d11e51160d5629e4a9188491a'/>
<id>urn:sha1:10ebfb83ab289a0d11e51160d5629e4a9188491a</id>
<content type='text'>
</content>
</entry>
</feed>
