kerrz-python 0.2.1rc1__tar.gz → 0.2.2__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: kerrz_python
3
- Version: 0.2.1rc1
3
+ Version: 0.2.2
4
4
  Summary: Python wrapper for kerrz. Avoid installing directly, use kerrz[py] unless you know what you are doing.
5
5
  Home-page: https://codeberg.org/astro-group/kerrz-py
6
6
  Author: Fergus Baker
@@ -13,7 +13,7 @@ Classifier: Operating System :: POSIX :: Linux
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Python: >=3.6
15
15
  Description-Content-Type: text/markdown
16
- Requires-Dist: kerrz_lib>=0.2.0
16
+ Requires-Dist: kerrz_lib==0.2.2
17
17
  Dynamic: author
18
18
  Dynamic: author-email
19
19
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ 0.2.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kerrz_python
3
- Version: 0.2.1rc1
3
+ Version: 0.2.2
4
4
  Summary: Python wrapper for kerrz. Avoid installing directly, use kerrz[py] unless you know what you are doing.
5
5
  Home-page: https://codeberg.org/astro-group/kerrz-py
6
6
  Author: Fergus Baker
@@ -13,7 +13,7 @@ Classifier: Operating System :: POSIX :: Linux
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Python: >=3.6
15
15
  Description-Content-Type: text/markdown
16
- Requires-Dist: kerrz_lib>=0.2.0
16
+ Requires-Dist: kerrz_lib==0.2.2
17
17
  Dynamic: author
18
18
  Dynamic: author-email
19
19
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ kerrz_lib==0.2.2
@@ -15,7 +15,7 @@ setup(
15
15
  long_description=readme,
16
16
  long_description_content_type="text/markdown",
17
17
  python_requires=">=3.6",
18
- install_requires=["kerrz_lib>=0.2.0"],
18
+ install_requires=[f"kerrz_lib=={version}"],
19
19
  license="GPL-3.0-or-later",
20
20
  name=package_name,
21
21
  version=version,
@@ -1 +0,0 @@
1
- 0.2.1rc1
@@ -1 +0,0 @@
1
- kerrz_lib>=0.2.0
File without changes
File without changes