Hello community, here is the log from the commit of package python-parse for openSUSE:Factory checked in at 2019-02-27 17:28:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parse (Old) and /work/SRC/openSUSE:Factory/.python-parse.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parse" Wed Feb 27 17:28:09 2019 rev:4 rq:674910 version:1.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parse/python-parse.changes 2018-12-24 11:40:47.789483821 +0100 +++ /work/SRC/openSUSE:Factory/.python-parse.new.28833/python-parse.changes 2019-02-27 17:28:09.875341959 +0100 @@ -1,0 +2,21 @@ +Thu Feb 14 10:29:49 CET 2019 - Matej Cepl <[email protected]> + +- Update to 1.11.1: + * Implement __contains__ for Result instances. + * Introduce a "letters" matcher, since "w" matches numbers also. + * Fix deprecation warnings around backslashes in regex strings + (thanks Mickaƫl Schoentgen). Also fix some documentation + formatting issues. + * We now honor precision and width specifiers when parsing + numbers and strings, allowing parsing of concatenated + elements of fixed width (thanks Julia Signell) + * Add LICENSE file at request of packagers. Correct handling of + AM/PM to follow most common interpretation. Correct parsing + of hexadecimal that looks like a binary prefix. Add ability + to parse case sensitively. Add parsing of numbers to Decimal + with "F" (thanks John Vandenberg) + * Add regex_group_count to with_pattern() decorator to support + user-defined types that contain brackets/parenthesis (thanks + Jens Engel) + +------------------------------------------------------------------- Old: ---- parse-1.8.2.tar.gz New: ---- parse-1.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parse.spec ++++++ --- /var/tmp/diff_new_pack.prMY5m/_old 2019-02-27 17:28:10.323341798 +0100 +++ /var/tmp/diff_new_pack.prMY5m/_new 2019-02-27 17:28:10.327341797 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-parse # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,18 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parse -Version: 1.8.2 +Version: 1.11.1 Release: 0 Summary: Python module for parsing strings using a "format" syntax License: MIT Group: Development/Languages/Python -Url: https://github.com/r1chardj0n3s/parse +URL: https://github.com/r1chardj0n3s/parse Source: https://files.pythonhosted.org/packages/source/p/parse/parse-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -47,7 +46,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%python_exec setup.py test -v %files %{python_files} %doc README.rst ++++++ parse-1.8.2.tar.gz -> parse-1.11.1.tar.gz ++++++ ++++ 1651 lines of diff (skipped)
