<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/bleak, 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-08T09:56:56Z</updated>
<entry>
<title>pythonPackages.bleak: 0.12.1 -&gt; 0.13.0</title>
<updated>2021-11-08T09:56:56Z</updated>
<author>
<name>Alvar Penning</name>
<email>post@0x21.biz</email>
</author>
<published>2021-11-08T09:56:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=580e53479ac07bd4165989a372a51ea1dbfdb2f3'/>
<id>urn:sha1:580e53479ac07bd4165989a372a51ea1dbfdb2f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.bleak: 0.12.0 -&gt; 0.12.1</title>
<updated>2021-07-10T10:34:01Z</updated>
<author>
<name>Alvar Penning</name>
<email>post@0x21.biz</email>
</author>
<published>2021-07-10T10:34:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ecb2db7d7e3aac716d65d14f03ac2f95bacb81e5'/>
<id>urn:sha1:ecb2db7d7e3aac716d65d14f03ac2f95bacb81e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.bleak: 0.11.0 -&gt; 0.12.0</title>
<updated>2021-07-02T23:02:23Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2021-07-02T23:02:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4932dbdc95dd3dde3d023624b147dfb3bc499372'/>
<id>urn:sha1:4932dbdc95dd3dde3d023624b147dfb3bc499372</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages.bleak: 0.10.0 -&gt; 0.11.0</title>
<updated>2021-03-18T14:23:34Z</updated>
<author>
<name>Alvar Penning</name>
<email>post@0x21.biz</email>
</author>
<published>2021-03-18T10:30:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=d94723cea3d85f25508172e26b00827e07b538af'/>
<id>urn:sha1:d94723cea3d85f25508172e26b00827e07b538af</id>
<content type='text'>
Co-authored-by: Sandro &lt;sandro.jaeckel@gmail.com&gt;
</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>python37Packages.bleak: 0.9.1 -&gt; 0.10.0</title>
<updated>2020-12-17T03:16:19Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2020-12-16T15:42:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=469d91a63f06696427f9c780be435d063888cc09'/>
<id>urn:sha1:469d91a63f06696427f9c780be435d063888cc09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python37Packages.bleak: 0.7.1 -&gt; 0.9.1</title>
<updated>2020-11-20T05:00:51Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2020-11-20T04:29:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=51f4c33ef7b0cea0f5eafec5486cd074dda8a0f4'/>
<id>urn:sha1:51f4c33ef7b0cea0f5eafec5486cd074dda8a0f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge staging-next into staging</title>
<updated>2020-08-17T15:51:54Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-08-17T15:51:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7dba6836562bf15244f629eba08fb93301726bf0'/>
<id>urn:sha1:7dba6836562bf15244f629eba08fb93301726bf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: bleak: 0.6.4 -&gt; 0.7.1</title>
<updated>2020-08-16T17:30:53Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-08-16T17:30:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=bad70c073d5cb21182d520a37b633c175cd7f65b'/>
<id>urn:sha1:bad70c073d5cb21182d520a37b633c175cd7f65b</id>
<content type='text'>
</content>
</entry>
</feed>
