<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/biopython, 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>python3Packages.biopython: 1.83 -&gt; 1.85</title>
<updated>2025-01-27T09:54:48Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2025-01-19T20:14:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=89189ecd81a6c5611afd5be76327dd0ea460c563'/>
<id>urn:sha1:89189ecd81a6c5611afd5be76327dd0ea460c563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "python3Packages.biopython: 1.83 -&gt; 1.84"</title>
<updated>2024-11-08T09:27:23Z</updated>
<author>
<name>Markus Kowalewski</name>
<email>markus.kowalewski@gmail.com</email>
</author>
<published>2024-11-08T09:27:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=95aa3d12c670528f16d01262cad53a2c199c8814'/>
<id>urn:sha1:95aa3d12c670528f16d01262cad53a2c199c8814</id>
<content type='text'>
This reverts commit a30bd9c1992ddce61e9ecb4add359011fd30f669.
</content>
</entry>
<entry>
<title>Revert "biopython: fix eval"</title>
<updated>2024-11-08T09:27:11Z</updated>
<author>
<name>Markus Kowalewski</name>
<email>markus.kowalewski@gmail.com</email>
</author>
<published>2024-11-08T09:27:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=220c6d0879f9bdf9c54901ec43809717119c7f2d'/>
<id>urn:sha1:220c6d0879f9bdf9c54901ec43809717119c7f2d</id>
<content type='text'>
This reverts commit 74ae5abbf1bccee90e13997fa68a2664a6a48bcd.
</content>
</entry>
<entry>
<title>biopython: fix eval</title>
<updated>2024-10-14T09:47:29Z</updated>
<author>
<name>K900</name>
<email>me@0upti.me</email>
</author>
<published>2024-10-14T09:47:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=74ae5abbf1bccee90e13997fa68a2664a6a48bcd'/>
<id>urn:sha1:74ae5abbf1bccee90e13997fa68a2664a6a48bcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.biopython: 1.83 -&gt; 1.84</title>
<updated>2024-10-13T09:02:59Z</updated>
<author>
<name>Martin Weinelt</name>
<email>hexa@darmstadt.ccc.de</email>
</author>
<published>2024-09-29T15:03:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a30bd9c1992ddce61e9ecb4add359011fd30f669'/>
<id>urn:sha1:a30bd9c1992ddce61e9ecb4add359011fd30f669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python311Packages.biopython: refactor</title>
<updated>2024-05-10T03:02:52Z</updated>
<author>
<name>seth</name>
<email>getchoo@tuta.io</email>
</author>
<published>2024-05-09T19:14:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=e2fab2bf9c5a8e7446699280de967934961aab22'/>
<id>urn:sha1:e2fab2bf9c5a8e7446699280de967934961aab22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python311Packages.biopython: patch SeqXMLIO parser</title>
<updated>2024-05-10T03:01:32Z</updated>
<author>
<name>seth</name>
<email>getchoo@tuta.io</email>
</author>
<published>2024-05-09T19:12:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2e6953fd06cfe9d8befbab54368b48849079f780'/>
<id>urn:sha1:2e6953fd06cfe9d8befbab54368b48849079f780</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python311Packages.biopython: create home before testing</title>
<updated>2024-01-20T20:55:44Z</updated>
<author>
<name>Weijia Wang</name>
<email>9713184+wegank@users.noreply.github.com</email>
</author>
<published>2024-01-20T20:55:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=56f6323e3d2191ae61da9add1c4135f5a24ab702'/>
<id>urn:sha1:56f6323e3d2191ae61da9add1c4135f5a24ab702</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python311Packages.biopython: enable tests and refactor</title>
<updated>2024-01-14T02:24:25Z</updated>
<author>
<name>natsukium</name>
<email>tomoya.otabi@gmail.com</email>
</author>
<published>2024-01-14T02:24:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5b9de10b9e440b82a9a682a844e3d1abf93f76fb'/>
<id>urn:sha1:5b9de10b9e440b82a9a682a844e3d1abf93f76fb</id>
<content type='text'>
</content>
</entry>
</feed>
