passagemath-bliss 10.5.39__tar.gz → 10.5.41__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {passagemath_bliss-10.5.39/passagemath_bliss.egg-info → passagemath_bliss-10.5.41}/PKG-INFO +2 -2
  2. passagemath_bliss-10.5.41/VERSION.txt +1 -0
  3. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41/passagemath_bliss.egg-info}/PKG-INFO +2 -2
  4. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/passagemath_bliss.egg-info/requires.txt +1 -1
  5. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/pyproject.toml +5 -5
  6. passagemath_bliss-10.5.39/VERSION.txt +0 -1
  7. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/MANIFEST.in +0 -0
  8. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/README.rst +0 -0
  9. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/passagemath_bliss.egg-info/SOURCES.txt +0 -0
  10. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/passagemath_bliss.egg-info/dependency_links.txt +0 -0
  11. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/passagemath_bliss.egg-info/top_level.txt +0 -0
  12. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/sage/all__sagemath_bliss.py +0 -0
  13. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/sage/graphs/all__sagemath_bliss.py +0 -0
  14. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/sage/graphs/bliss.pyx +0 -0
  15. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/sage/graphs/bliss_cpp/bliss_find_automorphisms.h +0 -0
  16. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/setup.cfg +0 -0
  17. {passagemath_bliss-10.5.39 → passagemath_bliss-10.5.41}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-bliss
3
- Version: 10.5.39
3
+ Version: 10.5.41
4
4
  Summary: passagemath: Graph (iso/auto)morphisms with bliss
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -28,7 +28,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
29
  Requires-Python: <3.14,>=3.9
30
30
  Description-Content-Type: text/x-rst
31
- Requires-Dist: cysignals==1.12.0rc2
31
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
32
32
  Provides-Extra: test
33
33
  Requires-Dist: passagemath-repl; extra == "test"
34
34
  Requires-Dist: passagemath-graphs; extra == "test"
@@ -0,0 +1 @@
1
+ 10.5.41
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-bliss
3
- Version: 10.5.39
3
+ Version: 10.5.41
4
4
  Summary: passagemath: Graph (iso/auto)morphisms with bliss
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -28,7 +28,7 @@ Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Topic :: Scientific/Engineering :: Mathematics
29
29
  Requires-Python: <3.14,>=3.9
30
30
  Description-Content-Type: text/x-rst
31
- Requires-Dist: cysignals==1.12.0rc2
31
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
32
32
  Provides-Extra: test
33
33
  Requires-Dist: passagemath-repl; extra == "test"
34
34
  Requires-Dist: passagemath-graphs; extra == "test"
@@ -1,4 +1,4 @@
1
- cysignals==1.12.0rc2
1
+ cysignals!=1.12.0,>=1.11.2
2
2
 
3
3
  [test]
4
4
  passagemath-repl
@@ -3,11 +3,11 @@
3
3
  # Minimum requirements for the build system to execute.
4
4
  requires = [
5
5
  'setuptools >= 77.0.0',
6
- 'passagemath-conf ~= 10.5.39.0',
7
- 'passagemath-setup ~= 10.5.39.0',
8
- 'passagemath-environment ~= 10.5.39.0',
6
+ 'passagemath-conf ~= 10.5.41.0',
7
+ 'passagemath-setup ~= 10.5.41.0',
8
+ 'passagemath-environment ~= 10.5.41.0',
9
9
  'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
10
- 'cysignals ==1.12.0rc2',
10
+ 'cysignals >=1.11.2, != 1.12.0',
11
11
  'pkgconfig',
12
12
  ]
13
13
  build-backend = "setuptools.build_meta"
@@ -16,7 +16,7 @@ build-backend = "setuptools.build_meta"
16
16
  name = "passagemath-bliss"
17
17
  description = "passagemath: Graph (iso/auto)morphisms with bliss"
18
18
  dependencies = [
19
- 'cysignals ==1.12.0rc2',
19
+ 'cysignals >=1.11.2, != 1.12.0',
20
20
  ]
21
21
  dynamic = ["version"]
22
22
  license = "GPL-2.0-or-later"
@@ -1 +0,0 @@
1
- 10.5.39