Hello community,

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

Package is "python-poetry"

Mon Jul  6 16:29:54 2020 rev:5 rq:818847 version:1.0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-poetry/python-poetry.changes      
2020-05-19 14:49:16.660175655 +0200
+++ /work/SRC/openSUSE:Factory/.python-poetry.new.3060/python-poetry.changes    
2020-07-06 16:32:11.887697741 +0200
@@ -1,0 +2,31 @@
+Sun Jul  5 10:12:56 UTC 2020 - Sebastian Wagner <[email protected]>
+
+- update to version 1.0.9:
+ - Fixed:
+  - Fixed an issue where packages from custom indices where continuously 
updated ([#2525](https://github.com/python-poetry/poetry/pull/2525)).
+  - Fixed errors in the way Python environment markers were parsed and 
generated ([#2526](https://github.com/python-poetry/poetry/pull/2526)).
+- update to version 1.0.8:
+ - Fixed:
+  - Fixed a possible error when installing the root package 
([#2505](https://github.com/python-poetry/poetry/pull/2505)).
+  - Fixed an error where directory and VCS dependencies were not installed 
([#2505](https://github.com/python-poetry/poetry/pull/2505)).
+- update to version 1.0.7:
+ - Fixed:
+  - Fixed an error when trying to execute some packages `setup.py` file 
([#2349](https://github.com/python-poetry/poetry/pull/2349)).
+  - update to version 1.0.6:
+ - Changed:
+  - The `self update` command has been updated in order to handle future 
releases of Poetry ([#2429](https://github.com/python-poetry/poetry/pull/2429)).
+ - Fixed:
+  - Fixed an error were a new line was not written when displaying the virtual 
environment's path with `env info` 
([#2196](https://github.com/python-poetry/poetry/pull/2196)).
+  - Fixed a misleading error message when the `packages` property was empty 
([#2265](https://github.com/python-poetry/poetry/pull/2265)).
+  - Fixed shell detection by using environment variables 
([#2147](https://github.com/python-poetry/poetry/pull/2147)).
+  - Fixed the removal of VCS dependencies 
([#2239](https://github.com/python-poetry/poetry/pull/2239)).
+  - Fixed generated wheel ABI tags for Python 3.8 
([#2121](https://github.com/python-poetry/poetry/pull/2121)).
+  - Fixed a regression when building stub-only packages 
([#2000](https://github.com/python-poetry/poetry/pull/2000)).
+  - Fixed errors when parsing PEP-440 constraints with whitespace 
([#2347](https://github.com/python-poetry/poetry/pull/2347)).
+  - Fixed PEP 508 representation of VCS dependencies 
([#2349](https://github.com/python-poetry/poetry/pull/2349)).
+  - Fixed errors when source distributions were read-only 
([#1140](https://github.com/python-poetry/poetry/pull/1140)).
+  - Fixed dependency resolution errors and inconsistencies with directory, 
file and VCS dependencies 
([#2398](https://github.com/python-poetry/poetry/pull/2398)).
+  - Fixed custom repositories information not being properly locked 
([#2484](https://github.com/python-poetry/poetry/pull/2484)).
+- update simplify-toml.patch to also simplify the pytest dependency.
+
+-------------------------------------------------------------------

Old:
----
  poetry-1.0.5.tar.gz

New:
----
  poetry-1.0.9.tar.gz

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

Other differences:
------------------
++++++ python-poetry.spec ++++++
--- /var/tmp/diff_new_pack.ZeiQyG/_old  2020-07-06 16:32:17.135713863 +0200
+++ /var/tmp/diff_new_pack.ZeiQyG/_new  2020-07-06 16:32:17.139713876 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %define dephell_loglevel DEBUG
 Name:           python-poetry
-Version:        1.0.5
+Version:        1.0.9
 Release:        0
 Summary:        Python dependency management and packaging
 License:        MIT
@@ -85,7 +85,7 @@
 
 %prep
 %setup -q -n poetry-%{version}
-%patch0
+%patch0 -p1
 %{dephell_gensetup}
 
 %build

++++++ poetry-1.0.5.tar.gz -> poetry-1.0.9.tar.gz ++++++
++++ 4447 lines of diff (skipped)

++++++ simplify-toml.patch ++++++
--- /var/tmp/diff_new_pack.ZeiQyG/_old  2020-07-06 16:32:17.455714847 +0200
+++ /var/tmp/diff_new_pack.ZeiQyG/_new  2020-07-06 16:32:17.455714847 +0200
@@ -1,8 +1,6 @@
-Index: pyproject.toml
-===================================================================
---- pyproject.toml.orig
-+++ pyproject.toml
-@@ -49,10 +49,7 @@ glob2 = { version = "^0.6", python = "~2
+--- poetry-1.0.9/pyproject.toml
++++ poetry-1.0.9/pyproject.toml
+@@ -49,19 +49,13 @@
  virtualenv = { version = "^16.7.9", python = "~2.7" }
  # functools32 is needed for Python 2.7
  functools32 = { version = "^3.2.3", python = "~2.7" }
@@ -14,3 +12,13 @@
  # 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"}
+ 
+ [tool.poetry.dev-dependencies]
+-pytest = [
+-    {version = "^4.1", python = "<3.5"},
+-    {version = "^5.4.3", python = ">=3.5"}
+-]
++pytest = {version = "^5.4.3" }
+ pytest-cov = "^2.5"
+ mkdocs = { version = "^1.0", python = "~2.7.9 || ^3.4" }
+ pymdown-extensions = "^6.0"


Reply via email to