15
0
forked from pool/python-bindep

- update to 2.8.1:

* Remove fedora-27 fallback job
  * Fix bindep path
  * Fix user profile display
  * Add opensuse-leap support
  * Add support for Alpine Linux
  * Clearer unsupported platform error message
  * Use the distro package to determine distro
  * Move to argparse
  * Remove debian-jessie nodeset
  * SUSE: Update openSUSE Tumbleweed references for lsb-release-3.X.X
  * Update to fedora-27 for testing
  * add detection of darwin (MacOS/OSX)
  * Move jenkins/data/bindep-fallback.txt
  * add support for rhel workstation
  * Zuul: Remove project name
  * Add native Zuul v3 bindep-fallback test
  * Fix logic for groups
  * Add new syntax to allow matching multiple profile
  * Add ability to list all deps
  * bindep: Query for RPM capabilities as well
  * Log an error when lsb\_release cannot be executed
  * Fix test\_main and test\_depends for systems missing lsb\_release
  * Handle dotted versions in platform selectors
  * Update tox.ini with py35
  * bindep: depends: Add distro family aliases
  * Add Amazon Linux support to bindep
  * Consistently check subprocess output
  * Update 'pbr' version requirements
  * Exit the loop when we don't have a package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bindep?expand=0&rev=2
This commit is contained in:
2018-11-30 13:44:14 +00:00
committed by Git OBS Bridge
parent e5c5a76b53
commit 8cf9282cac
4 changed files with 81 additions and 27 deletions

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Fri Nov 30 13:36:51 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
- update to 2.8.1:
* Remove fedora-27 fallback job
* Fix bindep path
* Fix user profile display
* Add opensuse-leap support
* Add support for Alpine Linux
* Clearer unsupported platform error message
* Use the distro package to determine distro
* Move to argparse
* Remove debian-jessie nodeset
* SUSE: Update openSUSE Tumbleweed references for lsb-release-3.X.X
* Update to fedora-27 for testing
* add detection of darwin (MacOS/OSX)
* Move jenkins/data/bindep-fallback.txt
* add support for rhel workstation
* Zuul: Remove project name
* Add native Zuul v3 bindep-fallback test
* Fix logic for groups
* Add new syntax to allow matching multiple profile
* Add ability to list all deps
* bindep: Query for RPM capabilities as well
* Log an error when lsb\_release cannot be executed
* Fix test\_main and test\_depends for systems missing lsb\_release
* Handle dotted versions in platform selectors
* Update tox.ini with py35
* bindep: depends: Add distro family aliases
* Add Amazon Linux support to bindep
* Consistently check subprocess output
* Update 'pbr' version requirements
* Exit the loop when we don't have a package
* bindep: depends: Add support for openSUSE {Leap,Tumbleweed}
* Bump lower cap of PBR to 1.3
* Extract file finding and processing to functions
* Add RHEL support
* get\_pkg\_version: Fix py3 bytes/str errors
* Use the autodoc Sphinx extension
* Move dev reference from readme to contributing
* Remove unused module index in documentation
* Removed remnants of support\_py26 module
* Give some examples
* Update newsfile entry for default filename change
* Update a couple of old references in README file
* Add bindep.txt as default filename
* Build universal wheels
* Add '\_' to the list of valid characters acceptable in package name
* Remove discover from test-requirements
- Switch to singlespec
- Use %license
- Drop unused BuildRequires
-------------------------------------------------------------------
Wed Jul 20 05:44:20 UTC 2016 - tbechtold@suse.com