15
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,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