passagemath-benzene 10.6.27__tar.gz → 10.6.30__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-benzene
3
- Version: 10.6.27
3
+ Version: 10.6.30
4
4
  Summary: passagemath: Generate fusene and benzenoid graphs with benzene
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.30
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-benzene
3
- Version: 10.6.27
3
+ Version: 10.6.30
4
4
  Summary: passagemath: Generate fusene and benzenoid graphs with benzene
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -3,12 +3,12 @@
3
3
  requires = [
4
4
  'setuptools >= 77.0.0',
5
5
  'pkgconfig',
6
- 'passagemath-conf ~= 10.6.27.0 ; sys_platform != "win32"',
7
- 'passagemath-setup ~= 10.6.27.0',
8
- 'passagemath-categories ~= 10.6.27.0',
9
- 'passagemath-environment ~= 10.6.27.0',
10
- 'passagemath-objects ~= 10.6.27.0',
11
- 'cython >=3.0, != 3.0.3, <4.0', 'cython >=3.0.8,<3.1.0',
6
+ 'passagemath-conf ~= 10.6.30.0 ; sys_platform != "win32"',
7
+ 'passagemath-setup ~= 10.6.30.0',
8
+ 'passagemath-categories ~= 10.6.30.0',
9
+ 'passagemath-environment ~= 10.6.30.0',
10
+ 'passagemath-objects ~= 10.6.30.0',
11
+ 'cython >=3.0.8, <3.2.0', 'cython >=3.0.8,<3.2.0',
12
12
  'cysignals <1.12.4; sys_platform == "win32"', 'cysignals >=1.11.2, != 1.12.0',
13
13
  ]
14
14
  build-backend = "setuptools.build_meta"
@@ -9,4 +9,5 @@ from sage_setup import sage_setup
9
9
 
10
10
  sage_setup(['sagemath-benzene'],
11
11
  spkgs=['benzene'],
12
- package_data={})
12
+ package_data={},
13
+ py_limited_api=True)
@@ -1 +0,0 @@
1
- 10.6.27