<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/bugzilla, 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>python310Packages.bugzilla: clean up dependencies and enable tests</title>
<updated>2022-11-26T17:43:58Z</updated>
<author>
<name>Theodore Ni</name>
<email>3806110+tjni@users.noreply.github.com</email>
</author>
<published>2022-11-26T17:43:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=36a0517448efa84116c03c2a6b76f89a443c11a9'/>
<id>urn:sha1:36a0517448efa84116c03c2a6b76f89a443c11a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python310Packages.logilab-common: rename using hyphen</title>
<updated>2022-11-26T17:27:09Z</updated>
<author>
<name>Theodore Ni</name>
<email>3806110+tjni@users.noreply.github.com</email>
</author>
<published>2022-11-21T08:00:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=10c2b21c3f8dea83cfa4304109eac00d00be707e'/>
<id>urn:sha1:10c2b21c3f8dea83cfa4304109eac00d00be707e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop myself from meta.maintainers for most packages.</title>
<updated>2021-10-14T09:01:27Z</updated>
<author>
<name>Peter Simons</name>
<email>simons@cryp.to</email>
</author>
<published>2021-10-14T08:59:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=476635afe170dcfe49f3de533c4b05bb6fb094a8'/>
<id>urn:sha1:476635afe170dcfe49f3de533c4b05bb6fb094a8</id>
<content type='text'>
I'd like to reduce the number of Github notifications and
review requests I receive.
</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>python37Packages.bugzilla: 2.2.0 -&gt; 2.3.0</title>
<updated>2019-09-28T06:05:53Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2019-09-28T06:05:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9218d6ba954e1af8757c72a043ab2fdca8ad6f96'/>
<id>urn:sha1:9218d6ba954e1af8757c72a043ab2fdca8ad6f96</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-bugzilla/versions
</content>
</entry>
<entry>
<title>python-bugzilla: fix broken package name</title>
<updated>2019-07-04T11:49:03Z</updated>
<author>
<name>Peter Simons</name>
<email>simons@cryp.to</email>
</author>
<published>2019-07-04T11:49:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=c30788f2d516f4151b7312e475ca0887385cc749'/>
<id>urn:sha1:c30788f2d516f4151b7312e475ca0887385cc749</id>
<content type='text'>
This package has downloaded an incorrect source tarball for the longest time.
</content>
</entry>
<entry>
<title>python-bugzilla: replace broken meta.homepage link</title>
<updated>2019-07-04T11:36:08Z</updated>
<author>
<name>Peter Simons</name>
<email>simons@cryp.to</email>
</author>
<published>2019-07-04T11:34:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8'/>
<id>urn:sha1:bfcbcfde97b0f6b8f8108d2012e3f193c2d4e7d8</id>
<content type='text'>
</content>
</entry>
</feed>
