forked from pool/python-virtualenv-clone
- Update to 0.5.4:
* Added support for Python 3.8. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv-clone?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
b19c7d98dd
commit
65ae82681d
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 07:54:58 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 0.5.4:
|
||||
* Added support for Python 3.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 06:28:38 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-virtualenv-clone
|
||||
#
|
||||
# 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,22 +18,21 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-virtualenv-clone
|
||||
Version: 0.5.3
|
||||
Version: 0.5.4
|
||||
Release: 0
|
||||
Summary: Script to clone virtualenvs
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: http://github.com/edwardgeorge/virtualenv-clone
|
||||
URL: https://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: python-virtualenv
|
||||
Requires(post): update-alternatives
|
||||
Requires(preun): update-alternatives
|
||||
Recommends: python-virtualenv
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -84,7 +83,8 @@ It performs the following:
|
||||
%python_clone -a %{buildroot}%{_bindir}/virtualenv-clone
|
||||
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
# The tests are not shipped and there are no tags in git repo :/
|
||||
#%%pytest
|
||||
|
||||
%post
|
||||
%python_install_alternative virtualenv-clone
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c88ae171a11b087ea2513f260cdac9232461d8e9369bcd1dc143fc399d220557
|
||||
size 6226
|
||||
3
virtualenv-clone-0.5.4.tar.gz
Normal file
3
virtualenv-clone-0.5.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:665e48dd54c84b98b71a657acb49104c54e7652bce9c1c4f6c6976ed4c827a29
|
||||
size 6169
|
||||
Reference in New Issue
Block a user