diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-30 04:48:56 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 04:48:56 +0000 |
| commit | e25874ab449a187e4dcd3aaf70d7b1ff6b03cbf0 (patch) | |
| tree | 2982ac706cac98d0d21b1b2ce509a418844d4f22 | |
| parent | 9290dbc3ebf576452ba7102730e6f69ffcd8ddd5 (diff) | |
automatic import of python-pyhanko-certvalidator
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyhanko-certvalidator.spec | 38 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 32 deletions
@@ -1 +1,2 @@ /pyhanko-certvalidator-0.22.0.tar.gz +/pyhanko-certvalidator-0.23.0.tar.gz diff --git a/python-pyhanko-certvalidator.spec b/python-pyhanko-certvalidator.spec index c6330ed..dce7a4a 100644 --- a/python-pyhanko-certvalidator.spec +++ b/python-pyhanko-certvalidator.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pyhanko-certvalidator -Version: 0.22.0 +Version: 0.23.0 Release: 1 Summary: Validates X.509 certificates and paths; forked from wbond/certvalidator License: MIT URL: https://github.com/MatthiasValvekens/certvalidator -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/3d/ef/1cf2e23b9ce29ccd2664abeb87ca2138e9650bbf15eeb20ad811671b1bc9/pyhanko-certvalidator-0.22.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d1/bc/9eb9f44756af88aa57e78f78d6365e58260718fbffbe42f81d1a7be7a279/pyhanko-certvalidator-0.23.0.tar.gz BuildArch: noarch Requires: python3-asn1crypto @@ -87,7 +87,7 @@ options, including: validation at a specific moment in time, whitelisting and re - *uritools* - *oscrypto* - *requests* or *aiohttp* (use the latter for more efficient asyncio, requires resource management) - - Python 3.7, 3.8, 3.9 or 3.10 + - Python 3.7 or higher ### Note on compatibility @@ -106,15 +106,7 @@ pip install pyhanko-certvalidator *certvalidator* is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for the exact license text. -## Documentation -[*certvalidator* documentation](docs/readme.md) - -## Continuous Integration - -Various combinations of platforms and versions of Python are tested via: - - - [GitHub Actions](https://github.com/MatthiasValvekens/certvalidator/actions) ## Testing @@ -205,7 +197,7 @@ options, including: validation at a specific moment in time, whitelisting and re - *uritools* - *oscrypto* - *requests* or *aiohttp* (use the latter for more efficient asyncio, requires resource management) - - Python 3.7, 3.8, 3.9 or 3.10 + - Python 3.7 or higher ### Note on compatibility @@ -224,15 +216,7 @@ pip install pyhanko-certvalidator *certvalidator* is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for the exact license text. -## Documentation - -[*certvalidator* documentation](docs/readme.md) - -## Continuous Integration -Various combinations of platforms and versions of Python are tested via: - - - [GitHub Actions](https://github.com/MatthiasValvekens/certvalidator/actions) ## Testing @@ -320,7 +304,7 @@ options, including: validation at a specific moment in time, whitelisting and re - *uritools* - *oscrypto* - *requests* or *aiohttp* (use the latter for more efficient asyncio, requires resource management) - - Python 3.7, 3.8, 3.9 or 3.10 + - Python 3.7 or higher ### Note on compatibility @@ -339,15 +323,7 @@ pip install pyhanko-certvalidator *certvalidator* is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for the exact license text. -## Documentation - -[*certvalidator* documentation](docs/readme.md) - -## Continuous Integration - -Various combinations of platforms and versions of Python are tested via: - - [GitHub Actions](https://github.com/MatthiasValvekens/certvalidator/actions) ## Testing @@ -369,7 +345,7 @@ Existing releases can be found at https://pypi.org/project/pyhanko-certvalidator %prep -%autosetup -n pyhanko-certvalidator-0.22.0 +%autosetup -n pyhanko-certvalidator-0.23.0 %build %py3_build @@ -409,5 +385,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.22.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 0.23.0-1 - Package Spec generated @@ -1 +1 @@ -2ef3f9c034180cfc0734d1b4b240d783 pyhanko-certvalidator-0.22.0.tar.gz +ccfb0682a3e0fa09dad5f4de4fed414f pyhanko-certvalidator-0.23.0.tar.gz |
