- Update to 4.8.4:
* various typo / docu fixes * Support for python 3.7 - Remove virtualenvwrapper-4.2-fix-bashisms.patch as the script looks posix and if it is still applicable it should be sent upstream OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=62
This commit is contained in:
committed by
Git OBS Bridge
parent
2adebc7f82
commit
6ce200b1ba
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 14:04:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 4.8.4:
|
||||
* various typo / docu fixes
|
||||
* Support for python 3.7
|
||||
- Remove virtualenvwrapper-4.2-fix-bashisms.patch as the script
|
||||
looks posix and if it is still applicable it should be sent
|
||||
upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:55:51 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-virtualenvwrapper
|
||||
#
|
||||
# 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
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_with test
|
||||
Name: python-virtualenvwrapper
|
||||
Version: 4.8.2
|
||||
Version: 4.8.4
|
||||
Release: 0
|
||||
Summary: Enhancements to virtualenv
|
||||
License: MIT
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
diff -Ndur virtualenvwrapper-4.2/virtualenvwrapper_lazy.sh virtualenvwrapper-4.2-fix-bashisms/virtualenvwrapper_lazy.sh
|
||||
--- virtualenvwrapper-4.2/virtualenvwrapper_lazy.sh 2014-01-12 19:13:28.000000000 +0200
|
||||
+++ virtualenvwrapper-4.2-fix-bashisms/virtualenvwrapper_lazy.sh 2014-11-16 02:00:13.185110170 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/bin/sh
|
||||
+#!/bin/bash
|
||||
# Alternative startup script for faster login times.
|
||||
|
||||
export _VIRTUALENVWRAPPER_API="$_VIRTUALENVWRAPPER_API mkvirtualenv rmvirtualenv lsvirtualenv showvirtualenv workon add2virtualenv cdsitepackages cdvirtualenv lssitepackages toggleglobalsitepackages cpvirtualenv setvirtualenvproject mkproject cdproject mktmpenv wipeenv allvirtualenv"
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18d8e4c500c4c4ee794f704e050cf2bbb492537532a4521d1047e7dd1ee4e374
|
||||
size 91331
|
||||
3
virtualenvwrapper-4.8.4.tar.gz
Normal file
3
virtualenvwrapper-4.8.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51a1a934e7ed0ff221bdd91bf9d3b604d875afbb3aa2367133503fee168f5bfa
|
||||
size 334920
|
||||
Reference in New Issue
Block a user