<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/glymur/default.nix, 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-02-05T02:32:32Z</updated>
<entry>
<title>python3Packages.glymur: 0.14.6 -&gt; 0.14.7</title>
<updated>2026-02-05T02:32:32Z</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-02-05T02:32:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=43995f067024ab58c2e6070682df65d54629b031'/>
<id>urn:sha1:43995f067024ab58c2e6070682df65d54629b031</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.glymur: 0.14.4 -&gt; 0.14.6</title>
<updated>2026-01-28T20:35:40Z</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2026-01-28T20:35:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a0b8e66170d4ceaffe62308dfd74a750b3de5ce8'/>
<id>urn:sha1:a0b8e66170d4ceaffe62308dfd74a750b3de5ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.glymur: 0.13.6 -&gt; 0.14.4</title>
<updated>2026-01-21T16:04:04Z</updated>
<author>
<name>Gaetan Lepage</name>
<email>gaetan@glepage.com</email>
</author>
<published>2026-01-21T15:58:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=50a30fb1ef1315328f09248815471eebc9c49665'/>
<id>urn:sha1:50a30fb1ef1315328f09248815471eebc9c49665</id>
<content type='text'>
Diff: https://github.com/quintusdias/glymur/compare/v0.13.6...v0.14.4

Changelog: https://github.com/quintusdias/glymur/blob/refs/tags/v0.14.4/CHANGES.txt
</content>
</entry>
<entry>
<title>treewide: migrate my python packages to use finalAttrs</title>
<updated>2026-01-16T13:32:58Z</updated>
<author>
<name>TomaSajt</name>
<email>62384384+TomaSajt@users.noreply.github.com</email>
</author>
<published>2026-01-11T02:35:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1b3db2fe1f872abc5ef1d1a87ca496f9cc99794d'/>
<id>urn:sha1:1b3db2fe1f872abc5ef1d1a87ca496f9cc99794d</id>
<content type='text'>
</content>
</entry>
<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: replace substituteAll with replaceVars</title>
<updated>2025-02-10T21:51:56Z</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-01-25T15:28:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=b19d0f6d3d46970dc97012a7a2964aa73d647114'/>
<id>urn:sha1:b19d0f6d3d46970dc97012a7a2964aa73d647114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python312Packages.glymur: 0.13.4 -&gt; 0.13.6</title>
<updated>2025-01-13T12:45:17Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2025-01-13T12:44:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=16d18d70dfb40648236334c1d258e88ffc1b7790'/>
<id>urn:sha1:16d18d70dfb40648236334c1d258e88ffc1b7790</id>
<content type='text'>
Diff: https://github.com/quintusdias/glymur/compare/refs/tags/v0.13.6...v0.13.6

Changelog: https://github.com/quintusdias/glymur/blob/refs/tags/v0.13.6/CHANGES.txt
</content>
</entry>
<entry>
<title>treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`</title>
<updated>2025-01-03T23:19:17Z</updated>
<author>
<name>Peder Bergebakken Sundt</name>
<email>pbsds@hotmail.com</email>
</author>
<published>2025-01-03T20:24:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0cd04d30366f52fe9dd7664fb7decf4b93b1d789'/>
<id>urn:sha1:0cd04d30366f52fe9dd7664fb7decf4b93b1d789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`</title>
<updated>2024-09-24T21:04:37Z</updated>
<author>
<name>Artturin</name>
<email>Artturin@artturin.com</email>
</author>
<published>2024-09-24T15:50:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=e0464e47880a69896f0fb1810f00e0de469f770a'/>
<id>urn:sha1:e0464e47880a69896f0fb1810f00e0de469f770a</id>
<content type='text'>
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
</content>
</entry>
<entry>
<title>python312Packages.glymur: 0.13.2 -&gt; 0.13.4</title>
<updated>2024-07-07T11:57:43Z</updated>
<author>
<name>TomaSajt</name>
<email>62384384+TomaSajt@users.noreply.github.com</email>
</author>
<published>2024-07-07T11:57:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4d2b334cbefb58a16497e32ae0a25e2a8f087ecf'/>
<id>urn:sha1:4d2b334cbefb58a16497e32ae0a25e2a8f087ecf</id>
<content type='text'>
</content>
</entry>
</feed>
