#5 [BLOCKED] Update to 0.6.0
Closed 3 years ago by churchyard. Opened 3 years ago by thrnciar.
rpms/ thrnciar/python-tomlkit update-to-0-6-0  into  master

file modified
+1
@@ -11,3 +11,4 @@ 

  /tomlkit-0.5.8.tar.gz

  /tomlkit-0.5.10.tar.gz

  /tomlkit-0.5.11.tar.gz

+ /tomlkit-0.6.0.tar.gz

file modified
+4 -1
@@ -17,7 +17,7 @@ 

  

  Name:           python-%{pypi_name}

  Summary:        Style preserving TOML library

- Version:        0.5.11

+ Version:        0.6.0

  Release:        1%{?dist}

  License:        MIT

  
@@ -68,6 +68,9 @@ 

  

  

  %changelog

+ * Thu May 14 2020 Tomas Hrnciar <thrnciar@redhat.com> - 0.6.0-1

+ - Update to 0.6.0

+ 

  * Sat Feb 29 2020 Fabio Valentini <decathorpe@gmail.com> - 0.5.11-1

  - rebuilt

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (tomlkit-0.5.11.tar.gz) = 8577ce5a44427ceb3a7f7612cd4cd1fde42a6bc4e8a54508be3ff8f6160ce32e71556794135240af6ec59bdc3b785ab2dfffe43c2205dc7aa1bc796183a95610

+ SHA512 (tomlkit-0.6.0.tar.gz) = 030146f09a2e2ac9c676707b0c2c8c2d346dcdfd2cdd2797d0bb0032fd61ba71d5a8df7ed25ec898fb84337283897af989cff3b4797e9c9f73fe42c3a5d617b4

Successfully tested in Copr with all depending packages. Changes introduced in this version shouldn't break runtime dependencies.

$ repoquery --repo=rawhide{,-source} --whatrequires python3-tomlkit
Last metadata expiration check: 0:11:29 ago on Thu 14 May 2020 12:58:04 PM CEST.
python-plette-0:0.2.2-4.fc32.src
python3-plette-0:0.2.2-4.fc32.noarch
python3-poetry-0:1.0.5-1.fc33.noarch

Successfully tested in Copr with all depending packages. Changes introduced in this version shouldn't break runtime dependencies.

But they do, since in python3-poetry Requires: (python3.8dist(tomlkit) >= 0.5.11 with python3.8dist(tomlkit) < 0.6)

I've not updated to 0.6.0 for this reason. poetry 1.1.0 will require 0.6.0, so when that happens I'll update tomlkit as well.

I am sorry, I wasn't aware of this. Thank you for info.

repoquery is tricky with such requires :(

Pull-Request has been closed by churchyard

3 years ago