<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/crccheck, branch origin/python-codeownership</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-codeownership</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-codeownership'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2023-01-21T12:00:00Z</updated>
<entry>
<title>treewide: switch to nativeCheckInputs</title>
<updated>2023-01-21T12:00:00Z</updated>
<author>
<name>Guillaume Girol</name>
<email>symphorien+git@xlumurb.eu</email>
</author>
<published>2023-01-21T12:00:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=33afbf39f6f2a6b37e99f070ba7d17a28c416d02'/>
<id>urn:sha1:33afbf39f6f2a6b37e99f070ba7d17a28c416d02</id>
<content type='text'>
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
</content>
</entry>
<entry>
<title>python3Packages.crccheck: 1.1 -&gt; 1.3.0</title>
<updated>2023-01-05T00:08:56Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2022-12-30T19:13:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0aeb39115ff074c013947acd1433be4eb5f4fb99'/>
<id>urn:sha1:0aeb39115ff074c013947acd1433be4eb5f4fb99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: Drop myself as maintainer for some packages I don't use</title>
<updated>2022-07-14T12:39:58Z</updated>
<author>
<name>Elis Hirwing</name>
<email>elis@hirwing.se</email>
</author>
<published>2022-07-14T12:39:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=729fb87ae3b56619333849c53687606e170ec7cc'/>
<id>urn:sha1:729fb87ae3b56619333849c53687606e170ec7cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.crccheck: 1.0 -&gt; 1.1</title>
<updated>2021-12-01T02:48:40Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2021-11-25T22:46:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=de1b54e25defbaa22d3b5823782146ca92447c1c'/>
<id>urn:sha1:de1b54e25defbaa22d3b5823782146ca92447c1c</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>python3Packages.crccheck: 0.6 -&gt; 1.0</title>
<updated>2021-01-19T18:20:04Z</updated>
<author>
<name>Elis Hirwing</name>
<email>elis@hirwing.se</email>
</author>
<published>2020-10-03T08:09:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=237dcf208abe8e29676d1928ce7b0691f6a55dbf'/>
<id>urn:sha1:237dcf208abe8e29676d1928ce7b0691f6a55dbf</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.crccheck: init at 0.6</title>
<updated>2019-12-07T11:50:04Z</updated>
<author>
<name>Elis Hirwing</name>
<email>elis@hirwing.se</email>
</author>
<published>2019-11-29T17:18:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=473a21f39efc5d8b651de890844a121b920abf53'/>
<id>urn:sha1:473a21f39efc5d8b651de890844a121b920abf53</id>
<content type='text'>
</content>
</entry>
</feed>
