15
0

17 Commits

Author SHA256 Message Date
47dfe5a7fb Accepting request 1128723 from devel:languages:python
- update to 4.0.3:
  * Add ``is_prerelease`` and other methods to ``LegacyVersion``
    to fix ``get_sorted_versions`` with ``stable=True`` and some
    other cases.

- Update to 4.0.2:
- Update to version 3.7.0
  * Replace “cached_property” with “lazy” package, which uses __dict__

OBS-URL: https://build.opensuse.org/request/show/1128723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-common?expand=0&rev=8
2023-11-26 18:36:56 +00:00
da9405cc58 - update to 4.0.3:
* Add ``is_prerelease`` and other methods to ``LegacyVersion``
    to fix ``get_sorted_versions`` with ``stable=True`` and some
    other cases.
- Update to 4.0.2:
- Update to version 3.7.0
  * Replace “cached_property” with “lazy” package, which uses __dict__

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=15
2023-11-25 12:54:39 +00:00
e9029db05d Accepting request 1118536 from devel:languages:python
- Update to 4.0.2: 
  * Bug Fixes
    + Do not mark commands with returncode ``None`` from tox 4.x as failed.
    + Restore flushing after each written line in new TerminalWriter.
    + Fix #939: custom legacy version parsing (non PEP 440) after
      packaging >= 22.0 removed support.
  * Deprecations and Removals
    + Removed ``HTMLPage`` class originally vendored from pip.
    + Dropped support for Python <= 3.6.
  * Features
    + Add ``chdir`` context handler in devpi_common.contextlib.
    + Hide username from URL representation.
    + Added stripped down TerminalWriter from ``py`` library which only
      supports coloring.
- Switch to pyproject macros.
- Drop patch unpin-versions.patch, no longer required.

OBS-URL: https://build.opensuse.org/request/show/1118536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-common?expand=0&rev=7
2023-10-19 20:47:34 +00:00
1f01389430 - Drop patch unpin-versions.patch, no longer required.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=13
2023-10-18 08:32:59 +00:00
e8db2d4eb0 - Update to 4.0.2:
* Bug Fixes
    + Do not mark commands with returncode ``None`` from tox 4.x as failed.
    + Restore flushing after each written line in new TerminalWriter.
    + Fix #939: custom legacy version parsing (non PEP 440) after
      packaging >= 22.0 removed support.
  * Deprecations and Removals
    + Removed ``HTMLPage`` class originally vendored from pip.
    + Dropped support for Python <= 3.6.
  * Features
    + Add ``chdir`` context handler in devpi_common.contextlib.
    + Hide username from URL representation.
    + Added stripped down TerminalWriter from ``py`` library which only
      supports coloring.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=12
2023-10-17 03:21:25 +00:00
8ce6d37119 Accepting request 1092258 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-common?expand=0&rev=6
2023-06-12 13:25:53 +00:00
6a80ac88d1 Accepting request 1092093 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092093
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=10
2023-06-11 11:44:22 +00:00
7fa2ca0eba Accepting request 1075185 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1075185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-common?expand=0&rev=5
2023-03-29 21:28:12 +00:00
fb02a58c5e - add unpin-versions.patch to reduce the packaging version conflict
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=8
2023-03-22 09:32:18 +00:00
44a090c86a Accepting request 1069712 from devel:languages:python
- Disable broken tests with new packaging module because invalid
  version
- Update to version 3.7.2
  * Fix #928: correct default for pre-release matching after switching
    from ``pkg_resources`` to ``packaging``.
  * Fix #949: correct parsing of wheel tags for Python 3.10 and above.
- 3.7.1 (2022-12-16)
  * Fix #939: pin packaging to <22 as it removed the deprecated
    LegacyVersion.

OBS-URL: https://build.opensuse.org/request/show/1069712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-common?expand=0&rev=4
2023-03-07 15:49:28 +00:00
5eda3c1ddb - Disable broken tests with new packaging module because invalid
version
- Update to version 3.7.2
  * Fix #928: correct default for pre-release matching after switching
    from ``pkg_resources`` to ``packaging``.
  * Fix #949: correct parsing of wheel tags for Python 3.10 and above.
- 3.7.1 (2022-12-16)
  * Fix #939: pin packaging to <22 as it removed the deprecated
    LegacyVersion.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=6
2023-03-06 17:23:09 +00:00
3763de5259 Accepting request 1010149 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-common?expand=0&rev=3
2022-10-12 16:25:53 +00:00
f49c497401 Accepting request 1009975 from home:yarunachalam:branches:devel:languages:python
- Update to version 3.7.0 
  Features
   Add hash_type and fragment attributes to URL class.
   Replace pkg_resources usage with packaging.
  Bug Fixes
   Fix #895: return content of data-yanked.
   Fixed some cases where name and version weren’t split off correctly from filename.

OBS-URL: https://build.opensuse.org/request/show/1009975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=4
2022-10-12 08:38:47 +00:00
a9067fa764 Accepting request 909946 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/909946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-common?expand=0&rev=2
2021-08-03 20:48:57 +00:00
1cbc8422af Accepting request 909935 from home:mcalabkova:branches:devel:languages:python
- Update to 3.6.0
  * support data-yanked attribute in HTMLPage parser.
  * Replace “cached_property” with “lazy” package, which uses __dict__ 
    directly for much faster reads.
  * Hide password from URL representation.
  * Allow replacement of individual netloc parts with URL.replace method.

OBS-URL: https://build.opensuse.org/request/show/909935
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=3
2021-08-03 10:08:17 +00:00
0a15041159 Accepting request 730375 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/730375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-common?expand=0&rev=1
2019-09-27 12:46:16 +00:00
Tomáš Chvátal
a35e7e59f7 Accepting request 730337 from home:jayvdb:devpi
rescue & update from :misc server and client also done, and others.  Also devpi is needed for a pytest plugin

OBS-URL: https://build.opensuse.org/request/show/730337
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-common?expand=0&rev=1
2019-09-12 11:25:05 +00:00