<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/cssselect2, branch origin/HEAD</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2FHEAD</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2FHEAD'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2026-01-11T17:34:20Z</updated>
<entry>
<title>treewide: remove superfluous disabled</title>
<updated>2026-01-11T17:34:20Z</updated>
<author>
<name>Robert Schütz</name>
<email>nix@dotlambda.de</email>
</author>
<published>2026-01-11T17:32:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1a04744f74b8d9330e36dfb401aea6dba74fba79'/>
<id>urn:sha1:1a04744f74b8d9330e36dfb401aea6dba74fba79</id>
<content type='text'>
There is no need to disable Python packages for Python versions that are
no longer in Nixpkgs.
This change was generated using the following script:

    pattern='^\s*disabled\s*=\s*pythonOlder\s*"3\.\([0-9]\|10\)"\s*;\s*$'
    for f in $(find -name '*.nix'); do
        grep -q "$pattern" "$f" || continue
        sed -i "/$pattern/d" "$f"
        if [ $(grep -c pythonOlder "$f") == 1 ]; then
            sed -i '/^\s*pythonOlder,\s*$/d' "$f"
        fi
        nixfmt "$f"
    done
</content>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49Z</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>urn:sha1:567e8dfd8eddc5468e6380fc563ab8a27422ab1d</id>
<content type='text'>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</content>
</entry>
<entry>
<title>python3Packages.cssselect2: 0.7.0 -&gt; 0.8.0</title>
<updated>2025-03-24T17:38:49Z</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-03-24T17:08:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9f5c01a2ee89089b1e66a9f0a7014c962768ce41'/>
<id>urn:sha1:9f5c01a2ee89089b1e66a9f0a7014c962768ce41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove unused with statements from maintainer lists</title>
<updated>2024-07-29T02:06:20Z</updated>
<author>
<name>Jörg Thalheim</name>
<email>joerg@thalheim.io</email>
</author>
<published>2024-07-28T14:44:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5356420466c4d7901b63acc5e337c5bf30573f8a'/>
<id>urn:sha1:5356420466c4d7901b63acc5e337c5bf30573f8a</id>
<content type='text'>
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
</content>
</entry>
<entry>
<title>python312Packages.cssselect2: format with nixfmt</title>
<updated>2024-05-20T07:35:49Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-05-20T07:35:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=d16fcc59e61215adb8dacac97ce7902ec2032f3e'/>
<id>urn:sha1:d16fcc59e61215adb8dacac97ce7902ec2032f3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python312Packages.cssselect2: refactor</title>
<updated>2024-05-20T07:35:14Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2024-05-20T07:35:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2656955ebe2b84809e276cecce1787a9dc4c2b36'/>
<id>urn:sha1:2656955ebe2b84809e276cecce1787a9dc4c2b36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3.pkgs: Migrate fetchers to use hash</title>
<updated>2023-03-03T22:59:29Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2023-03-03T00:48:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0215034f25d23eb6da0f8006a941ccbfd4d9c355'/>
<id>urn:sha1:0215034f25d23eb6da0f8006a941ccbfd4d9c355</id>
<content type='text'>
when they already rely on SRI hashes.
</content>
</entry>
<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.cssselect2: 0.6.0 -&gt; 0.7.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=bc31c7fd049af3c9c38e86101864cb258135b33c'/>
<id>urn:sha1:bc31c7fd049af3c9c38e86101864cb258135b33c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.cssselect2: 0.5.0 -&gt; 0.6.0</title>
<updated>2022-07-21T20:33:45Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2022-07-16T10:59:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ea92ebea4d5f1d46d2d841e396d7b13e97d2a39d'/>
<id>urn:sha1:ea92ebea4d5f1d46d2d841e396d7b13e97d2a39d</id>
<content type='text'>
</content>
</entry>
</feed>
