15
0
forked from pool/python-bindep

Accepting request 1240533 from home:glaubitz:branches:devel:languages:python

- Update to 2.12.0
  * Basic support for PopOS is now included.
  * Python 2.7 and 3.5 are no longer supported.
  * Bindep now depends on the distro python library to determine
    details about the current platform. This library looks at both
    /etc/os-release and lsb_release to find platform info. The
    os-release file data is preferred and at times has slightly
    different data than lsb_release. Every effort has been made
    to make this transition backward compatible but some things
    may have been missed. The motivation for this change is that
    not all distros have lsb_release available and we can let the
    distro library sort that out for us.
- Drop remove-mock.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1240533
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bindep?expand=0&rev=14
This commit is contained in:
2025-01-28 01:52:50 +00:00
committed by Git OBS Bridge
parent f40b8695f1
commit 50345535e1
5 changed files with 22 additions and 38 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jan 27 12:52:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.12.0
* Basic support for PopOS is now included.
* Python 2.7 and 3.5 are no longer supported.
* Bindep now depends on the distro python library to determine
details about the current platform. This library looks at both
/etc/os-release and lsb_release to find platform info. The
os-release file data is preferred and at times has slightly
different data than lsb_release. Every effort has been made
to make this transition backward compatible but some things
may have been missed. The motivation for this change is that
not all distros have lsb_release available and we can let the
distro library sort that out for us.
- Drop remove-mock.patch, merged upstream
-------------------------------------------------------------------
Fri May 5 11:04:40 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>