diff --git a/devpi-server-5.1.0.tar.gz b/devpi-server-5.1.0.tar.gz deleted file mode 100644 index e6477d7..0000000 --- a/devpi-server-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:254fceee846532a5fec4e6bf52a59eb8f236efc657678a542b5200da4bb3abbc -size 196448 diff --git a/devpi-server-5.3.1.tar.gz b/devpi-server-5.3.1.tar.gz new file mode 100644 index 0000000..7dbd3ec --- /dev/null +++ b/devpi-server-5.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b29663c0060eb4cfbc63564a623f92d0d2b307f13710c6781856f51558b874f +size 209303 diff --git a/python-devpi-server.changes b/python-devpi-server.changes index b4b8204..d0de04a 100644 --- a/python-devpi-server.changes +++ b/python-devpi-server.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 12 00:25:31 CET 2020 - Matej Cepl + +- Update from 5.1.0 to 5.3.1: + see + https://devpi.net/docs/devpi/devpi/stable/+d/changelog.html#devpi-server + for detailed changelog. + Many options to devpi (e.g., devpi --export) were replaced by + the dedicated commands (e.g., devpi-export). + ------------------------------------------------------------------- Tue Sep 17 11:16:44 UTC 2019 - Jan Engelhardt diff --git a/python-devpi-server.spec b/python-devpi-server.spec index b154b91..3920e1b 100644 --- a/python-devpi-server.spec +++ b/python-devpi-server.spec @@ -1,7 +1,7 @@ # # spec file for package python-devpi-server # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-devpi-server -Version: 5.1.0 +Version: 5.3.1 Release: 0 Summary: Private PyPI caching server License: MIT @@ -92,7 +92,7 @@ export PATH=$PATH:%{buildroot}/%{_bindir} %files %{python_files} %doc CHANGELOG README.rst %license LICENSE -%python3_only %{_bindir}/devpi-server +%python3_only %{_bindir}/devpi* %{python_sitelib}/* %changelog