forked from pool/python-pypiserver
- Update to 1.5.0
* CHORE: pull CHANGES.rst from v1.4.x * DOC: add call for maintainers to README * DOC: Fixes in README examples (#380) * DOC: start of empty contributor documentation directory (#383) * ENH: added JSON Topic for use with micropython-upip (#395, thanks @awachtler) * ENH: Backwards-compatible argparse config (not yet in use) (#339) * ENH: Refactor storage operations into separate Backend classes (#348) * ENH: Restore ability to drop hashing in new config (#347) * ENH: Specify doctype for generated pages. * Fixed violation of PEP 503 warning with pip>=22. * (#413 and #414, thanks @domdfcoding and @luismsgomes) * ENH: Use argparse config throughout app (#349) * FIX: Fix silly typo in the readme :) (#362) * FIX: fix small typing and lint errors in config.py (#421) * FIX: fix version incompatibility that breaks twine in docker test (#356) * FIX: fix(setuptools-in-tests) add packages=[] in test setup (#425) * FIX: Gunicorn/gevent docker, log fixes, cache busting (#371) * MAINT: Add aggregate "tests" job (#370) * MAINT: Add release to PyPi job (#428) * MAINT: add github action for release management (#417) * MAINT: Add python 3.9 testing (#351, disabled in #407) * MAINT: Cleanup code to python 3.6 (#342) * MAINT: contributor update in README (#415) * MAINT: disable unstable test for Python 3.9 (#407, planned temporary) * MAINT: Docker improvements (#365) * MAINT: drop standalone, drop py 2.7 and 3.5 (#338) * MAINT: Merge branch 'v1.4.x' * MAINT: Push to Docker Hub from CI (#375) * MAINT: Refactor test_server to increase speed (#354) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypiserver?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cc7f17b80198ba50db0a595036201989ec309ec7e1095129f1bc5fd0190ceff
|
||||
size 511019
|
3
pypiserver-1.5.0.tar.gz
Normal file
3
pypiserver-1.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9dc2443cd41458e1b542fce9b85a18a4fe23b94436f71c52e05a18657d21ce9
|
||||
size 149963
|
@@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 5 08:06:37 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update to 1.5.0
|
||||
* CHORE: pull CHANGES.rst from v1.4.x
|
||||
* DOC: add call for maintainers to README
|
||||
* DOC: Fixes in README examples (#380)
|
||||
* DOC: start of empty contributor documentation directory (#383)
|
||||
* ENH: added JSON Topic for use with micropython-upip (#395, thanks @awachtler)
|
||||
* ENH: Backwards-compatible argparse config (not yet in use) (#339)
|
||||
* ENH: Refactor storage operations into separate Backend classes (#348)
|
||||
* ENH: Restore ability to drop hashing in new config (#347)
|
||||
* ENH: Specify doctype for generated pages.
|
||||
* Fixed violation of PEP 503 warning with pip>=22.
|
||||
* (#413 and #414, thanks @domdfcoding and @luismsgomes)
|
||||
* ENH: Use argparse config throughout app (#349)
|
||||
* FIX: Fix silly typo in the readme :) (#362)
|
||||
* FIX: fix small typing and lint errors in config.py (#421)
|
||||
* FIX: fix version incompatibility that breaks twine in docker test (#356)
|
||||
* FIX: fix(setuptools-in-tests) add packages=[] in test setup (#425)
|
||||
* FIX: Gunicorn/gevent docker, log fixes, cache busting (#371)
|
||||
* MAINT: Add aggregate "tests" job (#370)
|
||||
* MAINT: Add release to PyPi job (#428)
|
||||
* MAINT: add github action for release management (#417)
|
||||
* MAINT: Add python 3.9 testing (#351, disabled in #407)
|
||||
* MAINT: Cleanup code to python 3.6 (#342)
|
||||
* MAINT: contributor update in README (#415)
|
||||
* MAINT: disable unstable test for Python 3.9 (#407, planned temporary)
|
||||
* MAINT: Docker improvements (#365)
|
||||
* MAINT: drop standalone, drop py 2.7 and 3.5 (#338)
|
||||
* MAINT: Merge branch 'v1.4.x'
|
||||
* MAINT: Push to Docker Hub from CI (#375)
|
||||
* MAINT: Refactor test_server to increase speed (#354)
|
||||
* MAINT: Run black on codebase (#336)
|
||||
* MAINT: run gh actions on PRs from forks #401
|
||||
* MAINT: small code style fixes
|
||||
* MAINT: Switch to GH actions (#361)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 13 21:37:44 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%bcond_without python2
|
||||
Name: python-pypiserver
|
||||
Version: 1.4.2
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Minimal PyPI server for uploading & downloading packages with pip/easy_install
|
||||
License: MIT
|
||||
@@ -68,7 +68,7 @@ rm -f pytest.ini
|
||||
# test_hash_algos:
|
||||
# ERROR: No matching distribution found for a==1.0 (from centodeps)
|
||||
# (see centodeps-setup.py)
|
||||
%pytest tests -k "not (test_pipInstall_openOk or test_pipInstall_authedOk or test_hash_algos)"
|
||||
%pytest tests -k "not (test_pipInstall_openOk or test_pipInstall_authedOk or test_hash_algos or test_pip_install_open_succeeds or test_pip_install_authed_succeeds)"
|
||||
|
||||
%post
|
||||
%python_install_alternative pypi-server
|
||||
|
Reference in New Issue
Block a user