audfactory
Advanced tools
| Metadata-Version: 1.2 | ||
| Name: audfactory | ||
| Version: 1.0.11 | ||
| Version: 1.0.12 | ||
| Summary: Communicate with Artifactory | ||
@@ -56,2 +56,10 @@ Home-page: https://github.com/audeering/audfactory/ | ||
| Version 1.0.12 (2023-02-17) | ||
| --------------------------- | ||
| * Fixed: ``audfactory.versions()`` | ||
| for server with no access rights | ||
| and ``dohq-artifactory>=0.8`` | ||
| Version 1.0.11 (2023-02-13) | ||
@@ -58,0 +66,0 @@ --------------------------- |
@@ -12,2 +12,3 @@ import errno | ||
| ) | ||
| import dohq_artifactory | ||
| import requests | ||
@@ -435,3 +436,10 @@ | ||
| versions = [v for v in versions if audeer.is_semantic_version(v)] | ||
| except (FileNotFoundError, RuntimeError, requests.exceptions.HTTPError): | ||
| except ( | ||
| FileNotFoundError, | ||
| RuntimeError, | ||
| # no access rights to server with dohq-artifactory<0.8 | ||
| requests.exceptions.HTTPError, | ||
| # no access rights to server with dohq-artifactory>=0.8 | ||
| dohq_artifactory.exception.ArtifactoryException, | ||
| ): | ||
| versions = [] | ||
@@ -438,0 +446,0 @@ return audeer.sort_versions(versions) |
+8
-0
@@ -10,2 +10,10 @@ Changelog | ||
| Version 1.0.12 (2023-02-17) | ||
| --------------------------- | ||
| * Fixed: ``audfactory.versions()`` | ||
| for server with no access rights | ||
| and ``dohq-artifactory>=0.8`` | ||
| Version 1.0.11 (2023-02-13) | ||
@@ -12,0 +20,0 @@ --------------------------- |
+9
-1
| Metadata-Version: 1.2 | ||
| Name: audfactory | ||
| Version: 1.0.11 | ||
| Version: 1.0.12 | ||
| Summary: Communicate with Artifactory | ||
@@ -56,2 +56,10 @@ Home-page: https://github.com/audeering/audfactory/ | ||
| Version 1.0.12 (2023-02-17) | ||
| --------------------------- | ||
| * Fixed: ``audfactory.versions()`` | ||
| for server with no access rights | ||
| and ``dohq-artifactory>=0.8`` | ||
| Version 1.0.11 (2023-02-13) | ||
@@ -58,0 +66,0 @@ --------------------------- |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
111937
0.79%1859
0.43%