passagemath-bliss 10.5.41__tar.gz → 10.5.43__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.41/passagemath_bliss.egg-info → passagemath_bliss-10.5.43}/PKG-INFO +9 -4
  2. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/README.rst +8 -3
  3. passagemath_bliss-10.5.43/VERSION.txt +1 -0
  4. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43/passagemath_bliss.egg-info}/PKG-INFO +9 -4
  5. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/pyproject.toml +3 -3
  6. passagemath_bliss-10.5.41/VERSION.txt +0 -1
  7. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/MANIFEST.in +0 -0
  8. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/passagemath_bliss.egg-info/SOURCES.txt +0 -0
  9. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/passagemath_bliss.egg-info/dependency_links.txt +0 -0
  10. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/passagemath_bliss.egg-info/requires.txt +0 -0
  11. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/passagemath_bliss.egg-info/top_level.txt +0 -0
  12. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/sage/all__sagemath_bliss.py +0 -0
  13. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/sage/graphs/all__sagemath_bliss.py +0 -0
  14. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/sage/graphs/bliss.pyx +0 -0
  15. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/sage/graphs/bliss_cpp/bliss_find_automorphisms.h +0 -0
  16. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/setup.cfg +0 -0
  17. {passagemath_bliss-10.5.41 → passagemath_bliss-10.5.43}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-bliss
3
- Version: 10.5.41
3
+ Version: 10.5.43
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
@@ -82,8 +82,13 @@ so compilation from source is triggered for those.
82
82
  About this pip-installable distribution package
83
83
  -----------------------------------------------
84
84
 
85
- This pip-installable source distribution ``sagemath-bliss`` is a small
86
- optional distribution for use with ``sagemath-standard``.
85
+ This pip-installable package `passagemath-bliss` is a distribution of a part of the Sage Library. It provides a small subset of the modules of the Sage library ("sagelib", `passagemath-standard`).
87
86
 
88
- It provides a Cython interface to the ``bliss`` library for the purpose
87
+ It provides a Cython interface to the `bliss <https://users.aalto.fi/~tjunttil/bliss/index.html>`_ library for the purpose
89
88
  of computing graph (iso/auto)morphisms.
89
+
90
+
91
+ What is included
92
+ ----------------
93
+
94
+ * see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-bliss/MANIFEST.in
@@ -47,8 +47,13 @@ so compilation from source is triggered for those.
47
47
  About this pip-installable distribution package
48
48
  -----------------------------------------------
49
49
 
50
- This pip-installable source distribution ``sagemath-bliss`` is a small
51
- optional distribution for use with ``sagemath-standard``.
50
+ This pip-installable package `passagemath-bliss` is a distribution of a part of the Sage Library. It provides a small subset of the modules of the Sage library ("sagelib", `passagemath-standard`).
52
51
 
53
- It provides a Cython interface to the ``bliss`` library for the purpose
52
+ It provides a Cython interface to the `bliss <https://users.aalto.fi/~tjunttil/bliss/index.html>`_ library for the purpose
54
53
  of computing graph (iso/auto)morphisms.
54
+
55
+
56
+ What is included
57
+ ----------------
58
+
59
+ * see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-bliss/MANIFEST.in
@@ -0,0 +1 @@
1
+ 10.5.43
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-bliss
3
- Version: 10.5.41
3
+ Version: 10.5.43
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
@@ -82,8 +82,13 @@ so compilation from source is triggered for those.
82
82
  About this pip-installable distribution package
83
83
  -----------------------------------------------
84
84
 
85
- This pip-installable source distribution ``sagemath-bliss`` is a small
86
- optional distribution for use with ``sagemath-standard``.
85
+ This pip-installable package `passagemath-bliss` is a distribution of a part of the Sage Library. It provides a small subset of the modules of the Sage library ("sagelib", `passagemath-standard`).
87
86
 
88
- It provides a Cython interface to the ``bliss`` library for the purpose
87
+ It provides a Cython interface to the `bliss <https://users.aalto.fi/~tjunttil/bliss/index.html>`_ library for the purpose
89
88
  of computing graph (iso/auto)morphisms.
89
+
90
+
91
+ What is included
92
+ ----------------
93
+
94
+ * see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-bliss/MANIFEST.in
@@ -3,9 +3,9 @@
3
3
  # Minimum requirements for the build system to execute.
4
4
  requires = [
5
5
  'setuptools >= 77.0.0',
6
- 'passagemath-conf ~= 10.5.41.0',
7
- 'passagemath-setup ~= 10.5.41.0',
8
- 'passagemath-environment ~= 10.5.41.0',
6
+ 'passagemath-conf ~= 10.5.43.0',
7
+ 'passagemath-setup ~= 10.5.43.0',
8
+ 'passagemath-environment ~= 10.5.43.0',
9
9
  'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
10
10
  'cysignals >=1.11.2, != 1.12.0',
11
11
  'pkgconfig',
@@ -1 +0,0 @@
1
- 10.5.41