14
0
forked from pool/python-tablib

Accepting request 692017 from home:jayvdb:branches:devel:languages:python

- Remove egg-info requires.txt entry for backports.csv as it isnt
  a dependency on Python 3.
- Remove build and runtime dependency on unicodecsv, which was
  replaced with backports.csv in the last release.

OBS-URL: https://build.opensuse.org/request/show/692017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tablib?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-04-08 08:32:59 +00:00
committed by Git OBS Bridge
parent 1ca06982a9
commit ea61179883
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Apr 6 15:07:34 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove egg-info requires.txt entry for backports.csv as it isnt
a dependency on Python 3.
- Remove build and runtime dependency on unicodecsv, which was
replaced with backports.csv in the last release.
-------------------------------------------------------------------
Tue Mar 26 10:26:24 UTC 2019 - pgajdos@suse.com