Hello community,

here is the log from the commit of package python-poetry for openSUSE:Factory 
checked in at 2020-07-29 17:36:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-poetry (Old)
 and      /work/SRC/openSUSE:Factory/.python-poetry.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-poetry"

Wed Jul 29 17:36:33 2020 rev:7 rq:823428 version:1.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-poetry/python-poetry.changes      
2020-07-14 07:59:34.641845540 +0200
+++ /work/SRC/openSUSE:Factory/.python-poetry.new.3592/python-poetry.changes    
2020-07-29 17:36:34.345410076 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 10:32:43 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- allow keyring >= 20.0.1
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-poetry.spec ++++++
--- /var/tmp/diff_new_pack.wqqFaj/_old  2020-07-29 17:36:34.925410603 +0200
+++ /var/tmp/diff_new_pack.wqqFaj/_new  2020-07-29 17:36:34.929410606 +0200
@@ -39,7 +39,7 @@
 BuildRequires:  %{python_module html5lib >= 1.0}
 BuildRequires:  %{python_module httpretty}
 BuildRequires:  %{python_module jsonschema >= 3.1}
-BuildRequires:  %{python_module keyring > 18.0}
+BuildRequires:  %{python_module keyring >= 20.0.1}
 BuildRequires:  %{python_module lockfile}
 BuildRequires:  %{python_module pexpect >= 4.7.0}
 BuildRequires:  %{python_module pkginfo >= 1.4}
@@ -62,7 +62,7 @@
 Requires:       python-clikit >= 0.4.2
 Requires:       python-html5lib >= 1.0
 Requires:       python-jsonschema >= 3.1
-Requires:       python-keyring > 18.0
+Requires:       python-keyring >= 20.0.1
 Requires:       python-lockfile
 Requires:       python-pexpect >= 4.7.0
 Requires:       python-pkginfo >= 1.4
@@ -116,7 +116,8 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/poetry
+%{python_sitelib}/poetry-%{version}-py*.egg-info
 %python_alternative %{_bindir}/poetry
 
 %changelog

++++++ simplify-toml.patch ++++++
--- /var/tmp/diff_new_pack.wqqFaj/_old  2020-07-29 17:36:34.949410624 +0200
+++ /var/tmp/diff_new_pack.wqqFaj/_new  2020-07-29 17:36:34.949410624 +0200
@@ -8,7 +8,7 @@
 -    { version = "^18.0.1", python = "~2.7 || ~3.4" },
 -    { version = "^20.0.1", python = "^3.5" }
 -]
-+keyring = { version = "^18.0" }
++keyring = { version = ">=20.0.1" }
  # Use subprocess32 for Python 2.7 and 3.4
  subprocess32 = { version = "^3.5", python = "~2.7 || ~3.4" }
  importlib-metadata = {version = "~1.1.3", python = "<3.8"}


Reply via email to