93 lines
3.4 KiB
Plaintext
93 lines
3.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 24 08:08:45 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Skip more tests that need network access
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 13 08:58:11 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
- Fix required package versions.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 2 04:39:22 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Skip PEP508 tests since they require the network.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 7 05:18:53 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 0.0.30:
|
|
* Support editable project location (#148)
|
|
* Do not treat `--trusted-host` as a requirement (#136)
|
|
* Expose whether a requirement is editable (#131)
|
|
* Use correct long flag for requirements (#118)
|
|
* Support for hashed requirements (#126)
|
|
* Drop support for Python 3.6, test against pip==22.0.x (#127)
|
|
* Pass PIP_DISABLE_PIP_VERSION_CHECK to all invocations (#114)
|
|
* Support the --path parameter when calling pip list (#112)
|
|
* Add support for parsing URL requirements (#109)
|
|
* Allow installed_distributions to be filtered for global distributions (#103)
|
|
* Support Python 3.10
|
|
* Allow requirement markers to be parsed (#99)
|
|
* Use pip list's JSON output for installed_distributions (#93)
|
|
* Drop support for Python 3.5 (#94)
|
|
* Add type hints (#97)
|
|
* Ensure environment vars are passed to subprocess call (#68)
|
|
* Drop support for Python 2.7
|
|
* Add experimental PEP 650 support
|
|
* Fix issue with handling LegacyVersions (#66)
|
|
* Support Python 3.9
|
|
- Add patch support-packaging-changes.patch:
|
|
* Drop a test parameter that doesn't work with our version of packaging.
|
|
- Include non-shipped test data as test-data.tar.gz.
|
|
- Switch to GitHub tarball for tests.
|
|
- Refresh unvendor.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 16 10:09:16 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 0.0.14
|
|
* Test against pip 19.2 to 20.0.2
|
|
* Support Python 3.8
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 30 13:08:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.0.13:
|
|
- Include six==1.12.0 as a vendored dependency (#42)
|
|
- Upgrade vendored packaging==19.2
|
|
- Upgrade vendored pyparsing==2.4.2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 23 11:27:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.0.12:
|
|
* Bugfix with relative paths (#39)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 7 15:29:45 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- update to 0.0.10
|
|
- add unvendor.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 17 19:43:12 UTC 2019 - Hardik Italia <hitalia@suse.com>
|
|
|
|
- Update to 0.0.8:
|
|
* Handle editable installs
|
|
* Ignore index url parameters in parse_requirements
|
|
* Drop support for Python 3.4
|
|
* Add support for pip 19.0, 19.0.1, 19.0.2, 19.0.3
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 22 09:31:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 0.0.5:
|
|
* distribute tests and license
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 20 12:27:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Initial commit, needed by pytest-reqs
|