From b19c7d98dd161a7e2d0c34b50cc9de1e8417ae013f9f574bb7dfca261331bf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 12 Apr 2019 07:30:34 +0000 Subject: [PATCH] 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 --- python-virtualenv-clone.changes | 15 +++++++++++++++ python-virtualenv-clone.spec | 12 +++++++++--- virtualenv-clone-0.2.6.tar.gz | 3 --- virtualenv-clone-0.5.3.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 virtualenv-clone-0.2.6.tar.gz create mode 100644 virtualenv-clone-0.5.3.tar.gz diff --git a/python-virtualenv-clone.changes b/python-virtualenv-clone.changes index 22a93f8..f6d22fa 100644 --- a/python-virtualenv-clone.changes +++ b/python-virtualenv-clone.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 12 06:28:38 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-virtualenv-clone.spec b/python-virtualenv-clone.spec index fad5e9a..68b625f 100644 --- a/python-virtualenv-clone.spec +++ b/python-virtualenv-clone.spec @@ -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}/* diff --git a/virtualenv-clone-0.2.6.tar.gz b/virtualenv-clone-0.2.6.tar.gz deleted file mode 100644 index b463023..0000000 --- a/virtualenv-clone-0.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b3be5cab59e455f08c9eda573d23006b7d6fb41fae974ddaa2b275c93cc4405 -size 5691 diff --git a/virtualenv-clone-0.5.3.tar.gz b/virtualenv-clone-0.5.3.tar.gz new file mode 100644 index 0000000..c233128 --- /dev/null +++ b/virtualenv-clone-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88ae171a11b087ea2513f260cdac9232461d8e9369bcd1dc143fc399d220557 +size 6226