passagemath-setup 10.4.64__py3-none-any.whl → 10.4.66__py3-none-any.whl

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.1
2
2
  Name: passagemath-setup
3
- Version: 10.4.64
3
+ Version: 10.4.66
4
4
  Summary: passagemath: Build system of the Sage library
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  License: GNU General Public License (GPL) v2 or later
@@ -12,7 +12,7 @@ sage_setup/autogen/__main__.py,sha256=XF8mvERZVwBGq77B0msBBmowXocRPXO42WxU4TP9Za
12
12
  sage_setup/autogen/flint_autogen.py,sha256=Lhz-VEkcoCixviFOZc_ibf-YBPfJihiE3EJ9qfYYA0w,832
13
13
  sage_setup/autogen/giacpy-mkkeywords.py,sha256=VnMmjuOYdNRlIxVGN835DN5irMNFi3rGLUSAbr6BffU,28947
14
14
  sage_setup/autogen/interpreters/__main__.py,sha256=nMSARgo2bTpsi3btfCLw-Gswp4ffnybS96IBDh2Xvug,282
15
- sage_setup/autogen/interpreters/internal/__init__.py,sha256=Fwu9CXG8AdNEADb_tZzOvjFIr5lom8kH4nhymn6nef0,10538
15
+ sage_setup/autogen/interpreters/internal/__init__.py,sha256=ihzpUinS6AMU_4M54coY5_rXTcvCgu8iI8-xyMHWMwU,10506
16
16
  sage_setup/autogen/interpreters/internal/generator.py,sha256=B-Ypu_O_2NZ79_uSpyajvZR0g7JJ6vVwTdBBsJ9wMQI,40712
17
17
  sage_setup/autogen/interpreters/internal/instructions.py,sha256=7ytg28qn8hrc-V5Tepln-FZQ--4w-geNMRp1DV-T4DA,16742
18
18
  sage_setup/autogen/interpreters/internal/memory.py,sha256=r4VGt5wEn4Kc-iDpGN73ERsiq1VrDtO1Bb5YyySFst4,18868
@@ -32,7 +32,7 @@ sage_setup/command/sage_build_ext.py,sha256=gND-AnQhP7c_AIvMIJPS1ZRBBeSZyGuDOzoK
32
32
  sage_setup/command/sage_build_ext_minimal.py,sha256=ihOR25hbJ6xtxDjv5FqwZhl2-Eq--P9Qy2V-zCgftp8,1328
33
33
  sage_setup/command/sage_build_py.py,sha256=bzuRHXKnhItGMkjYxZ276jHz030B85lq45Bp6shI9Nw,311
34
34
  sage_setup/command/sage_install.py,sha256=MRArCc0exyqJpVpILvgnM-FNZQ1XJzk-AXIvw5Qxp6U,1340
35
- passagemath_setup-10.4.64.dist-info/METADATA,sha256=HvhnEDogn1yZWM-ajTHyUt9r9PY8Mn0EDlP4TIvDi6E,1288
36
- passagemath_setup-10.4.64.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
37
- passagemath_setup-10.4.64.dist-info/top_level.txt,sha256=CNueJfE_I7DXDeFCPmCEMgfqRRZuufTzxVW0sPkbamc,11
38
- passagemath_setup-10.4.64.dist-info/RECORD,,
35
+ passagemath_setup-10.4.66.dist-info/METADATA,sha256=rzjkJ5tcqu4M0t9QoEiPshRjdgCqK5x-VotooF4QqyU,1288
36
+ passagemath_setup-10.4.66.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
37
+ passagemath_setup-10.4.66.dist-info/top_level.txt,sha256=CNueJfE_I7DXDeFCPmCEMgfqRRZuufTzxVW0sPkbamc,11
38
+ passagemath_setup-10.4.66.dist-info/RECORD,,
@@ -205,7 +205,7 @@ def rebuild(dirname, force=False, interpreters=None, distribution=None):
205
205
  -> First build of interpreters
206
206
  sage: with open(testdir + '/all__sagemath_categories.py') as f:
207
207
  ....: f.readline()
208
- '# sage_setup: distribution = sagemath-categories...# Automatically generated by ...'
208
+ '# sage_setup: distribution = sagemath-categories...'
209
209
  """
210
210
  # This line will show up in "sage -b" (once per upgrade, not every time
211
211
  # you run it).