passagemath-rankwidth 10.6.30__tar.gz → 10.6.31rc2__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.

Potentially problematic release.


This version of passagemath-rankwidth might be problematic. Click here for more details.

Files changed (18) hide show
  1. {passagemath_rankwidth-10.6.30/passagemath_rankwidth.egg-info → passagemath_rankwidth-10.6.31rc2}/PKG-INFO +1 -1
  2. passagemath_rankwidth-10.6.31rc2/VERSION.txt +1 -0
  3. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2/passagemath_rankwidth.egg-info}/PKG-INFO +1 -1
  4. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/pyproject.toml +3 -3
  5. passagemath_rankwidth-10.6.30/VERSION.txt +0 -1
  6. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/MANIFEST.in +0 -0
  7. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/README.rst +0 -0
  8. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/passagemath_rankwidth.egg-info/SOURCES.txt +0 -0
  9. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/passagemath_rankwidth.egg-info/dependency_links.txt +0 -0
  10. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/passagemath_rankwidth.egg-info/requires.txt +0 -0
  11. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/passagemath_rankwidth.egg-info/top_level.txt +0 -0
  12. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/sage/all__sagemath_rankwidth.py +0 -0
  13. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/sage/graphs/all__sagemath_rankwidth.py +0 -0
  14. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/sage/graphs/graph_decompositions/all__sagemath_rankwidth.py +0 -0
  15. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/sage/graphs/graph_decompositions/rankwidth.pxd +0 -0
  16. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/sage/graphs/graph_decompositions/rankwidth.pyx +0 -0
  17. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/setup.cfg +0 -0
  18. {passagemath_rankwidth-10.6.30 → passagemath_rankwidth-10.6.31rc2}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-rankwidth
3
- Version: 10.6.30
3
+ Version: 10.6.31rc2
4
4
  Summary: passagemath: Rankwidth and rank decompositions of graphs with rw
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -0,0 +1 @@
1
+ 10.6.31.rc2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-rankwidth
3
- Version: 10.6.30
3
+ Version: 10.6.31rc2
4
4
  Summary: passagemath: Rankwidth and rank decompositions of graphs with rw
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -2,9 +2,9 @@
2
2
  # Minimum requirements for the build system to execute.
3
3
  requires = [
4
4
  'setuptools >= 77.0.0',
5
- 'passagemath-conf ~= 10.6.30.0 ; sys_platform != "win32"',
6
- 'passagemath-setup ~= 10.6.30.0',
7
- 'passagemath-environment ~= 10.6.30.0',
5
+ 'passagemath-conf == 10.6.31rc2 ; sys_platform != "win32"',
6
+ 'passagemath-setup == 10.6.31rc2',
7
+ 'passagemath-environment == 10.6.31rc2',
8
8
  'cython >=3.0.8, <3.2.0', 'cython >=3.0.8,<3.2.0',
9
9
  'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
10
10
  'pkgconfig',
@@ -1 +0,0 @@
1
- 10.6.30