<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/hyperframe, 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:31Z</updated>
<entry>
<title>python3Packages.hyperframe: 6.0.0 -&gt; 6.0.1</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=0f4982f5da2ea7e6f3bb66a39c005b117b42e254'/>
<id>urn:sha1:0f4982f5da2ea7e6f3bb66a39c005b117b42e254</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>python3Packages.cx_Freeze: fix tests</title>
<updated>2020-12-01T13:44:23Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2020-11-29T18:36:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=c2b7ad587c05a7502ec6f0f56d042b1c19f63371'/>
<id>urn:sha1:c2b7ad587c05a7502ec6f0f56d042b1c19f63371</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.hyperframe: 5.2.0 -&gt; 6.0.0</title>
<updated>2020-12-01T13:44:13Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-11-29T14:04:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a53619b803a03d214147ccc953a05a47ae6cf8e7'/>
<id>urn:sha1:a53619b803a03d214147ccc953a05a47ae6cf8e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: hyperframe: 5.1.0 -&gt; 5.2.0</title>
<updated>2019-02-17T13:40:24Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2019-02-14T07:37:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=aafdd980010ee98a6a2e5b9d6aef9b31fc01f751'/>
<id>urn:sha1:aafdd980010ee98a6a2e5b9d6aef9b31fc01f751</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages: remove `name` attribute`</title>
<updated>2018-06-23T16:14:26Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2018-06-23T13:27:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ced21f5e1a1479e3b6ae5c218818790596f5a16f'/>
<id>urn:sha1:ced21f5e1a1479e3b6ae5c218818790596f5a16f</id>
<content type='text'>
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
</content>
</entry>
<entry>
<title>python.pkgs.hyperframe: 4.0.1 -&gt;  5.1.0</title>
<updated>2017-11-02T23:46:54Z</updated>
<author>
<name>Joerg Thalheim</name>
<email>joerg@thalheim.io</email>
</author>
<published>2017-11-02T23:32:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9d8cc4fab073478b9453b616b0bc2375b16134a6'/>
<id>urn:sha1:9d8cc4fab073478b9453b616b0bc2375b16134a6</id>
<content type='text'>
</content>
</entry>
</feed>
