From bbc223145c4a70d6deb0afe9a045553d2d8b6f353824f4c6f0960ee8d583d183 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 7 Jan 2018 09:35:05 +0000 Subject: [PATCH] Accepting request 562238 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/562238 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cssselect?expand=0&rev=14 --- cssselect-1.0.1.tar.gz | 3 --- cssselect-1.0.3.tar.gz | 3 +++ python-cssselect.changes | 14 ++++++++++++++ python-cssselect.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 cssselect-1.0.1.tar.gz create mode 100644 cssselect-1.0.3.tar.gz diff --git a/cssselect-1.0.1.tar.gz b/cssselect-1.0.1.tar.gz deleted file mode 100644 index f2240d0..0000000 --- a/cssselect-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73db1c054b9348409e2862fc6c0dde5c4e4fbe4da64c5c5a9e05fbea45744077 -size 21849 diff --git a/cssselect-1.0.3.tar.gz b/cssselect-1.0.3.tar.gz new file mode 100644 index 0000000..d6398f5 --- /dev/null +++ b/cssselect-1.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066d8bc5229af09617e24b3ca4d52f1f9092d9e061931f4184cd572885c23204 +size 22824 diff --git a/python-cssselect.changes b/python-cssselect.changes index b71c2ef..71e8a9f 100644 --- a/python-cssselect.changes +++ b/python-cssselect.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jan 6 17:30:23 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 1.0.3: + * Fix artifact uploads to pypi + +- changes from version 1.0.2: + * Drop support for Python 2.6 and Python 3.3. + * Fix deprecation warning in Python 3.6. + * Minor cleanups. + ------------------------------------------------------------------- Wed Mar 29 08:27:04 UTC 2017 - tbechtold@suse.com diff --git a/python-cssselect.spec b/python-cssselect.spec index 88aea03..6f377c0 100644 --- a/python-cssselect.spec +++ b/python-cssselect.spec @@ -1,7 +1,7 @@ # # spec file for package python-cssselect # -# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cssselect -Version: 1.0.1 +Version: 1.0.3 Release: 0 Summary: CSS3 selectors for Python License: BSD-3-Clause