SHA256
1
0
forked from pool/python-pip

Commit Graph

  • 44afbd60a4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=49 Todd R 2017-04-14 16:46:04 +0000
  • b9cac7281f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=48 Todd R 2017-04-14 16:45:49 +0000
  • 16c54f4fd8 - uninstall alternatives in %postun Jan Matejek 2017-03-29 13:52:20 +0000
  • a63d1652ed Accepting request 460264 from devel:languages:python Dominique Leuenberger 2017-02-27 17:36:14 +0000
  • 8e50cef319 Accepting request 460233 from devel:languages:python:singlespec Jan Matejek 2017-02-24 14:34:50 +0000
  • 05876ac78f Accepting request 451336 from devel:languages:python Dominique Leuenberger 2017-01-23 10:31:08 +0000
  • 848608d4e8 Accepting request 449217 from home:stroeder:branches:devel:languages:python Dirk Mueller 2017-01-19 09:55:31 +0000
  • 662f1e56c2 Accepting request 406269 from devel:languages:python Dominique Leuenberger 2016-07-10 16:45:10 +0000
  • c142c91b16 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=44 Dirk Mueller 2016-07-04 08:19:16 +0000
  • 5e2cff497f Accepting request 405574 from home:tbechtold:branches:devel:languages:python Dirk Mueller 2016-07-04 08:18:08 +0000
  • 026ad1dbba Accepting request 395519 from home:tbechtold:branches:devel:languages:python Jan Matejek 2016-05-16 15:25:36 +0000
  • 42d1f0e505 Accepting request 369207 from devel:languages:python Dominique Leuenberger 2016-03-16 09:43:07 +0000
  • ff8bd97bc6 Accepting request 368988 from home:tbechtold:branches:devel:languages:python Todd R 2016-03-09 16:22:56 +0000
  • 64feb8fb09 Accepting request 354910 from devel:languages:python Dominique Leuenberger 2016-01-28 16:19:47 +0000
  • f386c9ff32 Accepting request 354908 from home:TheBlackCat:branches:devel:languages:python Todd R 2016-01-20 10:39:43 +0000
  • b6b7b64de1 Accepting request 333759 from devel:languages:python Stephan Kulow 2015-10-03 18:29:36 +0000
  • ad652f3f07 Accepting request 333669 from home:tbechtold:branches:devel:languages:python Denisart Benjamin 2015-09-25 12:47:47 +0000
  • fbcb483950 Accepting request 333163 from home:DocB:branches:Application:ERP:Tryton:3.4 Denisart Benjamin 2015-09-24 13:07:51 +0000
  • 9a8431d50b Accepting request 319405 from devel:languages:python Dominique Leuenberger 2015-08-06 22:20:46 +0000
  • 04982ea520 Accepting request 319404 from home:TheBlackCat:branches:devel:languages:python Todd R 2015-07-29 13:08:31 +0000
  • 81b7367b7f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=36 Todd R 2015-07-29 12:58:21 +0000
  • 9e887f17eb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=35 Todd R 2015-07-29 12:56:35 +0000
  • fc2a6f9ce7 Accepting request 292198 from devel:languages:python Dominique Leuenberger 2015-03-23 11:18:55 +0000
  • 4f6dfeb6cc Accepting request 291343 from home:tbechtold:branches:devel:languages:python Denisart Benjamin 2015-03-21 11:36:48 +0000
  • fb4335ed4a Accepting request 261627 from devel:languages:python Dominique Leuenberger 2014-11-18 21:45:08 +0000
  • 507e0aada9 Accepting request 260387 from home:Ledest:misc Denisart Benjamin 2014-11-14 15:31:02 +0000
  • 723335a49b Accepting request 213128 from devel:languages:python Stephan Kulow 2014-01-09 16:25:44 +0000
  • 365439b184 - Package /usr/bin/pip2 Sascha Peilicke 2014-01-08 11:03:25 +0000
  • b725ee1449 - Readd argparse requirement for SLE Sascha Peilicke 2014-01-08 10:41:16 +0000
  • 780d056a54 - Update to version 1.5: * **BACKWARD INCOMPATIBLE** pip no longer supports the --use-mirrors, -M, and --mirrors flags. The mirroring support has been removed. In order to use a mirror specify it as the primary index with -i or --index-url, or as an additional index with --extra-index-url. (Pull #1098, CVE-2013-5123) * **BACKWARD INCOMPATIBLE** pip no longer will scrape insecure external urls by default nor will it install externally hosted files by default. Users may opt into installing externally hosted or insecure files or urls using --allow-external PROJECT and --allow-unverified PROJECT. (Pull #1055) * **BACKWARD INCOMPATIBLE** pip no longer respects dependency links by default. Users may opt into respecting them again using --process-dependency-links. * **DEPRECATION** pip install --no-install and pip install --no-download are now formally deprecated. See Issue #906 for discussion on possible alternatives, or lack thereof, in future releases. * **DEPRECATION** pip zip and pip unzip are now formally deprecated. * pip will now install Mac OSX platform wheels from PyPI. (Pull #1278) * pip now generates the appropriate platform-specific console scripts when installing wheels. (Pull #1251) * Pip now confirms a wheel is supported when installing directly from a path or url. (Pull #1315) * Fixed #1097, --ignore-installed now behaves again as designed, after it was unintentionally broke in v0.8.3 when fixing Issue #14 (Pull #1352). * Fixed a bug where global scripts were being removed when uninstalling --user installed packages (Pull #1353). * Fixed #1163, --user wasn't being respected when installing scripts from wheels (Pull #1176). * Fixed #1150, we now assume '_' means '-' in versions from wheel filenames (Pull #1158). * Fixed #219, error when using --log with a failed install (Pull #1205). * Fixed #1131, logging was buffered and choppy in Python 3. * Fixed #70, --timeout was being ignored (Pull #1202). * Fixed #772, error when setting PIP_EXISTS_ACTION (Pull #1201). Sascha Peilicke 2014-01-07 14:26:40 +0000
  • 421f0df4b3 Accepting request 207963 from devel:languages:python Stephan Kulow 2013-12-03 15:12:06 +0000
  • 9aa5604b0f - Fix alternative link in buildroot Sascha Peilicke 2013-11-22 13:11:14 +0000
  • 6549c2464a Accepting request 200711 from devel:languages:python Stephan Kulow 2013-09-26 17:55:09 +0000
  • adb4a58947 Accepting request 200710 from home:rhafer:branches:devel:languages:python Todd R 2013-09-26 11:51:36 +0000
  • 1630e752c7 Accepting request 186538 from devel:languages:python Tomáš Chvátal 2013-08-13 11:22:06 +0000
  • fe08b6136a Accepting request 186463 from home:dirkmueller:branches:devel:languages:python Sascha Peilicke 2013-08-09 08:24:31 +0000
  • 72584bc59d Accepting request 184861 from devel:languages:python Stephan Kulow 2013-07-29 19:11:00 +0000
  • 77499bad92 - Update to version 1.4: * **BACKWARD INCOMPATIBLE** pip now only installs stable versions by default, and offers a new --pre option to also find pre-release and development versions. (Pull #834) * **BACKWARD INCOMPATIBLE** Dropped support for Python 2.5. The minimum supported Python version for pip 1.4 is Python 2.6. * Added support for installing and building wheel archives. Thanks Daniel Holth, Marcus Smith, Paul Moore, and Michele Lacchia (Pull #845) * Applied security patch to pip's ssl support related to certificate DNS wildcard matching (http://bugs.python.org/issue17980). * To satisfy pip's setuptools requirement, pip now recommends setuptools>=0.8, not distribute. setuptools and distribute are now merged into one project called 'setuptools'. (Pull #1003) * pip will now warn when installing a file that is either hosted externally to the index or cannot be verified with a hash. In the future pip will default to not installing them and will require the flags --allow-external NAME, and --allow-insecure NAME respectively. (Pull #985) * If an already-downloaded or cached file has a bad hash, re-download it rather than erroring out. (Issue #963). * pip bundle and support for installing from pybundle files is now considered deprecated and will be removed in pip v1.5. * Fixed a number of issues (#413, #709, #634, #602, and #939) related to cleaning up and not reusing build directories. (Pull #865, #948) * Added a User Agent so that pip is identifiable in logs. (Pull #901) * Added ssl and --user support to get-pip.py. Thanks Gabriel de Perthuis. (Pull #895) * Fixed the proxy support, which was broken in pip 1.3.x (Pull #840) * Fixed issue #32 - pip fails when server does not send content-type header. Thanks Hugo Lopes Tavares and Kelsey Hightower (Pull #872). Sascha Peilicke 2013-07-29 14:47:58 +0000
  • 45a055ddc2 Accepting request 179929 from devel:languages:python Stephan Kulow 2013-06-19 14:43:10 +0000
  • e7e7bfc1bc Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:52:33 +0000
  • 31d106e406 Accepting request 172884 from devel:languages:python Stephan Kulow 2013-04-23 09:38:43 +0000
  • 70ca7b99f0 Accepting request 172883 from devel:languages:python3 Todd R 2013-04-22 16:27:54 +0000
  • 5ea6789241 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=23 Todd R 2013-04-22 16:09:43 +0000
  • 461e86028a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=22 Todd R 2013-04-22 16:09:25 +0000
  • fb30f645d2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=21 Todd R 2013-04-22 16:09:16 +0000
  • 2c10c9c9ac - Simpler spec file Sascha Peilicke 2013-04-22 09:32:49 +0000
  • 915febfd52 Accepting request 159591 from devel:languages:python Stephan Kulow 2013-03-17 09:07:44 +0000
  • ef60d3c2f9 - Update to 1.3.1: * Fixed a major backward incompatible change of parsing URLs to externally hosted packages that got accidentily included in 1.3. - Aditional changes from 1.3: * SSL Cert Verification; Make https the default for PyPI access. Thanks James Cleveland, Giovanni Bajo, Marcus Smith and many others (Pull #789). * Added "pip list" for listing installed packages and the latest version available. Thanks Rafael Caricio, Miguel Araujo, Dmitry Gladkov (Pull #752) * Fixed security issues with pip's use of temp build directories. Thanks David (d1b) and Thomas Guttler. (Pull #780) * Improvements to sphinx docs and cli help. (Pull #773) * Fixed issue #707, dealing with OS X temp dir handling, which was causing global NumPy installs to fail. (Pull #768) * Split help output into general vs command-specific option groups. Thanks Georgi Valkov. (Pull #744; Pull #721 contains preceding refactor) * Fixed dependency resolution when installing from archives with uppercase project names. (Pull #724) * Fixed problem where re-installs always occurred when using file:// find-links. (Pulls #683/#702) * "pip install -v" now shows the full download url, not just the archive name. Thanks Marc Abramowitz (Pull #687) * Fix to prevent unnecessary PyPI redirects. Thanks Alex Gronholm (Pull #695) * Fixed issue #670 - install failure under Python 3 when the same version of a package is found under 2 different URLs. Thanks Paul Moore (Pull #671) * Fix git submodule recursive updates. Thanks Roey Berman. Alexandre Rogoski 2013-03-08 13:18:16 +0000
  • 3ac59951b9 Accepting request 142814 from devel:languages:python Stephan Kulow 2012-11-26 18:55:01 +0000
  • 28537a18de Accepting request 142808 from devel:languages:python3 Todd R 2012-11-25 11:22:09 +0000
  • 67befae263 Accepting request 133453 from devel:languages:python Stephan Kulow 2012-09-11 07:17:33 +0000
  • 8b9fd993e9 Accepting request 133376 from home:poorboywilly:branches:devel:languages:python Ismail Dönmez 2012-09-10 10:50:27 +0000
  • 589a5dfe93 Accepting request 116070 from devel:languages:python Stephan Kulow 2012-05-07 20:50:23 +0000
  • dd09f955ef Accepting request 116069 from devel:languages:python3 Todd R 2012-04-30 14:29:18 +0000
  • be871f951a Accepting request 115839 from home:TheBlackCat:branches:devel:languages:python Todd R 2012-04-27 11:40:36 +0000
  • 16b82de117 Accepting request 106458 from devel:languages:python Stephan Kulow 2012-02-22 14:54:28 +0000
  • bf61875125 Remove old tarball Sascha Peilicke 2012-02-22 13:30:35 +0000
  • 33ec7ad37c Accepting request 106441 from home:saschpe:branches:devel:languages:python Sascha Peilicke 2012-02-22 12:15:04 +0000
  • 4c7626b3ff Accepting request 102233 from devel:languages:python Stephan Kulow 2012-02-01 08:59:58 +0000
  • eaf11dd8ba - Run testsuite Sascha Peilicke 2012-01-31 14:11:32 +0000
  • ec2c5be977 - Only SLES-11 needs %python_sitelib and not noarch Sascha Peilicke 2011-12-05 12:32:19 +0000
  • a39ee2a28d Accepting request 84386 from devel:languages:python Sascha Peilicke 2011-09-26 08:17:04 +0000
  • bf413aa296 - Don't repackage upstream tarball - Require python-distribute instead of setuptools - Package documentation - Fix non-executable script rpmlint warning Sascha Peilicke 2011-09-22 09:07:16 +0000
  • b6de32f1ba Accepting request 83352 from devel:languages:python Lars Vogdt 2011-09-19 20:56:49 +0000
  • 6d4e296c7f Accepting request 82747 from home:ocefpaf:branches:devel:languages:python Thomas Schraitle 2011-09-19 06:35:08 +0000
  • 2ad7b4b3d0 Fixed year in copyright line Sascha Peilicke 2011-01-28 15:25:19 +0000
  • c32d75acd6 Autobuild autoformatter for 57863 Marcus Rueckert 2011-01-14 02:39:38 +0000
  • 58dff183dd Accepting request 57863 from devel:languages:python Marcus Rueckert 2011-01-14 02:39:33 +0000
  • 90870e2e89 Accepting request 56453 from home:saschpe:branches:devel:languages:python Cristian Rodríguez 2010-12-21 15:41:18 +0000
  • 7f20eeb315 Autobuild autoformatter for 55758 Marcus Rueckert 2010-12-13 13:13:01 +0000
  • a01576fb2c Accepting request 55758 from devel:languages:python Marcus Rueckert 2010-12-13 13:12:40 +0000
  • 9c44768bc4 Accepting request 48173 from home:aledr:branches Stephan Kulow 2010-09-15 08:07:32 +0000
  • 8400cb943e Fix error in expression so that package builds (was failing on all targets) Peter Nixon 2010-06-20 17:58:56 +0000
  • 85e480ed91 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=4 Pavol Rusnak 2010-05-28 09:55:09 +0000
  • ae16694dd0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=3 Pavol Rusnak 2010-05-28 09:54:48 +0000
  • c07cac4e8b Accepting request 40769 from home:aledr:branches Pavol Rusnak 2010-05-28 09:54:03 +0000
  • 89537b191e osc copypac from project:home:playpauseandstop:python package:python-pip revision:5 Peter Nixon 2010-05-19 08:50:14 +0000