Hello community,

here is the log from the commit of package python-pytest-httpbin for 
openSUSE:Factory checked in at 2018-04-22 14:36:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-httpbin (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-httpbin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-httpbin"

Sun Apr 22 14:36:00 2018 rev:5 rq:598781 version:0.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-httpbin/python-pytest-httpbin.changes  
    2017-11-17 10:36:44.979790842 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-httpbin.new/python-pytest-httpbin.changes
 2018-04-22 14:36:06.148647596 +0200
@@ -1,0 +2,5 @@
+Thu Apr 19 17:12:15 UTC 2018 - toddrme2...@gmail.com
+
+- Fix dependencies.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-httpbin.spec ++++++
--- /var/tmp/diff_new_pack.aw8pwU/_old  2018-04-22 14:36:06.804623856 +0200
+++ /var/tmp/diff_new_pack.aw8pwU/_new  2018-04-22 14:36:06.808623712 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-httpbin
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,12 +25,14 @@
 Group:          Development/Languages/Python
 Url:            https://github.com/kevin1024/pytest-httpbin
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest-httpbin-%{version}.tar.gz
+BuildRequires:  %{python_module httpbin}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  python-rpm-macros
 Requires:       python-httpbin
 Requires:       python-pytest
 Requires:       python-six
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %python_subpackages
@@ -56,6 +58,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%{python_sitelib}/*
+%doc DESCRIPTION.rst
+%{python_sitelib}/pytest_httpbin-%{version}-py*.egg-info
+%{python_sitelib}/pytest_httpbin/
 
 %changelog


Reply via email to