Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:frispete:python
python-colander
project.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File project.diff of Package python-colander
--- python-colander.changes.orig +++ python-colander.changes @@ -1,4 +1,22 @@ ------------------------------------------------------------------- +Mon Oct 5 16:26:44 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net> + +- Update to version 1.8.2 (2020-08-07) + + Fix the broken wheels in 1.8.1 and 1.8.0 to include the locale + data. sigh +- Update to version 1.8.1 (2020-08-06) + + Fix the broken wheels in 1.8.0 to include the locale data. +- Update to version 1.8.0 (2020-08-05) + + Drop support for Python 3.4. + + Add support for Python 3.7 and 3.8. + + Fix deserializer on Date and DateTime fields to correctly catch + ValueError and TypeError exception, which can arise when using + custom formats on the field. Instead of allowing these + exceptions to propagate, replace then with an Invalid exception + instead. See https://github.com/Pylons/colander/pull/338 +- Allow Py2 package build + +------------------------------------------------------------------- Mon Apr 20 13:05:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com> - Obsolete the lang subpackage to avoid conflicts --- python-colander.spec.orig +++ python-colander.spec @@ -2,7 +2,7 @@ # spec file for package python-colander # # Copyright (c) 2020 SUSE LLC -# Copyright (c) 2013-2019 LISA GmbH, Bingen, Germany. +# Copyright (c) 2013-2020 LISA GmbH, Bingen, Germany # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without python2 Name: python-colander -Version: 1.7.0 +Version: 1.8.2 Release: 0 Summary: A schema-based serialization and deserialization library License: BSD-4-Clause AND ZPL-2.1 AND MIT @@ -27,7 +28,7 @@ URL: https://github.com/Pylon Source: https://files.pythonhosted.org/packages/source/c/colander/colander-%{version}.tar.gz # PATCH-FIX-UPSTREAM fix-tests.patch gh#Pylons/colander#210 mcepl@suse.com # Fix tests to work with pytest (and nose2) as well -Patch0: fix-tests.patch +#Patch0: fix-tests.patch BuildRequires: %{python_module setuptools} BuildRequires: %{python_module translationstring} BuildRequires: fdupes @@ -46,6 +47,9 @@ BuildRequires: %{python_module iso8601} BuildRequires: %{python_module plaster-pastedeploy} BuildRequires: %{python_module plaster} BuildRequires: %{python_module pytest} +%if %{with python2} +BuildRequires: python-enum34 +%endif # /SECTION %python_subpackages @@ -61,6 +65,7 @@ An extensible package which can be used %prep %setup -q -n colander-%{version} %autopatch -p1 +sed -i 's/ --cov --cov-report=term-missing//' setup.cfg %build %python_build
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor