17
0

36 Commits

Author SHA256 Message Date
ae75028eef Accepting request 1330975 from devel:languages:python
- Fix tests, add fix-tests.patch upstream patch,
  gh#devpi/devpi@408273fb7755

OBS-URL: https://build.opensuse.org/request/show/1330975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=16
2026-02-04 20:10:14 +00:00
00afb1e0cc - Fix tests, add fix-tests.patch upstream patch,
gh#devpi/devpi@408273fb7755

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=35
2026-02-04 14:04:53 +00:00
cbc2c44818 Accepting request 1223955 from devel:languages:python
- Update to 7.2.0
  * Support --no-docs and --only-docs for push command.
  * Support --register-project for push command to external index.
  * Add support for uv.conf to devpi use --set-cfg.
  * fixed encoding issues when decoding output of subprocesses.
  * require pkginfo >= 1.10.0 which supports newer metadata versions.

- update to 7.1.0
  * Require build>=0.7.0 to prevent import error with older versions.
  * Provide proper error message if the API request for devpi use fails.
  * Fix #1011: change HTTP status codes >=400 to use self.fatal instead 
    of raw SystemExit, protect 403 and 404 errors from SystemExit
  * Support using various kinds of devpi tools with pyproject.toml.

OBS-URL: https://build.opensuse.org/request/show/1223955
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=15
2024-11-14 15:08:33 +00:00
bde35d0621 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=33 2024-11-13 13:15:07 +00:00
da89cb7216 - Update to 7.2.0
* Support --no-docs and --only-docs for push command.
  * Support --register-project for push command to external index.
  * Add support for uv.conf to devpi use --set-cfg.
  * fixed encoding issues when decoding output of subprocesses.
  * require pkginfo >= 1.10.0 which supports newer metadata versions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=32
2024-11-07 13:18:08 +00:00
bd9b9afa03 - update to 7.1.0
* Require build>=0.7.0 to prevent import error with older versions.
  * Provide proper error message if the API request for devpi use fails.
  * Fix #1011: change HTTP status codes >=400 to use self.fatal instead 
    of raw SystemExit, protect 403 and 404 errors from SystemExit
  * Support using various kinds of devpi tools with pyproject.toml.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=31
2024-10-03 18:23:04 +00:00
400bc03747 Accepting request 1153255 from devel:languages:python
- Skip some tests that are failing for python 3.12, because it tries
  to install setuptools package during tests.
  * test_main_example
  * test_specific_version
  * test_pkgname_with_dashes

OBS-URL: https://build.opensuse.org/request/show/1153255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=14
2024-02-29 20:51:06 +00:00
6fee0336f0 - Skip some tests that are failing for python 3.12, because it tries
to install setuptools package during tests.
  * test_main_example
  * test_specific_version
  * test_pkgname_with_dashes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=29
2024-02-29 14:12:52 +00:00
56b737915a Accepting request 1128736 from devel:languages:python
- update to 7.0.2:
  * Fix #992: Fix error added in 6.0.4 when old authentication
    data from before 6.x exists.

  - Drop {Build,}Requires on pep517.

OBS-URL: https://build.opensuse.org/request/show/1128736
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=13
2023-11-26 18:37:00 +00:00
586575000a - update to 7.0.2:
* Fix #992: Fix error added in 6.0.4 when old authentication
    data from before 6.x exists.
  - Drop {Build,}Requires on pep517.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=27
2023-11-25 13:49:52 +00:00
34573f056d Accepting request 1118184 from devel:languages:python
- Update to 7.0.1:
  * Bug Fixes
    + Fix #1005: use ``shutil.move`` instead of ``Path.rename`` to move
      distribution after building to prevent cross-device link errors.
    + Fix #1008: pass ``--no-isolation`` option to ``build`` when determining
      name/version for documentation.
    + Fix #946: output ``name==version`` instead of ``name-version`` for
      ``devpi list -v``.
  * Deprecations and Removals
    + Use ``build`` instead of deprecated ``pep517`` package.
    + Removed dependency on py package.
    + Dropped support for Python <= 3.6.
- Drop patch switch-to-build-module.patch, included upstream.
- Switch to autosetup macro.

OBS-URL: https://build.opensuse.org/request/show/1118184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=12
2023-10-19 20:47:33 +00:00
49c332cb65 - Update to 7.0.1:
* Bug Fixes
    + Fix #1005: use ``shutil.move`` instead of ``Path.rename`` to move
      distribution after building to prevent cross-device link errors.
    + Fix #1008: pass ``--no-isolation`` option to ``build`` when determining
      name/version for documentation.
    + Fix #946: output ``name==version`` instead of ``name-version`` for
      ``devpi list -v``.
  * Deprecations and Removals
    + Use ``build`` instead of deprecated ``pep517`` package.
    + Removed dependency on py package.
    + Dropped support for Python <= 3.6.
- Drop patch switch-to-build-module.patch, included upstream.
- Switch to autosetup macro.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=25
2023-10-17 03:20:53 +00:00
7ae43034e3 Accepting request 1096804 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1096804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=11
2023-07-05 13:30:49 +00:00
97c673cc66 Accepting request 1096760 from home:Simmphonie:branches:devel:languages:python
- update to 6.0.5
  * Remember URL when ``devpi use`` causes a 403, so one can
    use ``devpi login`` afterwards.
  * Fix #978: Quote username and password when adding to URL.
  * Fix #980: Remove long deprecated backward compatibility for
    old pluggy versions to fix error with pluggy 1.1.0.
- split package to prevent build dependency with python-tox (multibuild)

OBS-URL: https://build.opensuse.org/request/show/1096760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=23
2023-07-04 13:11:01 +00:00
703b8a6da1 Add missing Requires
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=22
2023-07-03 13:11:15 +00:00
46ec9de048 - Add missing dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=21
2023-07-03 13:00:21 +00:00
af7e584c1d Accepting request 1092259 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=10
2023-06-12 13:25:53 +00:00
7c973c968c Accepting request 1092092 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=19
2023-06-11 11:44:27 +00:00
d3f3ee1ae4 Accepting request 1082841 from devel:languages:python
- Add patch switch-to-build-module.patch:
  - Drop {Build,}Requires on pep517.

OBS-URL: https://build.opensuse.org/request/show/1082841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=9
2023-04-26 15:25:01 +00:00
f61b93762e - Add patch switch-to-build-module.patch:
- Drop {Build,}Requires on pep517.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=17
2023-04-26 02:21:36 +00:00
989e2e174d Accepting request 1080284 from devel:languages:python
- update to 6.0.4:
  * Fix precedence of URL from command line over DEVPI_INDEX
    environment variable for ``devpi use``.
  * Fix relative DEVPI_INDEX environment variable with user and
    index causing an invalid URL in some cases.
  * Fix persistence of username when DEVPI_INDEX environment
    variable is used with ``devpi login``.
  * Fix precedence of ``--sdist`` and ``--wheel`` over
    ``formats`` setting from setup.cfg ``[devpi:upload]``
    section.

OBS-URL: https://build.opensuse.org/request/show/1080284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=8
2023-04-20 13:14:14 +00:00
de746b2dd9 - update to 6.0.4:
* Fix precedence of URL from command line over DEVPI_INDEX
    environment variable for ``devpi use``.
  * Fix relative DEVPI_INDEX environment variable with user and
    index causing an invalid URL in some cases.
  * Fix persistence of username when DEVPI_INDEX environment
    variable is used with ``devpi login``.
  * Fix precedence of ``--sdist`` and ``--wheel`` over
    ``formats`` setting from setup.cfg ``[devpi:upload]``
    section.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=15
2023-04-19 09:33:13 +00:00
3a3552e120 Accepting request 1078250 from devel:languages:python
- Update to 6.0.3:
  * Fix #919: Retry 3 times and wait a moment on PermissionError
    during file removal to fix race condition after running tox.
  * Restore ability to build docs if project uses separate build and
    source directories for documentation.
  * Fix for changes in pypitoken 6.x.
- 6.0.2 (2022-09-28)
  * Better error message when trying to use ``devpi index`` which
    requires authentication (devpi-lockdown).
- 6.0.1 (2022-08-16)
  * fix #913: ``main.Hub.workdir`` cleanup (exit) can now handle
    read-only files (like those created by git).
  * Print info when ``DEVPI_INDEX`` environment variable is in use and
    allow relative index specification for it.
- 6.0.0 (2022-07-19)
  * Removed support for ``--detox`` option.
  * When uploading we no longer "register" the package first. That
    requirement was removed from PyPI and devpi-server for some time.
  * Use ``sphinx-build`` command instead of ``setup.py build_sphinx``
    when building documentation.
  * Removed tox dependency, instead ``devpi test`` looks for the
    ``tox`` binary in the path.
  * The ``--venv`` option will abort when no virtualenv exists at the
    location, it will not create a virtualenv anymore.
  * Fix #218: use new pip.conf location by default and warn if the
    legacy location exists.
  * Fix #38: add ``--user``/``-u`` option to ``use`` command to limit
    index listing to a specific user.
  * Fix #437: when the ``DEVPI_INDEX`` environment variable is set, it
    temporarily overwrites the current index.
  * Fix #691: allow anonymous uploads if the server has
    ``acl_upload=:ANONYMOUS:`` set on index.
  * Fix #863: allow ``--only-docs`` upload for files containing
    ``.docs.`` instead of ``.doc.`` and support gzipped tar files.
  * The ``--user/-u`` option for ``devpi use`` can be used to switch
    the current user and the authentication data of previous logins is
    preserved.
  * Use `build <https://pypi.org/project/build/>`_ package when
    possible and fall back to ``setup.py`` only for deprecated release
    types.
  * When the ``DEVPI_USER`` environment variable is set, it
    temporarily overwrites the current user name.
  * Support query strings on ``path`` for ``getjson`` command. This
    enables using ``?no_projects=``.
  * The ``devpi index -l [username]`` command now actually lists
    indexes of other users and works without login.
  * Fix #443 and #444: pass authentication info to pip via environment
    variable for ``devpi install`` and ``devpi test``.
  * When pushing to an external index with ``pypi:...``, a PyPI token
    is detected and ``pypitoken`` is installed a new unique time
    limited token is derived for the upload.
  * With ``devpi use --local`` a local configuration is created in the
    currently active virtualenv and automatically used as long as the
    virtualenv is activated.
  * Warn if the server changes the scheme, host or port during ``devpi
    use``.
  * Using ``--list`` or ``--urls`` with ``use`` command and a URL
    won't change the current index anymore.
  * Existing authentication data is validated on ``devpi use`` and
    removed if expired.
  * Fix #562: encode username and url in devpiclient_get_password with
    sys.stdout.encoding.
  * Fix #627: support ``--index`` option when no index is currently
    selected.
  * Fix #808: Use mkdtemp from Python tempfile module to prevent
    permission and locking errors during ``devpi test`` and ``devpi
    upload``.
  * Fix #831: only download matching wheels if ``--select`` is in use.
  * Give helpful error message when specified/configured virtualenv is
    missing.
  * When there is no json error message only the HTML error code and
    reason is printed now, to get the full HTML output use the
    ``--debug`` flag.

OBS-URL: https://build.opensuse.org/request/show/1078250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=7
2023-04-10 19:24:48 +00:00
b9919fd3bf - Update to 6.0.3:
* Fix #919: Retry 3 times and wait a moment on PermissionError
    during file removal to fix race condition after running tox.
  * Restore ability to build docs if project uses separate build and
    source directories for documentation.
  * Fix for changes in pypitoken 6.x.
- 6.0.2 (2022-09-28)
  * Better error message when trying to use ``devpi index`` which
    requires authentication (devpi-lockdown).
- 6.0.1 (2022-08-16)
  * fix #913: ``main.Hub.workdir`` cleanup (exit) can now handle
    read-only files (like those created by git).
  * Print info when ``DEVPI_INDEX`` environment variable is in use and
    allow relative index specification for it.
- 6.0.0 (2022-07-19)
  * Removed support for ``--detox`` option.
  * When uploading we no longer "register" the package first. That
    requirement was removed from PyPI and devpi-server for some time.
  * Use ``sphinx-build`` command instead of ``setup.py build_sphinx``
    when building documentation.
  * Removed tox dependency, instead ``devpi test`` looks for the
    ``tox`` binary in the path.
  * The ``--venv`` option will abort when no virtualenv exists at the
    location, it will not create a virtualenv anymore.
  * Fix #218: use new pip.conf location by default and warn if the
    legacy location exists.
  * Fix #38: add ``--user``/``-u`` option to ``use`` command to limit
    index listing to a specific user.
  * Fix #437: when the ``DEVPI_INDEX`` environment variable is set, it
    temporarily overwrites the current index.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=13
2023-04-10 10:41:48 +00:00
e79794fbc0 Accepting request 982604 from devel:languages:python
- Update to 5.2.3:
  - Bump upper version limit on pluggy to <2.0.
  - fix #406: support ``--all`` to show all versions when listing
    more than one project.
  - Pin tox to <4dev. The next major version of devpi-client will
    use tox as a binary to support newer versions.
  - Support for basic authentication and client side certificates
    is deprecated now. Take a look at devpi-lockdown instead.
  - Hide password from index url in pip config with ``devpi
    use``.
- Remove upstreamed patch test_sys_executable.patch.

OBS-URL: https://build.opensuse.org/request/show/982604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=6
2022-06-14 22:33:29 +00:00
0dca495570 - Update to 5.2.3:
- Bump upper version limit on pluggy to <2.0.
  - fix #406: support ``--all`` to show all versions when listing
    more than one project.
  - Pin tox to <4dev. The next major version of devpi-client will
    use tox as a binary to support newer versions.
  - Support for basic authentication and client side certificates
    is deprecated now. Take a look at devpi-lockdown instead.
  - Hide password from index url in pip config with ``devpi
    use``.
- Remove upstreamed patch test_sys_executable.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=11
2022-06-14 11:31:22 +00:00
41dc51e9d3 Accepting request 813032 from devel:languages:python
- update to 5.2.0:
  - fix #799: proper error message for devpi login without prior devpi use
  - Support for check_manifest>=0.42.

OBS-URL: https://build.opensuse.org/request/show/813032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=5
2020-06-09 22:53:55 +00:00
f90f6d3b59 - update to 5.2.0:
- fix #799: proper error message for devpi login without prior devpi use
  - Support for check_manifest>=0.42.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=9
2020-06-09 19:32:41 +00:00
805e4f106f Accepting request 809420 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/809420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=4
2020-05-28 07:18:06 +00:00
Tomáš Chvátal
4076336b47 Accepting request 809232 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/809232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=7
2020-05-27 10:13:36 +00:00
a727cf388e Accepting request 763395 from devel:languages:python
- Update to 5.1.1:
  - Fix removing a range of versions with index inheritance.
  - Add keyring support for devpi push to external repositories
    like pypi.org. This is compatible with twine, see
    https://twine.readthedocs.io/en/latest/#keyring-support
  - fix #666: output nicer error message when section couldn’t be
    found in pypirc.
  - the 410 status for the register action isn’t marked as error
    anymore for push to external repository.

OBS-URL: https://build.opensuse.org/request/show/763395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=3
2020-01-12 22:25:00 +00:00
d562529155 - Update to 5.1.1:
- Fix removing a range of versions with index inheritance.
  - Add keyring support for devpi push to external repositories
    like pypi.org. This is compatible with twine, see
    https://twine.readthedocs.io/en/latest/#keyring-support
  - fix #666: output nicer error message when section couldn’t be
    found in pypirc.
  - the 410 status for the register action isn’t marked as error
    anymore for push to external repository.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=5
2020-01-12 00:05:47 +00:00
292c7fcf23 Accepting request 733682 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/733682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=2
2019-09-30 13:58:27 +00:00
b0a2e05180 Accepting request 731199 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/731199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-devpi-client?expand=0&rev=1
2019-09-27 12:48:14 +00:00
Tomáš Chvátal
3530144d70 Accepting request 731504 from home:jengelh:branches:devel:languages:python
- Use upstream description.

OBS-URL: https://build.opensuse.org/request/show/731504
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=2
2019-09-17 13:01:50 +00:00
Tomáš Chvátal
c890460d3b Accepting request 730493 from home:jayvdb:devpi
from :misc

OBS-URL: https://build.opensuse.org/request/show/730493
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-devpi-client?expand=0&rev=1
2019-09-16 08:36:09 +00:00