Accepting request 920853 from home:bnavigator:branches:devel:languages:python

- Update to 1.0.6
  * Added support for more hash types gen generating hashes. (#207)
- Release 1.0.5
  * Fixed the copy of Package instances which led to file hashes
    not being available. (#193)
  * Fixed an issue where unsafe parameters could be passed to git
    commands. (#203)
  * Fixed an issue where the wrong git executable could be used on
    Windows. (#205)
- Release 1.0.4
  * Fixed an error in the way python markers with a precision >= 3
    were handled. (#180)
  * Fixed an error in the evaluation of in/not in markers (#189)

OBS-URL: https://build.opensuse.org/request/show/920853
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=8
This commit is contained in:
Benjamin Greiner 2021-09-22 10:06:29 +00:00 committed by Git OBS Bridge
parent 8e3928879b
commit 7e85d0b4e6
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5a9f8284c685c638796a322ea868843da5e2094c664436e44061e6bcea367ea
size 411478

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:511f585de0855b35599463ce20f4358d54ddfa9be8e26b0f090c4431d76f20a9
size 414458

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Sep 22 09:47:36 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 1.0.6
* Added support for more hash types gen generating hashes. (#207)
- Release 1.0.5
* Fixed the copy of Package instances which led to file hashes
not being available. (#193)
* Fixed an issue where unsafe parameters could be passed to git
commands. (#203)
* Fixed an issue where the wrong git executable could be used on
Windows. (#205)
- Release 1.0.4
* Fixed an error in the way python markers with a precision >= 3
were handled. (#180)
* Fixed an error in the evaluation of in/not in markers (#189)
-------------------------------------------------------------------
Wed Apr 14 21:43:18 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-poetry-core
Version: 1.0.3
Version: 1.0.6
Release: 0
Summary: Python poetry core utilities
License: MIT