commit python-PyYAML for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2020-03-27 00:27:04

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new.3160 (New)


Package is "python-PyYAML"

Fri Mar 27 00:27:04 2020 rev:23 rq:786325 version:5.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2020-01-16 18:13:49.372723050 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.3160/python-PyYAML.changes
2020-03-27 00:27:05.720311448 +0100
@@ -1,0 +2,7 @@
+Thu Mar 19 07:23:23 UTC 2020 - Ondřej Súkup 
+
+- update to 5.3.1
+ * fixes boo#1165439 (cve-2020-1747) Prevents arbitrary code execution
+   during python/object/new constructor
+
+---

Old:

  PyYAML-5.3.tar.gz

New:

  PyYAML-5.3.1.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.2JsUtM/_old  2020-03-27 00:27:06.544311865 +0100
+++ /var/tmp/diff_new_pack.2JsUtM/_new  2020-03-27 00:27:06.548311867 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-PyYAML
-Version:5.3
+Version:5.3.1
 Release:0
 Summary:YAML parser and emitter for Python
 License:MIT

++ PyYAML-5.3.tar.gz -> PyYAML-5.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.3/CHANGES new/PyYAML-5.3.1/CHANGES
--- old/PyYAML-5.3/CHANGES  2020-01-06 20:58:55.0 +0100
+++ new/PyYAML-5.3.1/CHANGES2020-03-18 22:34:29.0 +0100
@@ -4,6 +4,10 @@
 * https://github.com/yaml/pyyaml/commits/
 * https://bitbucket.org/xi/pyyaml/commits/
 
+5.3.1 (2020-03-18)
+
+* https://github.com/yaml/pyyaml/pull/386 -- Prevents arbitrary code execution 
during python/object/new constructor
+
 5.3 (2020-01-06)
 
 * https://github.com/yaml/pyyaml/pull/290 -- Use `is` instead of equality for 
comparing with `None`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.3/LICENSE new/PyYAML-5.3.1/LICENSE
--- old/PyYAML-5.3/LICENSE  2020-01-06 20:58:55.0 +0100
+++ new/PyYAML-5.3.1/LICENSE2020-03-18 22:34:29.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2017-2019 Ingy döt Net
+Copyright (c) 2017-2020 Ingy döt Net
 Copyright (c) 2006-2016 Kirill Simonov
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.3/PKG-INFO new/PyYAML-5.3.1/PKG-INFO
--- old/PyYAML-5.3/PKG-INFO 2020-01-06 21:00:32.0 +0100
+++ new/PyYAML-5.3.1/PKG-INFO   2020-03-18 22:35:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyYAML
-Version: 5.3
+Version: 5.3.1
 Summary: YAML parser and emitter for Python
 Home-page: https://github.com/yaml/pyyaml
 Author: Kirill Simonov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.3/ext/_yaml.c new/PyYAML-5.3.1/ext/_yaml.c
--- old/PyYAML-5.3/ext/_yaml.c  2020-01-06 21:00:32.0 +0100
+++ new/PyYAML-5.3.1/ext/_yaml.c2020-03-18 22:35:49.0 +0100
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.14 */
+/* Generated by Cython 0.29.15 */
 
 #define PY_SSIZE_T_CLEAN
 #include "Python.h"
@@ -7,8 +7,8 @@
 #elif PY_VERSION_HEX < 0x0206 || (0x0300 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x0303)
 #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_14"
-#define CYTHON_HEX_VERSION 0x001D0EF0
+#define CYTHON_ABI "0_29_15"
+#define CYTHON_HEX_VERSION 0x001D0FF0
 #define CYTHON_FUTURE_DIVISION 0
 #include 
 #ifndef offsetof
@@ -27443,43 +27443,43 @@
 PyObject *setstate = NULL;
 PyObject *setstate_cython = NULL;
 #if CYTHON_USE_PYTYPE_LOOKUP
-if (_PyType_Lookup((PyTypeObject*)type_obj, __pyx_n_s_getstate)) goto GOOD;
+if (_PyType_Lookup((PyTypeObject*)type_obj, __pyx_n_s_getstate)) goto 
__PYX_GOOD;
 #else
-if (PyObject_HasAttr(type_obj, __pyx_n_s_getstate)) goto GOOD;
+if (PyObject_HasAttr(type_obj, __pyx_n_s_getstate)) goto __PYX_GOOD;
 #endif
 #if CYTHON_USE_PYTYPE_LOOKUP
-object_reduce_ex = _PyType_Lookup(&PyBaseObject_Type, 
__pyx_n_s_reduce_ex); if (!object_reduce_ex) goto BAD;
+object_reduce_ex = _PyType_Lookup(&PyBaseObject_Type, 
__pyx_n_s_reduce_ex); if (!object_reduce_ex) goto __PYX_BAD;
 #else
-object_reduce_ex = 
__Pyx_PyObject_GetAttrStr((PyObject*)&PyBaseObject_Type, __pyx_n_s_reduce_ex); 
if (!object_reduce_ex) goto BAD;
+object_reduce_ex = 
__

commit python-PyYAML for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2020-01-16 18:13:45

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new.26092 (New)


Package is "python-PyYAML"

Thu Jan 16 18:13:45 2020 rev:22 rq:761501 version:5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2019-12-07 15:15:20.315796264 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.26092/python-PyYAML.changes   
2020-01-16 18:13:49.372723050 +0100
@@ -1,0 +2,20 @@
+Tue Jan  7 09:55:39 UTC 2020 - Ondřej Súkup 
+
+- update to 5.3
+ * Use `is` instead of equality for comparing with `None`
+ * fix typos and stylistic nit
+ * Fix up small typo
+ * Fix handling of __slots__
+ * Allow calling add_multi_constructor with None
+ * Add use of safe_load() function in README
+ * Fix reader for Unicode code points over 0x
+ * Enable certain unicode tests when maxunicode not > 0x
+ * Use full_load in yaml-highlight example
+ * Document that PyYAML is implemented with Cython
+ * Fix for Python 3.10
+ * increase size of index, line, and column fields
+ * remove some unused imports
+ * Create timezone-aware datetimes when parsed as such
+ * Add tests for timezone
+
+---

Old:

  PyYAML-5.2.tar.gz

New:

  PyYAML-5.3.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.ZqdGHm/_old  2020-01-16 18:13:50.024723420 +0100
+++ /var/tmp/diff_new_pack.ZqdGHm/_new  2020-01-16 18:13:50.028723421 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyYAML
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-PyYAML
-Version:5.2
+Version:5.3
 Release:0
 Summary:YAML parser and emitter for Python
 License:MIT

++ PyYAML-5.2.tar.gz -> PyYAML-5.3.tar.gz ++
 1776 lines of diff (skipped)




commit python-PyYAML for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2019-12-07 15:14:33

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new.4691 (New)


Package is "python-PyYAML"

Sat Dec  7 15:14:33 2019 rev:21 rq:753178 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2019-08-07 13:58:38.792854688 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.4691/python-PyYAML.changes
2019-12-07 15:15:20.315796264 +0100
@@ -1,0 +2,10 @@
+Tue Dec  3 11:31:41 UTC 2019 - Ondřej Súkup 
+
+- update to 5.2
+ * A more flexible fix for custom tag constructors
+ * Change default loader for yaml.add_constructor
+ * Change default loader for add_implicit_resolver, add_path_resolver
+ * Move constructor for object/apply to UnsafeConstructor
+ * Fix logic for quoting special characters
+
+---

Old:

  PyYAML-5.1.2.tar.gz

New:

  PyYAML-5.2.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.69KMSU/_old  2019-12-07 15:15:20.975796170 +0100
+++ /var/tmp/diff_new_pack.69KMSU/_new  2019-12-07 15:15:20.979796170 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyYAML
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,10 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-PyYAML
-Version:5.1.2
+Version:5.2
 Release:0
 Summary:YAML parser and emitter for Python
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/yaml/pyyaml
 Source: 
https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
 BuildRequires:  %{python_module devel}

++ PyYAML-5.1.2.tar.gz -> PyYAML-5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.1.2/CHANGES new/PyYAML-5.2/CHANGES
--- old/PyYAML-5.1.2/CHANGES2019-07-31 03:07:55.0 +0200
+++ new/PyYAML-5.2/CHANGES  2019-12-02 22:26:17.0 +0100
@@ -4,6 +4,21 @@
 * https://github.com/yaml/pyyaml/commits/
 * https://bitbucket.org/xi/pyyaml/commits/
 
+5.2 (2019-12-02)
+--
+
+* Repair incompatibilities introduced with 5.1. The default Loader was changed,
+  but several methods like add_constructor still used the old default
+  https://github.com/yaml/pyyaml/pull/279 -- A more flexible fix for custom 
tag constructors
+  https://github.com/yaml/pyyaml/pull/287 -- Change default loader for 
yaml.add_constructor
+  https://github.com/yaml/pyyaml/pull/305 -- Change default loader for 
add_implicit_resolver, add_path_resolver
+* Make FullLoader safer by removing python/object/apply from the default 
FullLoader
+  https://github.com/yaml/pyyaml/pull/347 -- Move constructor for object/apply 
to UnsafeConstructor
+* Fix bug introduced in 5.1 where quoting went wrong on systems with 
sys.maxunicode <= 0x
+  https://github.com/yaml/pyyaml/pull/276 -- Fix logic for quoting special 
characters
+* Other PRs:
+  https://github.com/yaml/pyyaml/pull/280 -- Update CHANGES for 5.1
+
 5.1.2 (2019-07-30)
 --
 
@@ -27,7 +42,6 @@
 * https://github.com/yaml/pyyaml/pull/61 -- Use Travis CI built in pip cache 
support
 * https://github.com/yaml/pyyaml/pull/62 -- Remove tox workaround for Travis CI
 * https://github.com/yaml/pyyaml/pull/63 -- Adding support to Unicode 
characters over codepoint 0x
-* https://github.com/yaml/pyyaml/pull/65 -- Support unicode literals over 
codepoint 0x
 * https://github.com/yaml/pyyaml/pull/75 -- add 3.12 changelog
 * https://github.com/yaml/pyyaml/pull/76 -- Fallback to Pure Python if 
Compilation fails
 * https://github.com/yaml/pyyaml/pull/84 -- Drop unsupported Python 3.3
@@ -35,12 +49,17 @@
 * https://github.com/yaml/pyyaml/pull/105 -- Removed Python 2.6 & 3.3 support
 * https://github.com/yaml/pyyaml/pull/111 -- Remove commented out Psyco code
 * https://github.com/yaml/pyyaml/pull/129 -- Remove call to `ord` in lib3 
emitter code
-* https://github.com/yaml/pyyaml/pull/143 -- Allow to turn off sorting keys in 
Dumper
 * https://github.com/yaml/pyyaml/pull/149 -- Test on Python 3.7-dev
 * https://github.com/yaml/pyyaml/pull/158 -- Support escaped slash in double 
quotes "\/"
+* https://github.com/yaml/pyyaml/pull/175 -- Updated link to pypi in release 
announcement
 * https

commit python-PyYAML for openSUSE:Factory

2019-08-07 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2019-08-07 13:58:35

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new.9556 (New)


Package is "python-PyYAML"

Wed Aug  7 13:58:35 2019 rev:20 rq:720548 version:5.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2019-06-13 22:30:35.004435136 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.9556/python-PyYAML.changes
2019-08-07 13:58:38.792854688 +0200
@@ -1,0 +2,6 @@
+Thu Aug  1 13:17:00 UTC 2019 - Marketa Calabkova 
+
+- update to 5.1.2
+  * Re-release of 5.1 with regenerated Cython sources to build properly for 
Python 3.8b2+
+
+---

Old:

  PyYAML-5.1.1.tar.gz

New:

  PyYAML-5.1.2.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.HE5AHP/_old  2019-08-07 13:58:39.984854675 +0200
+++ /var/tmp/diff_new_pack.HE5AHP/_new  2019-08-07 13:58:40.008854675 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-PyYAML
-Version:5.1.1
+Version:5.1.2
 Release:0
 Summary:YAML parser and emitter for Python
 License:MIT

++ PyYAML-5.1.1.tar.gz -> PyYAML-5.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.1.1/CHANGES new/PyYAML-5.1.2/CHANGES
--- old/PyYAML-5.1.1/CHANGES2019-06-06 02:38:28.0 +0200
+++ new/PyYAML-5.1.2/CHANGES2019-07-31 03:07:55.0 +0200
@@ -4,10 +4,15 @@
 * https://github.com/yaml/pyyaml/commits/
 * https://bitbucket.org/xi/pyyaml/commits/
 
+5.1.2 (2019-07-30)
+--
+
+* Re-release of 5.1 with regenerated Cython sources to build properly for 
Python 3.8b2+
+
 5.1.1 (2019-06-05)
 --
 
-* Re-release of 5.1 with regenerated Cython sources to build properly for 
Python 3.8
+* Re-release of 5.1 with regenerated Cython sources to build properly for 
Python 3.8b1
 
 5.1 (2019-03-13)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.1.1/PKG-INFO new/PyYAML-5.1.2/PKG-INFO
--- old/PyYAML-5.1.1/PKG-INFO   2019-06-07 00:24:26.0 +0200
+++ new/PyYAML-5.1.2/PKG-INFO   2019-07-31 03:09:13.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyYAML
-Version: 5.1.1
+Version: 5.1.2
 Summary: YAML parser and emitter for Python
 Home-page: https://github.com/yaml/pyyaml
 Author: Kirill Simonov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.1.1/ext/_yaml.c new/PyYAML-5.1.2/ext/_yaml.c
--- old/PyYAML-5.1.1/ext/_yaml.c2019-06-07 00:24:26.0 +0200
+++ new/PyYAML-5.1.2/ext/_yaml.c2019-07-31 03:09:13.0 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.10 */
+/* Generated by Cython 0.29.13 */
 
 #define PY_SSIZE_T_CLEAN
 #include "Python.h"
@@ -7,8 +7,8 @@
 #elif PY_VERSION_HEX < 0x0206 || (0x0300 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x0303)
 #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_10"
-#define CYTHON_HEX_VERSION 0x001D0AF0
+#define CYTHON_ABI "0_29_13"
+#define CYTHON_HEX_VERSION 0x001D0DF0
 #define CYTHON_FUTURE_DIVISION 0
 #include 
 #ifndef offsetof
@@ -310,12 +310,12 @@
   #define __Pyx_DefaultClassType PyClass_Type
 #else
   #define __Pyx_BUILTIN_MODULE_NAME "builtins"
-#if PY_VERSION_HEX < 0x030800A4
+#if PY_VERSION_HEX >= 0x030800A4 && PY_VERSION_HEX < 0x030800B2
   #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, 
fline, lnos)\
-  PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, 
lnos)
+  PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, 
fline, lnos)
 #else
   #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, 
fline, lnos)\
-  PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, 
fline, lnos)
+  PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, 
lnos)
 #endif
   #define __Pyx_DefaultClassType PyType_Type
 #endif
@@ -1141,7 +1141,7 @@
 #define __Pyx_PyFunction_FastCall(func, args, nargs)\
 __Pyx_PyFunction_FastCallDict((func), (args), (nargs), NULL)
 #if 1 || PY_VERSION_HEX < 0x030600B1
-static PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject 
**args, int nargs, PyObject *kwargs);
+static PyObject *__Pyx_PyFunction_FastCallDict(PyObject *func, PyObject 
**args, Py_ssize_t nargs, PyObject *kwargs);
 #else
 

commit python-PyYAML for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2019-06-13 22:30:28

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new.4811 (New)


Package is "python-PyYAML"

Thu Jun 13 22:30:28 2019 rev:19 rq:708347 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2019-04-04 12:01:58.525341345 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.4811/python-PyYAML.changes
2019-06-13 22:30:35.004435136 +0200
@@ -1,0 +2,6 @@
+Fri Jun  7 12:04:35 UTC 2019 - Ondřej Súkup 
+
+- update to 5.1.1
+ * Re-release of 5.1 with regenerated Cython sources to build properly for 
Python 3.8
+
+---

Old:

  PyYAML-5.1.tar.gz

New:

  PyYAML-5.1.1.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.rFVQyr/_old  2019-06-13 22:30:35.616434937 +0200
+++ /var/tmp/diff_new_pack.rFVQyr/_new  2019-06-13 22:30:35.620434935 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-PyYAML
-Version:5.1
+Version:5.1.1
 Release:0
 Summary:YAML parser and emitter for Python
 License:MIT

++ PyYAML-5.1.tar.gz -> PyYAML-5.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.1/CHANGES new/PyYAML-5.1.1/CHANGES
--- old/PyYAML-5.1/CHANGES  2019-03-13 17:13:47.0 +0100
+++ new/PyYAML-5.1.1/CHANGES2019-06-06 02:38:28.0 +0200
@@ -4,6 +4,11 @@
 * https://github.com/yaml/pyyaml/commits/
 * https://bitbucket.org/xi/pyyaml/commits/
 
+5.1.1 (2019-06-05)
+--
+
+* Re-release of 5.1 with regenerated Cython sources to build properly for 
Python 3.8
+
 5.1 (2019-03-13)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.1/PKG-INFO new/PyYAML-5.1.1/PKG-INFO
--- old/PyYAML-5.1/PKG-INFO 2019-03-13 17:14:09.0 +0100
+++ new/PyYAML-5.1.1/PKG-INFO   2019-06-07 00:24:26.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyYAML
-Version: 5.1
+Version: 5.1.1
 Summary: YAML parser and emitter for Python
 Home-page: https://github.com/yaml/pyyaml
 Author: Kirill Simonov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyYAML-5.1/ext/_yaml.c new/PyYAML-5.1.1/ext/_yaml.c
--- old/PyYAML-5.1/ext/_yaml.c  2019-03-13 17:13:57.0 +0100
+++ new/PyYAML-5.1.1/ext/_yaml.c2019-06-07 00:24:26.0 +0200
@@ -1,4 +1,4 @@
-/* Generated by Cython 0.29.5 */
+/* Generated by Cython 0.29.10 */
 
 #define PY_SSIZE_T_CLEAN
 #include "Python.h"
@@ -7,8 +7,8 @@
 #elif PY_VERSION_HEX < 0x0206 || (0x0300 <= PY_VERSION_HEX && 
PY_VERSION_HEX < 0x0303)
 #error Cython requires Python 2.6+ or Python 3.3+.
 #else
-#define CYTHON_ABI "0_29_5"
-#define CYTHON_HEX_VERSION 0x001D05F0
+#define CYTHON_ABI "0_29_10"
+#define CYTHON_HEX_VERSION 0x001D0AF0
 #define CYTHON_FUTURE_DIVISION 0
 #include 
 #ifndef offsetof
@@ -310,8 +310,13 @@
   #define __Pyx_DefaultClassType PyClass_Type
 #else
   #define __Pyx_BUILTIN_MODULE_NAME "builtins"
+#if PY_VERSION_HEX < 0x030800A4
   #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, 
fline, lnos)\
   PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, 
lnos)
+#else
+  #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, 
fline, lnos)\
+  PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, 
fline, lnos)
+#endif
   #define __Pyx_DefaultClassType PyType_Type
 #endif
 #ifndef Py_TPFLAGS_CHECKTYPES
@@ -601,7 +606,8 @@
 const char is_unicode; const char is_str; const char intern; } 
__Pyx_StringTabEntry;
 
 #define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0
-#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT 0
+#define __PYX_DEFAULT_STRING_ENCODING_IS_UTF8 0
+#define __PYX_DEFAULT_STRING_ENCODING_IS_DEFAULT (PY_MAJOR_VERSION >= 3 && 
__PYX_DEFAULT_STRING_ENCODING_IS_UTF8)
 #define __PYX_DEFAULT_STRING_ENCODING ""
 #define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString
 #define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize
@@ -1050,7 +1056,7 @@
 static CYTHON_INLINE PyObject *__Pyx_GetAttr3(PyObject *, PyObject *, PyObject 
*);
 
 /* PyDictVersioning.proto */
-#if CYTHON_USE_DICT_VERSIONS
+#if CYTHON_USE_DICT_VERSIONS && CYTHON_USE_TYPE_SLOTS
 #define __PYX_DICT_VERSION_INIT  ((PY_UINT64_T) -1)
 #define __PYX_GET_DICT_VERSION(dict)  (

commit python-PyYAML for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2019-04-04 12:01:56

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new.3908 (New)


Package is "python-PyYAML"

Thu Apr  4 12:01:56 2019 rev:18 rq:690324 version:5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2019-03-29 20:35:09.370586896 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.3908/python-PyYAML.changes
2019-04-04 12:01:58.525341345 +0200
@@ -5,0 +6 @@
+  * bsc#1099308 CVE-2017-18342 PyYAML: yaml.load() API could execute arbitrary 
code



Other differences:
--



commit python-PyYAML for openSUSE:Factory

2019-03-29 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2019-03-29 20:35:08

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new.25356 (New)


Package is "python-PyYAML"

Fri Mar 29 20:35:08 2019 rev:17 rq:685043 version:5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2019-02-02 21:45:09.936193057 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.25356/python-PyYAML.changes   
2019-03-29 20:35:09.370586896 +0100
@@ -1,0 +2,6 @@
+Thu Mar 14 14:47:06 UTC 2019 - Tomáš Chvátal 
+
+- Update to 5.1:
+  * many changes, see CHANGES
+
+---

Old:

  PyYAML-3.13.tar.gz

New:

  PyYAML-5.1.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.c940tS/_old  2019-03-29 20:35:10.062585641 +0100
+++ /var/tmp/diff_new_pack.c940tS/_new  2019-03-29 20:35:10.062585641 +0100
@@ -19,15 +19,16 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-PyYAML
-Version:3.13
+Version:5.1
 Release:0
 Summary:YAML parser and emitter for Python
 License:MIT
 Group:  Development/Languages/Python
-Url:http://pyyaml.org/wiki/PyYAML
+URL:https://github.com/yaml/pyyaml
 Source: 
https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  libyaml-devel
 BuildRequires:  python-rpm-macros
 %ifpython2
@@ -62,6 +63,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
 # Increase file-descriptor-count for ppc to make tests happy.
@@ -71,7 +73,6 @@
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root)
 %license LICENSE
 %doc CHANGES README examples/
 %{python_sitearch}/yaml

++ PyYAML-3.13.tar.gz -> PyYAML-5.1.tar.gz ++
 8339 lines of diff (skipped)




commit python-PyYAML for openSUSE:Factory

2019-02-02 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2019-02-02 21:45:08

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new.28833 (New)


Package is "python-PyYAML"

Sat Feb  2 21:45:08 2019 rev:16 rq:665999 version:3.13

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2018-07-17 09:37:41.394300169 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new.28833/python-PyYAML.changes   
2019-02-02 21:45:09.936193057 +0100
@@ -1,0 +2,5 @@
+Mon Jan 14 16:06:38 CET 2019 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+---



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.pLoxMF/_old  2019-02-02 21:45:10.712192385 +0100
+++ /var/tmp/diff_new_pack.pLoxMF/_new  2019-02-02 21:45:10.716192382 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyYAML
 #
-# 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -72,7 +72,8 @@
 
 %files %{python_files}
 %defattr(-,root,root)
-%doc CHANGES LICENSE README examples/
+%license LICENSE
+%doc CHANGES README examples/
 %{python_sitearch}/yaml
 %{python_sitearch}/_yaml.*so
 %{python_sitearch}/PyYAML-%{version}-py%{python_version}.egg-info




commit python-PyYAML for openSUSE:Factory

2018-07-17 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2018-07-17 09:37:37

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML"

Tue Jul 17 09:37:37 2018 rev:15 rq:622943 version:3.13

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2017-03-09 01:43:12.178797455 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python-PyYAML.changes 
2018-07-17 09:37:41.394300169 +0200
@@ -1,0 +2,6 @@
+Sun Jul 15 20:22:28 UTC 2018 - mimi...@gmail.com
+
+- update to 3.13
+ * fix compactibility with python 3.7
+
+---

Old:

  PyYAML-3.12.tar.gz

New:

  PyYAML-3.13.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.v2hJQw/_old  2018-07-17 09:37:42.018297995 +0200
+++ /var/tmp/diff_new_pack.v2hJQw/_new  2018-07-17 09:37:42.022297981 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyYAML
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-PyYAML
-Version:3.12
+Version:3.13
 Release:0
 Summary:YAML parser and emitter for Python
 License:MIT

++ PyYAML-3.12.tar.gz -> PyYAML-3.13.tar.gz ++
 12476 lines of diff (skipped)




commit python-PyYAML for openSUSE:Factory

2017-03-08 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2017-03-09 01:43:10

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML"

Thu Mar  9 01:43:10 2017 rev:14 rq:477266 version:3.12

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2017-02-27 18:35:44.540358130 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python-PyYAML.changes 
2017-03-09 01:43:12.178797455 +0100
@@ -1,0 +2,6 @@
+Fri Mar  3 11:42:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Use pythonhosted.org for the reference link.
+- Provide python-yaml instead of python2-yaml again.
+
+---



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.ytFWmZ/_old  2017-03-09 01:43:13.222649646 +0100
+++ /var/tmp/diff_new_pack.ytFWmZ/_new  2017-03-09 01:43:13.226649079 +0100
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:   python-PyYAML
 Version:3.12
 Release:0
@@ -24,17 +25,16 @@
 License:MIT
 Group:  Development/Languages/Python
 Url:http://pyyaml.org/wiki/PyYAML
-Source: 
https://pypi.io/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  libyaml-devel
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %ifpython2
-Provides:   python-yaml = %{version}
-Obsoletes:  python-yaml < %{version}
+# python-yaml was last used in openSUSE 12.1.
+Provides:   %{oldpython}-yaml = %{version}
+Obsoletes:  %{oldpython}-yaml < %{version}
 %endif
-%python_subpackages
 
 %description
 YAML is a data serialization format designed for human readability
@@ -49,27 +49,30 @@
 PyYAML is applicable for a broad range of tasks from complex
 configuration files to object serialization and persistance.
 
+%python_subpackages
+
 %prep
 %setup -q -n PyYAML-%{version}
 
 %build
 export CFLAGS="%{optflags}"
 %python_build
-find examples -type f | xargs chmod -x # Fix example permissions
+# Fix example permissions.
+find examples/ -type f | xargs chmod a-x
 
 %install
 %python_install
 
 %check
-#increase file-descriptor-count for ppc to make tests happy
+# Increase file-descriptor-count for ppc to make tests happy.
 %ifarch ppc ppc64 s390 s390x
 ulimit -Sn 2048
 %endif
 %python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE README examples
+%defattr(-,root,root)
+%doc CHANGES LICENSE README examples/
 %{python_sitearch}/yaml
 %{python_sitearch}/_yaml.*so
 %{python_sitearch}/PyYAML-%{version}-py%{python_version}.egg-info




commit python-PyYAML for openSUSE:Factory

2017-02-27 Thread root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2017-02-27 18:35:43

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML"

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2016-09-11 00:52:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python-PyYAML.changes 
2017-02-27 18:35:44.540358130 +0100
@@ -1,0 +2,5 @@
+Mon Feb 20 15:19:50 UTC 2017 - jmate...@suse.com
+
+- update for multipython build
+
+---



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.0ZOkNE/_old  2017-02-27 18:35:44.892308404 +0100
+++ /var/tmp/diff_new_pack.0ZOkNE/_new  2017-02-27 18:35:44.896307839 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyYAML
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,23 +16,25 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PyYAML
 Version:3.12
 Release:0
-Url:http://pyyaml.org/wiki/PyYAML
 Summary:YAML parser and emitter for Python
 License:MIT
 Group:  Development/Languages/Python
+Url:http://pyyaml.org/wiki/PyYAML
 Source: 
https://pypi.io/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  libyaml-devel
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%ifpython2
 Provides:   python-yaml = %{version}
 Obsoletes:  python-yaml < %{version}
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
+%python_subpackages
 
 %description
 YAML is a data serialization format designed for human readability
@@ -51,24 +53,25 @@
 %setup -q -n PyYAML-%{version}
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+export CFLAGS="%{optflags}"
+%python_build
 find examples -type f | xargs chmod -x # Fix example permissions
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
 %check
 #increase file-descriptor-count for ppc to make tests happy
 %ifarch ppc ppc64 s390 s390x
 ulimit -Sn 2048 
 %endif
-python setup.py test
+%python_exec setup.py test
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc CHANGES LICENSE README examples
 %{python_sitearch}/yaml
-%{python_sitearch}/_yaml.so
-%{python_sitearch}/PyYAML-%{version}-py%{py_ver}.egg-info
+%{python_sitearch}/_yaml.*so
+%{python_sitearch}/PyYAML-%{version}-py%{python_version}.egg-info
 
 %changelog




commit python-PyYAML for openSUSE:Factory

2016-09-10 Thread h_root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2016-09-11 00:52:56

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML"

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2014-07-31 07:41:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python-PyYAML.changes 
2016-09-11 00:52:57.0 +0200
@@ -1,0 +2,11 @@
+Sat Sep  3 19:26:05 UTC 2016 - mar...@gmx.de
+
+- Update to 3.12
+  - Adding an implicit resolver to a derived loader should not
+affect the base loader (fixes issue #57).
+  - Uniform representation for OrderedDict? across different
+versions of Python (fixes issue #61).
+  - Fixed comparison to None warning (closes issue #64). 
+- fix Source URL
+
+---

Old:

  PyYAML-3.11.tar.gz

New:

  PyYAML-3.12.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.sVen1H/_old  2016-09-11 00:52:58.0 +0200
+++ /var/tmp/diff_new_pack.sVen1H/_new  2016-09-11 00:52:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyYAML
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,13 +17,13 @@
 
 
 Name:   python-PyYAML
-Version:3.11
+Version:3.12
 Release:0
 Url:http://pyyaml.org/wiki/PyYAML
 Summary:YAML parser and emitter for Python
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libyaml-devel
 BuildRequires:  python-devel
@@ -67,6 +67,8 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGES LICENSE README examples
-%{python_sitearch}/*
+%{python_sitearch}/yaml
+%{python_sitearch}/_yaml.so
+%{python_sitearch}/PyYAML-%{version}-py%{py_ver}.egg-info
 
 %changelog

++ PyYAML-3.11.tar.gz -> PyYAML-3.12.tar.gz ++
 21767 lines of diff (skipped)




commit python-PyYAML for openSUSE:Factory

2014-07-30 Thread h_root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2014-07-31 07:41:47

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML"

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2014-02-06 06:55:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python-PyYAML.changes 
2014-07-31 07:41:58.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 30 09:02:32 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 3.11
+  - Source and binary distributions are rebuilt against the latest
+versions of Cython and LibYAML.
+
+---

Old:

  PyYAML-3.10.tar.gz

New:

  PyYAML-3.11.tar.gz



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.ANUynV/_old  2014-07-31 07:41:59.0 +0200
+++ /var/tmp/diff_new_pack.ANUynV/_new  2014-07-31 07:41:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-PyYAML
-Version:3.10
+Version:3.11
 Release:0
 Url:http://pyyaml.org/wiki/PyYAML
 Summary:YAML parser and emitter for Python
@@ -27,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libyaml-devel
 BuildRequires:  python-devel
-BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 Provides:   python-yaml = %{version}
 Obsoletes:  python-yaml < %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

++ PyYAML-3.10.tar.gz -> PyYAML-3.11.tar.gz ++
 24361 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PyYAML for openSUSE:Factory

2014-02-05 Thread h_root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2014-02-06 06:55:08

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML"

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2013-03-08 13:29:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python-PyYAML.changes 
2014-02-06 06:55:09.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  5 14:35:22 CET 2014 - r...@suse.de
+
+- increase file-descriptor-count for s390 to make tests happy 
+
+---



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.g4Yi9a/_old  2014-02-06 06:55:10.0 +0100
+++ /var/tmp/diff_new_pack.g4Yi9a/_new  2014-02-06 06:55:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyYAML
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,7 +59,7 @@
 
 %check
 #increase file-descriptor-count for ppc to make tests happy
-%ifarch ppc ppc64
+%ifarch ppc ppc64 s390 s390x
 ulimit -Sn 2048 
 %endif
 python setup.py test

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PyYAML for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2013-06-19 16:22:35

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML"

Changes:


Old:

  python3-PyYAML.changes
  python3-PyYAML.spec



Other differences:
--
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PyYAML for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2013-03-08 13:29:00

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2013-01-11 10:45:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python-PyYAML.changes 
2013-03-08 13:29:02.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  5 23:39:24 UTC 2013 - dval...@suse.com
+
+- increase file-descriptor-count for ppc to make tests happy 
+
+---



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.bV0Vh0/_old  2013-03-08 13:29:02.0 +0100
+++ /var/tmp/diff_new_pack.bV0Vh0/_new  2013-03-08 13:29:02.0 +0100
@@ -58,6 +58,10 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
+#increase file-descriptor-count for ppc to make tests happy
+%ifarch ppc ppc64
+ulimit -Sn 2048 
+%endif
 python setup.py test
 
 %files

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PyYAML for openSUSE:Factory

2013-01-11 Thread h_root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2013-01-11 10:45:44

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2012-12-20 11:09:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python-PyYAML.changes 
2013-01-11 10:45:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 10 19:06:25 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python3-PyYAML.changes
2013-01-11 10:45:46.0 +0100
@@ -0,0 +1,5 @@
+---
+Thu Jan 10 19:06:25 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

New:

  python3-PyYAML.changes
  python3-PyYAML.spec



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.A7amx0/_old  2013-01-11 10:45:47.0 +0100
+++ /var/tmp/diff_new_pack.A7amx0/_new  2013-01-11 10:45:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyYAML
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ python3-PyYAML.spec ++
#
# spec file for package python3-PyYAML
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python3-PyYAML
Version:3.10
Release:0
Url:http://pyyaml.org/wiki/PyYAML
Summary:YAML parser and emitter for Python
License:MIT
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:   python(abi) = %{py3_ver}

%description
YAML is a data serialization format designed for human readability
and interaction with scripting languages.  PyYAML is a YAML parser
and emitter for Python.

PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
support, capable extension API, and sensible error messages.  PyYAML
supports standard YAML tags and provides Python-specific tags that
allow to represent an arbitrary Python object.

PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.

%prep
%setup -q -n PyYAML-%{version}

%build
CFLAGS="%{optflags}" python3 setup.py build
find examples -type f | xargs chmod -x # Fix example permissions

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python3 setup.py test

%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README examples
%{python3_sitearch}/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-PyYAML for openSUSE:Factory

2012-12-20 Thread h_root
Hello community,

here is the log from the commit of package python-PyYAML for openSUSE:Factory 
checked in at 2012-12-20 11:09:09

Comparing /work/SRC/openSUSE:Factory/python-PyYAML (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyYAML.new (New)


Package is "python-PyYAML", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/python-PyYAML/python-PyYAML.changes  
2012-02-01 11:54:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyYAML.new/python-PyYAML.changes 
2012-12-20 11:09:11.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 19 16:01:56 UTC 2012 - sasc...@suse.de
+
+- Build against libyaml to get the faster module
+
+---



Other differences:
--
++ python-PyYAML.spec ++
--- /var/tmp/diff_new_pack.3rsrji/_old  2012-12-20 11:09:11.0 +0100
+++ /var/tmp/diff_new_pack.3rsrji/_new  2012-12-20 11:09:11.0 +0100
@@ -11,10 +11,11 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-PyYAML
 Version:3.10
 Release:0
@@ -24,6 +25,7 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/P/PyYAML/PyYAML-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  libyaml-devel
 BuildRequires:  python-devel
 BuildRequires:  python-nose
 Provides:   python-yaml = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org