Hello community,

here is the log from the commit of package python-pypuppetdb for 
openSUSE:Factory checked in at 2019-08-28 18:36:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pypuppetdb (Old)
 and      /work/SRC/openSUSE:Factory/.python-pypuppetdb.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pypuppetdb"

Wed Aug 28 18:36:34 2019 rev:3 rq:726605 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pypuppetdb/python-pypuppetdb.changes      
2019-04-05 11:57:00.862351612 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pypuppetdb.new.7948/python-pypuppetdb.changes
    2019-08-28 18:36:36.825271898 +0200
@@ -1,0 +2,8 @@
+Tue Aug 27 15:12:27 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 1.0.0
+  * QueryBuilder: Added support for FromOperator, arrays and FromOperator
+  * New endpoint: status
+  * POST query in request body
+
+-------------------------------------------------------------------

Old:
----
  pypuppetdb-0.3.3.tar.gz

New:
----
  v1.0.0.tar.gz

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

Other differences:
------------------
++++++ python-pypuppetdb.spec ++++++
--- /var/tmp/diff_new_pack.527R46/_old  2019-08-28 18:36:38.249271650 +0200
+++ /var/tmp/diff_new_pack.527R46/_new  2019-08-28 18:36:38.253271650 +0200
@@ -18,16 +18,25 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pypuppetdb
-Version:        0.3.3
+Version:        1.0.0
 Release:        0
 Summary:        Library to work with PuppetDB's REST API
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/nedap/pypuppetdb
-Source:         
https://files.pythonhosted.org/packages/source/p/pypuppetdb/pypuppetdb-%{version}.tar.gz
+Source:         
https://github.com/voxpupuli/pypuppetdb/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module httpretty >= 0.9.6}
+BuildRequires:  %{python_module mock >= 1.0.1}
+BuildRequires:  %{python_module pytest >= 3.0.1}
+BuildRequires:  %{python_module pytest-cov >= 2.2.1}
+BuildRequires:  %{python_module requests >= 2.22.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six >= 1.12.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:       python-httpretty >= 0.9.6
+Requires:       python-requests >= 2.22.0
+Requires:       python-six >= 1.12.0
 BuildArch:      noarch
 %python_subpackages
 
@@ -45,6 +54,9 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest
+
 %files %{python_files}
 %doc README.rst CHANGELOG.rst
 %license LICENSE


Reply via email to