From 2f2e5a06c91e018f649a045b9d58929435164b23f287949c51d42e259bc3304d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 10:20:02 +0000 Subject: [PATCH] Accepting request 1032053 from home:yarunachalam:branches:devel:languages:python - Update to 1.5.1 * 61e4487 ENH: add extremely basic /health endpoint (#396) * bbd2a47 FIX: docker tests in cicd (#444) * 784a9a1 MAINT: Replace usage of deprecated inspect.getargspec (#436) * 640a748 MAINT: Add traefik/ and auth/ dirs to gitignore (#398) * a67829e MAINT: Fix typos in README (#431) OBS-URL: https://build.opensuse.org/request/show/1032053 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypiserver?expand=0&rev=11 --- pypiserver-1.5.0.tar.gz | 3 --- pypiserver-1.5.1.tar.gz | 3 +++ python-pypiserver.changes | 10 ++++++++++ python-pypiserver.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 pypiserver-1.5.0.tar.gz create mode 100644 pypiserver-1.5.1.tar.gz diff --git a/pypiserver-1.5.0.tar.gz b/pypiserver-1.5.0.tar.gz deleted file mode 100644 index f3ca746..0000000 --- a/pypiserver-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9dc2443cd41458e1b542fce9b85a18a4fe23b94436f71c52e05a18657d21ce9 -size 149963 diff --git a/pypiserver-1.5.1.tar.gz b/pypiserver-1.5.1.tar.gz new file mode 100644 index 0000000..07bc51a --- /dev/null +++ b/pypiserver-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0777b8b2cb5cc2b5768d468d1c2beda49d3cb7ee72fea41e9a0824388d6831 +size 150145 diff --git a/python-pypiserver.changes b/python-pypiserver.changes index 9dfb9d1..543bc86 100644 --- a/python-pypiserver.changes +++ b/python-pypiserver.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 28 20:19:44 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.5.1 + * 61e4487 ENH: add extremely basic /health endpoint (#396) + * bbd2a47 FIX: docker tests in cicd (#444) + * 784a9a1 MAINT: Replace usage of deprecated inspect.getargspec (#436) + * 640a748 MAINT: Add traefik/ and auth/ dirs to gitignore (#398) + * a67829e MAINT: Fix typos in README (#431) + ------------------------------------------------------------------- Wed Oct 5 08:06:37 UTC 2022 - Daniel Garcia diff --git a/python-pypiserver.spec b/python-pypiserver.spec index 7bbb85c..19c951f 100644 --- a/python-pypiserver.spec +++ b/python-pypiserver.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %bcond_without python2 Name: python-pypiserver -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Minimal PyPI server for uploading & downloading packages with pip/easy_install License: MIT