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
This commit is contained in:
Tomáš Chvátal 2018-01-07 09:35:05 +00:00 committed by Git OBS Bridge
parent 6c0970d5df
commit bbc223145c
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73db1c054b9348409e2862fc6c0dde5c4e4fbe4da64c5c5a9e05fbea45744077
size 21849

3
cssselect-1.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:066d8bc5229af09617e24b3ca4d52f1f9092d9e061931f4184cd572885c23204
size 22824

View File

@ -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

View File

@ -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