17
0

76 Commits

Author SHA256 Message Date
979be634f9 Accepting request 1235236 from devel:languages:python
- Add README-SUSE.rst to describe the location of
  `/usr/local/bin/virtualenvwrapper*.sh` in our packages
  (bsc#1235076).

OBS-URL: https://build.opensuse.org/request/show/1235236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=29
2025-01-07 19:52:58 +00:00
1ef4206e0b - Add README-SUSE.rst to describe the location of
`/usr/local/bin/virtualenvwrapper*.sh` in our packages
  (bsc#1235076).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=75
2025-01-06 16:17:45 +00:00
29f6f3a83f Accepting request 1221618 from devel:languages:python
- Update to 6.1.1:
  - Update broken MSYS link in installation documentation
  - Add additional line to mkvirtualenv help
  - Update mkvirtualenv help to document -p/–python option
  - move linkcheck out of main doc build
  - make sure virtualenvwrapper_cd always tries to do something,
    even when it cannot infer the current shell
- Add python-virtualenvwrapper.rpmlintrc to quiet various
  problems with shell scripts linting.

OBS-URL: https://build.opensuse.org/request/show/1221618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=28
2024-11-06 15:52:29 +00:00
7f4e20063f - Update to 6.1.1:
- Update broken MSYS link in installation documentation
  - Add additional line to mkvirtualenv help
  - Update mkvirtualenv help to document -p/–python option
  - move linkcheck out of main doc build
  - make sure virtualenvwrapper_cd always tries to do something,
    even when it cannot infer the current shell
- Add python-virtualenvwrapper.rpmlintrc to quiet various
  problems with shell scripts linting.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=73
2024-11-05 22:54:13 +00:00
985136a35c Accepting request 1156224 from devel:languages:python
- Update to 6.1.0:
  * Breaking Changes
    + formally drop Python 2 support
    + remove toggleglobalsitepackages command, since virtualenv seems to
      have removed that capability
    + drop ksh support
    + remove python2 from startup logic for finding the python interpreter
    + Updated tested Python versions in README.
  * Features
    + add a --version option to the hook loader
  * Miscellaneous Improvements
    + switch to implicit namespaces
    + modernize packaging
    + Update the tested Python versions to match README
    + Changed workon's env switching to use OR not $?
    + Fix issues for python 3.12
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
- Drop patch virtualenvwrapper-4.8.4-python_version.patch, no longer
  required.

OBS-URL: https://build.opensuse.org/request/show/1156224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=27
2024-03-08 17:09:43 +00:00
9fd994f448 - Update to 6.1.0:
* Breaking Changes
    + formally drop Python 2 support
    + remove toggleglobalsitepackages command, since virtualenv seems to
      have removed that capability
    + drop ksh support
    + remove python2 from startup logic for finding the python interpreter
    + Updated tested Python versions in README.
  * Features
    + add a --version option to the hook loader
  * Miscellaneous Improvements
    + switch to implicit namespaces
    + modernize packaging
    + Update the tested Python versions to match README
    + Changed workon's env switching to use OR not $?
    + Fix issues for python 3.12
- Switch to autosetup and pyproject macros.
- No more greedy globs in %files.
- Drop patch virtualenvwrapper-4.8.4-python_version.patch, no longer
  required.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=71
2024-03-08 05:48:36 +00:00
bc0bc23325 Accepting request 872029 from devel:languages:python
- build against main-python as this is a cli tool (bsc#1181608)

OBS-URL: https://build.opensuse.org/request/show/872029
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=26
2021-02-15 22:19:10 +00:00
b5483b9656 - build against main-python as this is a cli tool (bsc#1181608)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=69
2021-02-13 22:07:24 +00:00
e634f9b069 Accepting request 760360 from devel:languages:python
instead of python2 bsc#1159243

OBS-URL: https://build.opensuse.org/request/show/760360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=25
2020-01-02 13:42:54 +00:00
Tomáš Chvátal
e5fe2a82a0 instead of python2 bsc#1159243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=67
2020-01-02 08:26:38 +00:00
561335e333 Accepting request 757257 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/757257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=24
2019-12-16 14:20:35 +00:00
Tomáš Chvátal
35b89e2692 Accepting request 757202 from home:kstreitova:branches:devel:languages:python
- add virtualenvwrapper-4.8.4-python_version.patch to use python3
  instead of python2

OBS-URL: https://build.opensuse.org/request/show/757202
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=65
2019-12-16 07:51:33 +00:00
7fc45ed9dc Accepting request 705276 from devel:languages:python
- 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/request/show/705276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=23
2019-05-27 06:38:28 +00:00
Tomáš Chvátal
e57f32dc19 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=63 2019-05-24 15:39:29 +00:00
Tomáš Chvátal
95f6eb9625 - 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
2019-05-24 14:07:38 +00:00
22f97003a8 Accepting request 659747 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=22
2018-12-24 10:45:56 +00:00
6cdb22fb36 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=60
2018-12-04 17:25:16 +00:00
c4de0f828e Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=59
2018-12-04 14:13:08 +00:00
5c6372a1e0 Accepting request 562590 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/562590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=21
2018-01-09 13:55:30 +00:00
Tomáš Chvátal
f1446d133b Accepting request 562589 from home:alarrosa:branches:devel:languages:python
- Converted to singlespec to generate a python3 package
- Update to 4.8.2
  * Merged in jeffwidman/virtualenvwrapper-2/jeffwidman/update-rtd-url-they-now-use-io-rather-t-1505539237232 (pull request #63)
  * Merged in jeffwidman/virtualenvwrapper-1/jeffwidman/add-python-36-to-pypi-trove-classifiers-1505539102243 (pull request #62)
  * Merged in jeffwidman/virtualenvwrapper/jeffwidman/update-readme-with-current-test-status--1505538852189 (pull request #61)
  * Update RTD url
  * Add python 3.6 to Pypi trove classifiers
  * Update readme with current test status
- Update to 4.8.1
  * New PBR doesn’t like provides_dist
- Update to 4.8.0
  * Merged in fix/263 (pull request #60)
  * Merged in fix/296 (pull request #59)
  * Fixing Documentation
  * Update supported versions
  * Adding python 3.6
  * Fixing run_hook and tab_completion
  * First shot at Fixing #263
  * Adding a note about package managers
  * Merged in zmwangx/virtualenvwrapper/always-export-virtualenvwrapper_hook_dir (pull request #55)
  * Typo fix
  * Merged in lendenmc/virtualenvwrapper (pull request #51)
  * Merged in SpotlightKid/virtualenvwrapper/bugfix/distutils-sysconfig (pull request #56)
  * Merged in dougharris/virtualenvwrapper (pull request #53)
  * Merged in kk6/virtualenvwrapper/fix/wipeenv_ignore_setuptools_dependencies (pull request #57)
  * Merged in erickmk/virtualenvwrapper/erickmk/command_refrst-edited-online-with-bitbuc-1491225971803 (pull request #58)
  * Update sentence to make it more clear
  * command_ref.rst edited online with Bitbucket
  * Fixes Issue #291 wipeenv ignore setuptools’s dependencies
  * Import distutils.sysconfig properly (fixes #167)

OBS-URL: https://build.opensuse.org/request/show/562589
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=57
2018-01-08 17:33:11 +00:00
ef1df9918a Accepting request 419503 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/419503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=20
2016-08-17 10:05:47 +00:00
Todd R
6af91987e4 Accepting request 419500 from home:TheBlackCat:branches:devel:languages:python
Fix update-alternatives implementation.

OBS-URL: https://build.opensuse.org/request/show/419500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=55
2016-08-15 18:07:49 +00:00
3410465407 Accepting request 394524 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/394524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=19
2016-05-14 10:23:22 +00:00
Todd R
6c5cc3aa74 Accepting request 394523 from home:TheBlackCat:branches:devel:languages:python
Update to 4.7.1

OBS-URL: https://build.opensuse.org/request/show/394523
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=53
2016-05-09 18:52:59 +00:00
95d0866135 Accepting request 294680 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/294680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=18
2015-04-07 07:30:16 +00:00
Denisart Benjamin
67a3089f68 Accepting request 294500 from home:benoit_monin:branches:devel:languages:python
update to 4.3.2

OBS-URL: https://build.opensuse.org/request/show/294500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=51
2015-04-06 22:11:43 +00:00
a3d8292c28 Accepting request 263633 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/263633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=17
2014-12-03 21:47:51 +00:00
Todd R
d924855883 Accepting request 263631 from home:TheBlackCat:branches:devel:languages:python
Update to 4.3.1

OBS-URL: https://build.opensuse.org/request/show/263631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=49
2014-12-01 16:17:45 +00:00
0cbf2781e9 Accepting request 262087 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/262087
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=16
2014-11-24 10:08:15 +00:00
Denisart Benjamin
36c3ddf0b0 Accepting request 261862 from home:Ledest:misc
fix shebang in virtualenvwrapper_lazy.sh script that contains bash-specific constructions

OBS-URL: https://build.opensuse.org/request/show/261862
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=47
2014-11-17 18:59:48 +00:00
Denisart Benjamin
91861851b2 Accepting request 260382 from home:Ledest:misc
fix bashisms in pre script

OBS-URL: https://build.opensuse.org/request/show/260382
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=46
2014-11-14 15:30:48 +00:00
Stephan Kulow
6332fe0c06 Accepting request 228209 from devel:languages:python
Update to 4.2 (forwarded request 228208 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/228209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=14
2014-03-31 18:44:37 +00:00
Todd R
9a7e9692ea Accepting request 228208 from home:TheBlackCat:branches:devel:languages:python
Update to 4.2

OBS-URL: https://build.opensuse.org/request/show/228208
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=44
2014-03-30 09:23:40 +00:00
Tomáš Chvátal
a98f4f9db0 Accepting request 203051 from devel:languages:python
Implement update-alternatives (forwarded request 203050 from posophe)

OBS-URL: https://build.opensuse.org/request/show/203051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=13
2013-10-14 12:30:52 +00:00
Denisart Benjamin
3a908ecc88 Accepting request 203050 from home:posophe:branches:devel:languages:python
Implement update-alternatives

OBS-URL: https://build.opensuse.org/request/show/203050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=42
2013-10-12 16:43:39 +00:00
Denisart Benjamin
764a0d3569 Accepting request 203045 from home:posophe:branches:devel:languages:python
Update

OBS-URL: https://build.opensuse.org/request/show/203045
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=41
2013-10-12 15:33:59 +00:00
Stephan Kulow
23d64f1a86 Accepting request 174773 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/174773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=11
2013-05-13 13:30:07 +00:00
Alexandre Rogoski
3afe7e5dd0 - Update to 4.0:
- All tests pass under Python 2.6, 2.7, 3.2 and 3.3.
  - Fix the name of the script in an error message produced by
    virtualenvwrapper_lazy.sh. (Contributed by scottstvnsn.)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=39
2013-04-30 19:23:55 +00:00
Stephan Kulow
c1c3d88ea4 Accepting request 164018 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/164018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=10
2013-04-16 04:56:35 +00:00
Alexandre Rogoski
5f6021dc2c - Update to 3.7.1:
- Rename functions for generating help so they do not pollute the
    global namespace, and especially so they do not interfere with
    tab completion. Contributed by davidszotten.
  - Fix an issue with listing project templates if none are
    installed. (#179)
  - Fix an issue with the --python option to mkvirtualenv becoming
    *sticky* for future calls that do not explicitly specify the
    option. (#178)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=37
2013-04-08 02:35:38 +00:00
Stephan Kulow
717c63742e Accepting request 160716 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/160716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=9
2013-04-02 10:53:25 +00:00
Stephan Kulow
d9933a9eff Accepting request 159593 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/159593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=8
2013-03-17 09:07:57 +00:00
Alexandre Rogoski
aaf3ae291a - Update to 3.7:
- Improve tab-completion support for users of the lazy-loading
    mode. (upsuper)
  - Add --help option to mkproject.
  - Add --help option to workon.
  - Turn off logging from the hook loader by default, and replace
    VIRTUALENVWRAPPER_LOG_DIR environment variable with
    VIRTUALENVWRAPPER_LOG_FILE. The rotating log behavior remains
    the same. The motivation for this change is the race condition
    caused by that rotating behavior, especially when the wrappers are
    being used by users with different permissions and
    umasks. (152)
  - Use flake8 for style checking.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=34
2013-03-16 18:18:46 +00:00
Alexandre Rogoski
975e50b66a - Update to 3.6.1:
- Sorry, no changelog entry yet.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=33
2013-03-08 13:07:00 +00:00
Stephan Kulow
2e383976be Accepting request 149687 from devel:languages:python
Update to 3.6.

OBS-URL: https://build.opensuse.org/request/show/149687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=7
2013-01-29 13:37:34 +00:00
Alexandre Rogoski
f8b3ca026a - Fix bnc#787875, added python-virtualenv-clone as Requires in spec
file.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=31
2012-11-03 02:48:53 +00:00
Alexandre Rogoski
6d6bde5a50 Add stevedore as package Requieres.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=30
2012-08-19 06:20:18 +00:00
Alexandre Rogoski
60704efdce - Update to 3.6:
- Switch to stevedore for plugin management
  - mkvirtualenv_help should use $VIRTUALENVWRAPPER_PYTHON instead
    of calling virtualenv directly (issue 148).
  - Fix issue with lazy-loader code under zsh (issue 144).
  - Fix issue with noclobber option under zsh (issue 137). Fix based
    on patch from rob_b.
  - Fix documentation for add2virtualenv to show the correct name for
    the file containing the new path entry. (contributed by rvoicilas)
  - Fix problem with virtualenvwrapper_show_workon_options under zsh
    with chpwd functions that produce output. (issue 153)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=29
2012-08-19 05:59:21 +00:00
Stephan Kulow
92c3e246f3 Accepting request 126140 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/126140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-virtualenvwrapper?expand=0&rev=5
2012-06-26 16:03:47 +00:00
Alexandre Rogoski
0fcb99a259 - Update to 3.5:
- Rewrite cpvirtualenv to use virtualenv-clone instead of making
    the new environment relocatable. Contributed by Justin Barber
    (barberj). This also resolves a problem with cpvirtualenv not
    honoring the --no-site-packages flag (issue 102).
  - Update docs with link to virtualenvwrapper-win port by David
    Marble.
  - Use command to avoid functions named the same as common
    utilities. (issue 119)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=27
2012-06-11 12:10:48 +00:00