pubtools-pyxis 1.3.7__tar.gz → 1.3.8__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.
- {pubtools_pyxis-1.3.7/src/pubtools_pyxis.egg-info → pubtools_pyxis-1.3.8}/PKG-INFO +7 -2
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/CHANGELOG.rst +6 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/requirements-test.txt +1 -1
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/requirements.txt +0 -1
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/setup.py +1 -1
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools/_pyxis/pyxis_ops.py +0 -1
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8/src/pubtools_pyxis.egg-info}/PKG-INFO +7 -2
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools_pyxis.egg-info/requires.txt +0 -1
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/LICENSE +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/MANIFEST.in +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/README.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/Makefile +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/README.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/conf.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/delete_signatures.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/entrypoints_reference.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/get_indices.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/get_repo_metadata.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/get_signatures.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/index.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/modules_reference.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/ops_helpers.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/pyxis_authentication.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/pyxis_client.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/pyxis_session.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/docs/source/upload_signatures.rst +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/setup.cfg +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools/_pyxis/__init__.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools/_pyxis/constants.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools/_pyxis/pyxis_authentication.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools/_pyxis/pyxis_client.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools/_pyxis/pyxis_session.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools/_pyxis/utils.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools_pyxis.egg-info/SOURCES.txt +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools_pyxis.egg-info/dependency_links.txt +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools_pyxis.egg-info/entry_points.txt +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools_pyxis.egg-info/top_level.txt +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/tests/test_pyxis_authentication.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/tests/test_pyxis_client.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/tests/test_pyxis_ops.py +0 -0
- {pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/tests/test_pyxis_session.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pubtools-pyxis
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.8
|
|
4
4
|
Summary: Pubtools-pyxis
|
|
5
5
|
Home-page: https://github.com/release-engineering/pubtools-pyxis
|
|
6
6
|
Author: Lubomir Gallovic
|
|
@@ -20,7 +20,6 @@ Requires-Dist: setuptools
|
|
|
20
20
|
Requires-Dist: more-executors>=2.3.0
|
|
21
21
|
Requires-Dist: requests
|
|
22
22
|
Requires-Dist: requests-kerberos
|
|
23
|
-
Requires-Dist: urllib3<2
|
|
24
23
|
Provides-Extra: rest
|
|
25
24
|
Requires-Dist: Sphinx; extra == "rest"
|
|
26
25
|
Dynamic: author
|
|
@@ -145,6 +144,12 @@ Get signatures:
|
|
|
145
144
|
ChangeLog
|
|
146
145
|
=========
|
|
147
146
|
|
|
147
|
+
1.3.8 (2026-02-05)
|
|
148
|
+
------------------
|
|
149
|
+
|
|
150
|
+
* Unpin unsafe urllib3 version
|
|
151
|
+
* Add Python 3.11 and 3.14 to CI
|
|
152
|
+
|
|
148
153
|
1.3.7 (2025-05-06)
|
|
149
154
|
------------------
|
|
150
155
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pubtools-pyxis
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.8
|
|
4
4
|
Summary: Pubtools-pyxis
|
|
5
5
|
Home-page: https://github.com/release-engineering/pubtools-pyxis
|
|
6
6
|
Author: Lubomir Gallovic
|
|
@@ -20,7 +20,6 @@ Requires-Dist: setuptools
|
|
|
20
20
|
Requires-Dist: more-executors>=2.3.0
|
|
21
21
|
Requires-Dist: requests
|
|
22
22
|
Requires-Dist: requests-kerberos
|
|
23
|
-
Requires-Dist: urllib3<2
|
|
24
23
|
Provides-Extra: rest
|
|
25
24
|
Requires-Dist: Sphinx; extra == "rest"
|
|
26
25
|
Dynamic: author
|
|
@@ -145,6 +144,12 @@ Get signatures:
|
|
|
145
144
|
ChangeLog
|
|
146
145
|
=========
|
|
147
146
|
|
|
147
|
+
1.3.8 (2026-02-05)
|
|
148
|
+
------------------
|
|
149
|
+
|
|
150
|
+
* Unpin unsafe urllib3 version
|
|
151
|
+
* Add Python 3.11 and 3.14 to CI
|
|
152
|
+
|
|
148
153
|
1.3.7 (2025-05-06)
|
|
149
154
|
------------------
|
|
150
155
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pubtools_pyxis-1.3.7 → pubtools_pyxis-1.3.8}/src/pubtools_pyxis.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|