Hello community,
here is the log from the commit of package python-dephell_changelogs for
openSUSE:Factory checked in at 2020-07-24 10:03:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dephell_changelogs (Old)
and /work/SRC/openSUSE:Factory/.python-dephell_changelogs.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dephell_changelogs"
Fri Jul 24 10:03:42 2020 rev:6 rq:822313 version:0.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dephell_changelogs/python-dephell_changelogs.changes
2020-06-02 14:35:46.890979007 +0200
+++
/work/SRC/openSUSE:Factory/.python-dephell_changelogs.new.3592/python-dephell_changelogs.changes
2020-07-24 10:05:47.141940380 +0200
@@ -1,0 +2,5 @@
+Thu Jul 23 04:18:57 UTC 2020 - John Vandenberg <[email protected]>
+
+- Remove pytest from runtime dependencies
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ setup.py ++++++
--- /var/tmp/diff_new_pack.dPwUpG/_old 2020-07-24 10:05:51.053943368 +0200
+++ /var/tmp/diff_new_pack.dPwUpG/_new 2020-07-24 10:05:51.053943368 +0200
@@ -43,6 +43,6 @@
packages=['dephell_changelogs'],
package_dir={"": "."},
package_data={},
- install_requires=['pytest', 'requests'],
- extras_require={"dev": ["pytest-xdist"]},
+ install_requires=['requests'],
+ extras_require={"dev": ['pytest', 'pytest-xdist']},
)