14
0

Accepting request 693628 from home:mcalabkova:branches:devel:languages:python

- update to version 0.5.3
  0.5.?
  * Fixed incorrect Python version value.
  * Added support for Python 3.7.
  0.4.0
  * Dropped support for EOL Python versions that no longer 
    receive any updates from the core CPython team.
  0.3.0
  * Added support for Python 3.
  * Fixed a bug with writing unicode in .pth files incorrectly.
  * Fixed support for paths involving symbolic links.

OBS-URL: https://build.opensuse.org/request/show/693628
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv-clone?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-04-12 07:30:34 +00:00
committed by Git OBS Bridge
parent 7b5c77c3e5
commit b19c7d98dd
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Apr 12 06:28:38 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.5.3
0.5.?
* Fixed incorrect Python version value.
* Added support for Python 3.7.
0.4.0
* Dropped support for EOL Python versions that no longer
receive any updates from the core CPython team.
0.3.0
* Added support for Python 3.
* Fixed a bug with writing unicode in .pth files incorrectly.
* Fixed support for paths involving symbolic links.
-------------------------------------------------------------------
Tue Dec 4 12:55:50 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-virtualenv-clone
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-virtualenv-clone
Version: 0.2.6
Version: 0.5.3
Release: 0
Summary: Script to clone virtualenvs
License: MIT
Group: Development/Languages/Python
URL: http://github.com/edwardgeorge/virtualenv-clone
Source: https://files.pythonhosted.org/packages/source/v/virtualenv-clone/virtualenv-clone-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tox}
BuildRequires: %{python_module virtualenv}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
@@ -80,6 +83,9 @@ It performs the following:
# setup up update-alternatives
%python_clone -a %{buildroot}%{_bindir}/virtualenv-clone
%check
%python_exec setup.py test
%post
%python_install_alternative virtualenv-clone
@@ -88,7 +94,7 @@ It performs the following:
%files %{python_files}
%license LICENSE
%doc README
%doc README.md
%python_alternative %{_bindir}/virtualenv-clone
%{python_sitelib}/*

View File

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

View File

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