17
0

- 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-server?expand=0&rev=5
This commit is contained in:
2020-01-11 23:50:12 +00:00
committed by Git OBS Bridge
parent b082cf36ff
commit f7b6ce6257
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:254fceee846532a5fec4e6bf52a59eb8f236efc657678a542b5200da4bb3abbc
size 196448

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b29663c0060eb4cfbc63564a623f92d0d2b307f13710c6781856f51558b874f
size 209303

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jan 12 00:25:31 CET 2020 - Matej Cepl <mcepl@suse.com>
- 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 <jengelh@inai.de>

View File

@@ -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