openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
November 2019
- 1 participants
- 2390 discussions
Hello community,
here is the log from the commit of package python-Automat for openSUSE:Factory checked in at 2019-11-29 15:55:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Automat (Old)
and /work/SRC/openSUSE:Factory/.python-Automat.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Automat"
Fri Nov 29 15:55:46 2019 rev:3 rq:750658 version:0.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Automat/python-Automat.changes 2019-03-08 11:01:40.516538184 +0100
+++ /work/SRC/openSUSE:Factory/.python-Automat.new.26869/python-Automat.changes 2019-11-29 15:55:49.853009070 +0100
@@ -1,0 +2,8 @@
+Mon Nov 25 03:40:42 UTC 2019 - Steve Kowalik <steven.kowalik(a)suse.com>
+
+- Update to version 0.8.0:
+ * Retrieve the version from the installed distribution.
+ * Add support for Python 3.8
+ * Remove support for 3.4
+
+-------------------------------------------------------------------
Old:
----
Automat-0.7.0.tar.gz
New:
----
Automat-0.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Automat.spec ++++++
--- /var/tmp/diff_new_pack.cXF8d8/_old 2019-11-29 15:55:50.649008614 +0100
+++ /var/tmp/diff_new_pack.cXF8d8/_new 2019-11-29 15:55:50.653008611 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Automat
#
-# 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
@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-Automat%{psuffix}
-Version: 0.7.0
+Version: 0.8.0
Release: 0
Summary: Self-service finite-state machines for the programmer on the go
License: MIT
++++++ Automat-0.7.0.tar.gz -> Automat-0.8.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/.travis.yml new/Automat-0.8.0/.travis.yml
--- old/Automat-0.7.0/.travis.yml 2018-06-04 07:39:34.000000000 +0200
+++ new/Automat-0.8.0/.travis.yml 2019-10-20 03:23:17.000000000 +0200
@@ -1,4 +1,9 @@
language: python
+
+branches:
+ only:
+ - master
+
matrix:
include:
- python: 2.7
@@ -11,16 +16,6 @@
- python: pypy
env: TOX_ENV=pypy-noextras
-# - python: 3.3
-# env: TOX_ENV=py33-extras
-# - python: 3.3
-# env: TOX_ENV=py33-noextras
-
- - python: 3.4
- env: TOX_ENV=py34-extras
- - python: 3.4
- env: TOX_ENV=py34-noextras
-
- python: 3.5
env: TOX_ENV=py35-extras
- python: 3.5
@@ -31,6 +26,16 @@
- python: 3.6
env: TOX_ENV=py36-noextras
+ - python: 3.7
+ env: TOX_ENV=py37-extras
+ - python: 3.7
+ env: TOX_ENV=py37-noextras
+
+ - python: 3.8
+ env: TOX_ENV=py38-extras
+ - python: 3.8
+ env: TOX_ENV=py38-noextras
+
install:
- sudo apt-get install graphviz
- pip install tox coveralls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/Automat.egg-info/PKG-INFO new/Automat-0.8.0/Automat.egg-info/PKG-INFO
--- old/Automat-0.7.0/Automat.egg-info/PKG-INFO 2018-06-14 09:18:20.000000000 +0200
+++ new/Automat-0.8.0/Automat.egg-info/PKG-INFO 2019-10-20 06:19:02.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: Automat
-Version: 0.7.0
+Version: 0.8.0
Summary: Self-service finite-state machines for the programmer on the go.
Home-page: https://github.com/glyph/Automat
Author: Glyph
@@ -11,7 +11,7 @@
=======
- .. image:: https://readthedocs.org/projects/automat/badge/?version=stable
+ .. image:: https://readthedocs.org/projects/automat/badge/?version=latest
:target: http://automat.readthedocs.io/en/latest/
:alt: Documentation Status
@@ -474,8 +474,8 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Provides-Extra: visualize
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/PKG-INFO new/Automat-0.8.0/PKG-INFO
--- old/Automat-0.7.0/PKG-INFO 2018-06-14 09:18:21.000000000 +0200
+++ new/Automat-0.8.0/PKG-INFO 2019-10-20 06:19:03.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: Automat
-Version: 0.7.0
+Version: 0.8.0
Summary: Self-service finite-state machines for the programmer on the go.
Home-page: https://github.com/glyph/Automat
Author: Glyph
@@ -11,7 +11,7 @@
=======
- .. image:: https://readthedocs.org/projects/automat/badge/?version=stable
+ .. image:: https://readthedocs.org/projects/automat/badge/?version=latest
:target: http://automat.readthedocs.io/en/latest/
:alt: Documentation Status
@@ -474,8 +474,8 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Provides-Extra: visualize
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/README.md new/Automat-0.8.0/README.md
--- old/Automat-0.7.0/README.md 2018-06-14 09:09:35.000000000 +0200
+++ new/Automat-0.8.0/README.md 2019-10-20 02:45:12.000000000 +0200
@@ -1,6 +1,6 @@
# Automat #
-[![Documentation Status](https://readthedocs.org/projects/automat/badge/?version=stable)](ht…
+[![Documentation Status](https://readthedocs.org/projects/automat/badge/?version=latest)](ht…
[![Build Status](https://travis-ci.org/glyph/automat.svg?branch=master)](https://tra…
[![Coverage Status](https://coveralls.io/repos/glyph/automat/badge.png)](https://coveralls.io/r/glyph/automat)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/automat/_core.py new/Automat-0.8.0/automat/_core.py
--- old/Automat-0.7.0/automat/_core.py 2018-01-11 10:16:33.000000000 +0100
+++ new/Automat-0.8.0/automat/_core.py 2019-10-19 23:36:21.000000000 +0200
@@ -94,8 +94,8 @@
"""
The full set of symbols acceptable to this automaton.
"""
- return set(inputSymbol for (inState, inputSymbol, outState,
- outputSymbol) in self._transitions)
+ return {inputSymbol for (inState, inputSymbol, outState,
+ outputSymbol) in self._transitions}
def outputAlphabet(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/automat/_introspection.py new/Automat-0.8.0/automat/_introspection.py
--- old/Automat-0.7.0/automat/_introspection.py 2018-01-11 10:16:33.000000000 +0100
+++ new/Automat-0.8.0/automat/_introspection.py 2019-10-20 03:23:17.000000000 +0200
@@ -13,6 +13,9 @@
]
if hasattr(code, "co_kwonlyargcount"):
names.insert(1, "kwonlyargcount")
+ if hasattr(code, "co_posonlyargcount"):
+ # PEP 570 added "positional only arguments"
+ names.insert(1, "posonlyargcount")
values = [
changes.get(name, getattr(template, "co_" + name))
for name in names
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/automat/_test/test_core.py new/Automat-0.8.0/automat/_test/test_core.py
--- old/Automat-0.7.0/automat/_test/test_core.py 2018-01-11 10:16:33.000000000 +0100
+++ new/Automat-0.8.0/automat/_test/test_core.py 2019-10-19 23:36:21.000000000 +0200
@@ -46,11 +46,11 @@
"""
a = Automaton()
a.addTransition("beginning", "begin", "ending", ["end"])
- self.assertEqual(a.inputAlphabet(), set(["begin"]))
- self.assertEqual(a.outputAlphabet(), set(["end"]))
+ self.assertEqual(a.inputAlphabet(), {"begin"})
+ self.assertEqual(a.outputAlphabet(), {"end"})
self.assertEqual(a.outputForInput("beginning", "begin"),
("ending", ["end"]))
- self.assertEqual(a.states(), set(["beginning", "ending"]))
+ self.assertEqual(a.states(), {"beginning", "ending"})
def test_oneTransition_nonIterableOutputs(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/docs/conf.py new/Automat-0.8.0/docs/conf.py
--- old/Automat-0.7.0/docs/conf.py 2018-01-11 10:16:33.000000000 +0100
+++ new/Automat-0.8.0/docs/conf.py 2019-10-20 06:08:58.000000000 +0200
@@ -55,11 +55,23 @@
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
-#
-# The short X.Y version.
-version = '0.6.0'
+
+def _get_release():
+ import pkg_resources
+ try:
+ distribution = pkg_resources.get_distribution(project)
+ except pkg_resources.DistributionNotFound:
+ raise Exception(
+ "You must install Automat to build the documentation."
+ )
+ else:
+ return distribution.version
+
# The full version, including alpha/beta/rc tags.
-release = '0.6.0'
+release = _get_release()
+
+# The short X.Y version.
+version = '.'.join(release.split('.')[:2])
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/docs/visualize.rst new/Automat-0.8.0/docs/visualize.rst
--- old/Automat-0.7.0/docs/visualize.rst 2018-01-11 10:16:33.000000000 +0100
+++ new/Automat-0.8.0/docs/visualize.rst 2019-10-20 02:45:12.000000000 +0200
@@ -52,7 +52,7 @@
Change state
"""
- @_machine.input()
+ @_machine.output()
def output_on_change_state(self):
"""
Change state
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/setup.py new/Automat-0.8.0/setup.py
--- old/Automat-0.7.0/setup.py 2018-01-11 10:16:33.000000000 +0100
+++ new/Automat-0.8.0/setup.py 2019-10-20 06:18:47.000000000 +0200
@@ -52,9 +52,9 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
- 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
],
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Automat-0.7.0/tox.ini new/Automat-0.8.0/tox.ini
--- old/Automat-0.7.0/tox.ini 2018-01-11 10:16:33.000000000 +0100
+++ new/Automat-0.8.0/tox.ini 2019-10-20 02:45:12.000000000 +0200
@@ -1,5 +1,5 @@
[tox]
-envlist = coverage-clean,{py27,pypy,py33,py34,py35,py36}-{extras,noextras},coverage-report
+envlist = coverage-clean,{py27,pypy,py35,py36,py38}-{extras,noextras},coverage-report
[testenv]
deps =
@@ -31,14 +31,6 @@
deps = {[testenv:benchmark]deps}
commands = {[testenv:benchmark]commands}
-[testenv:py33-benchmark]
-deps = {[testenv:benchmark]deps}
-commands = {[testenv:benchmark]commands}
-
-[testenv:py34-benchmark]
-deps = {[testenv:benchmark]deps}
-commands = {[testenv:benchmark]commands}
-
[testenv:py35-benchmark]
deps = {[testenv:benchmark]deps}
commands = {[testenv:benchmark]commands}
1
0
Hello community,
here is the log from the commit of package python-ZConfig for openSUSE:Factory checked in at 2019-11-29 15:55:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ZConfig (Old)
and /work/SRC/openSUSE:Factory/.python-ZConfig.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ZConfig"
Fri Nov 29 15:55:42 2019 rev:7 rq:750654 version:3.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ZConfig/python-ZConfig.changes 2019-08-06 15:08:46.827832128 +0200
+++ /work/SRC/openSUSE:Factory/.python-ZConfig.new.26869/python-ZConfig.changes 2019-11-29 15:55:46.929010747 +0100
@@ -1,0 +2,5 @@
+Mon Nov 25 01:54:32 UTC 2019 - Steve Kowalik <steven.kowalik(a)suse.com>
+
+- Add python-38-support.patch to support Python 3.8
+
+-------------------------------------------------------------------
New:
----
python-38-support.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ZConfig.spec ++++++
--- /var/tmp/diff_new_pack.0Gfft9/_old 2019-11-29 15:55:47.957010158 +0100
+++ /var/tmp/diff_new_pack.0Gfft9/_new 2019-11-29 15:55:47.961010156 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ZConfig
#
-# 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
@@ -25,6 +25,8 @@
Group: Development/Libraries/Python
URL: https://github.com/zopefoundation/ZConfig
Source: https://files.pythonhosted.org/packages/source/Z/ZConfig/ZConfig-%{version}…
+# UPSTREAM PATCH (partial): gh#zopefoundation/ZConfig#70
+Patch0: python-38-support.patch
# Testing requirements:
BuildRequires: %{python_module docutils}
BuildRequires: %{python_module manuel}
@@ -64,6 +66,7 @@
%prep
%setup -q -n ZConfig-%{version}
+%autopatch -p1
rm -rf ZConfig.egg-info
rm doc/make.bat
# test works only in git repo
++++++ python-38-support.patch ++++++
>From f0c2990d35ac3c924ecc8be4a5c71c8e4abbd0e5 Mon Sep 17 00:00:00 2001
From: Fred Drake <fred.drake(a)keepertech.com>
Date: Tue, 17 Sep 2019 19:25:20 -0400
Subject: [PATCH 1/4] update to tolerate logging.Formatter validation
- required to work with Python 3.8
- closes issue #69
---
ZConfig/components/logger/formatter.py | 11 +++++++-
.../components/logger/tests/test_formatter.py | 28 ++++++++++++++-----
2 files changed, 31 insertions(+), 8 deletions(-)
diff --git a/ZConfig/components/logger/formatter.py b/ZConfig/components/logger/formatter.py
index 512f5da..6cf464e 100644
--- a/ZConfig/components/logger/formatter.py
+++ b/ZConfig/components/logger/formatter.py
@@ -248,8 +248,17 @@ def __call__(self):
else:
# A formatter class that supports style, but our style is
# non-standard, so we reach under the covers a bit.
+ #
+ # Python 3.8 adds a validate option, defaulting to True,
+ # which cases the format string to be checked. Since
+ # safe-template is not a standard style, we want to
+ # suppress this.
+ #
+ kwargs = dict()
+ if sys.version_info >= (3, 8):
+ kwargs['validate'] = False
formatter = self.factory(self.format, self.dateformat,
- style='$')
+ style='$', **kwargs)
assert formatter._style._fmt == self.format
formatter._style = stylist
else:
diff --git a/ZConfig/components/logger/tests/test_formatter.py b/ZConfig/components/logger/tests/test_formatter.py
index 81c7235..3a04a5f 100644
--- a/ZConfig/components/logger/tests/test_formatter.py
+++ b/ZConfig/components/logger/tests/test_formatter.py
@@ -25,6 +25,17 @@
import ZConfig.components.logger.tests.support
+# In Python 3.8, a KeyError raised by string interpolation is re-written
+# into a ValueError reporting a reference to an undefined field. We're
+# not masking the exception, but we want to check for the right one in
+# the tests below (without catching anything else).
+#
+if sys.version_info >= (3, 8):
+ MissingFieldError = ValueError
+else:
+ MissingFieldError = KeyError
+
+
class LogFormatStyleTestCase(unittest.TestCase):
def setUp(self):
@@ -314,7 +325,10 @@ class CustomFormatterFactoryWithoutStyleParamTestCase(
class StylelessFormatter(logging.Formatter):
def __init__(self, fmt=None, datefmt=None):
- logging.Formatter.__init__(self, fmt=fmt, datefmt=datefmt)
+ kwargs = dict()
+ if sys.version_info >= (3, 8):
+ kwargs['validate'] = False
+ logging.Formatter.__init__(self, fmt=fmt, datefmt=datefmt, **kwargs)
def styleless_formatter(fmt=None, datefmt=None):
@@ -552,9 +566,9 @@ def test_classic_arbitrary_field_missing(self):
arbitrary_fields=True)
# The formatter still breaks when it references an undefined field:
- with self.assertRaises(KeyError) as cm:
+ with self.assertRaises(MissingFieldError) as cm:
formatter.format(self.record)
- self.assertEqual(str(cm.exception), "'undefined_field'")
+ self.assertIn("'undefined_field'", str(cm.exception))
def test_classic_arbitrary_field_present(self):
formatter = self.get_formatter(
@@ -574,9 +588,9 @@ def test_format_arbitrary_field_missing(self):
arbitrary_fields=True)
# The formatter still breaks when it references an undefined field:
- with self.assertRaises(KeyError) as cm:
+ with self.assertRaises(MissingFieldError) as cm:
formatter.format(self.record)
- self.assertEqual(str(cm.exception), "'undefined_field'")
+ self.assertIn("'undefined_field'", str(cm.exception))
def test_format_arbitrary_field_present(self):
formatter = self.get_formatter(
@@ -596,9 +610,9 @@ def test_template_arbitrary_field_missing(self):
arbitrary_fields=True)
# The formatter still breaks when it references an undefined field:
- with self.assertRaises(KeyError) as cm:
+ with self.assertRaises(MissingFieldError) as cm:
formatter.format(self.record)
- self.assertEqual(str(cm.exception), "'undefined_field'")
+ self.assertIn("'undefined_field'", str(cm.exception))
def test_template_arbitrary_field_present(self):
formatter = self.get_formatter(
>From 42a09a17048fee4c6b880ea3fc215f6abe5b51eb Mon Sep 17 00:00:00 2001
From: Fred Drake <fred.drake(a)keepertech.com>
Date: Tue, 17 Sep 2019 19:43:27 -0400
Subject: [PATCH 2/4] add python 3.8 to tox, travis configs
---
.travis.yml | 1 +
tox.ini | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 9dd3331..f46558a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ python:
- 3.5
- 3.6
- 3.7
+ - 3.8-dev
- pypy
- pypy3
diff --git a/tox.ini b/tox.ini
index 7a9860b..4c7f8cd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,py35,py36,py37,pypy,coverage-report
+envlist = py27,py34,py35,py36,py37,py38,pypy,coverage-report
skip_missing_interpreters = true
[testenv]
>From 61accf2c5d64f23ecaef4b4f7a13207dd4b3fa29 Mon Sep 17 00:00:00 2001
From: Fred Drake <fred.drake(a)keepertech.com>
Date: Wed, 18 Sep 2019 08:35:38 -0700
Subject: [PATCH 3/4] fix typo in comment (ZConfig.components.logger.formatter)
Co-Authored-By: Jason Madden <jamadden(a)gmail.com>
---
ZConfig/components/logger/formatter.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ZConfig/components/logger/formatter.py b/ZConfig/components/logger/formatter.py
index 6cf464e..009630d 100644
--- a/ZConfig/components/logger/formatter.py
+++ b/ZConfig/components/logger/formatter.py
@@ -250,7 +250,7 @@ def __call__(self):
# non-standard, so we reach under the covers a bit.
#
# Python 3.8 adds a validate option, defaulting to True,
- # which cases the format string to be checked. Since
+ # which causes the format string to be checked. Since
# safe-template is not a standard style, we want to
# suppress this.
#
1
0
Hello community,
here is the log from the commit of package python-Pympler for openSUSE:Factory checked in at 2019-11-29 15:55:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pympler (Old)
and /work/SRC/openSUSE:Factory/.python-Pympler.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pympler"
Fri Nov 29 15:55:40 2019 rev:2 rq:750650 version:0.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pympler/python-Pympler.changes 2019-08-14 11:37:29.488695578 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pympler.new.26869/python-Pympler.changes 2019-11-29 15:55:43.345012804 +0100
@@ -1,0 +2,14 @@
+Mon Nov 25 00:39:27 UTC 2019 - Steve Kowalik <steven.kowalik(a)suse.com>
+
+- Update to 0.8:
+ Added
+ * Python 3.8 support
+ * Compatibility with Django Debug Toolbar 2.x
+ Removed
+ * Python 3.3 support
+ * Compatibility with Django Debug Toolbar 1.x
+ Fixed
+ * Include dicts which aren't tracked by garbage collector in summary diff
+ * Fix formatting of Python 3 class names in summary diff
+
+-------------------------------------------------------------------
Old:
----
Pympler-0.7.tar.gz
New:
----
Pympler-0.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Pympler.spec ++++++
--- /var/tmp/diff_new_pack.Nj8Dke/_old 2019-11-29 15:55:44.361012221 +0100
+++ /var/tmp/diff_new_pack.Nj8Dke/_new 2019-11-29 15:55:44.365012219 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-Pympler
#
-# 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Pympler
-Version: 0.7
+Version: 0.8
Release: 0
Summary: A tool to analyze the memory behavior of Python objects
License: Apache-2.0
++++++ Pympler-0.7.tar.gz -> Pympler-0.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/PKG-INFO new/Pympler-0.8/PKG-INFO
--- old/Pympler-0.7/PKG-INFO 2019-04-05 21:45:31.000000000 +0200
+++ new/Pympler-0.8/PKG-INFO 2019-11-12 20:30:59.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: Pympler
-Version: 0.7
+Version: 0.8
Summary: A development tool to measure, monitor and analyze the memory behavior of Python objects.
Home-page: https://github.com/pympler/pympler
Author: Jean Brouwers, Ludwig Haehne, Robert Schuppenies
@@ -24,8 +24,8 @@
visualisation and class tracker statistics.
Pympler is written entirely in Python, with no dependencies to
- external libraries. It has been tested with Python 2.7, 3.3, 3.4,
- 3.5, 3.6, 3.7 on Linux, Windows and MacOS X.
+ external libraries. It has been tested with Python 2.7, 3.4, 3.5, 3.6,
+ 3.7, 3.8 on Linux, Windows and MacOS X.
Platform: any
Classifier: Development Status :: 4 - Beta
@@ -37,9 +37,9 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Bug Tracking
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/README.md new/Pympler-0.8/README.md
--- old/Pympler-0.7/README.md 2018-09-02 11:16:32.000000000 +0200
+++ new/Pympler-0.8/README.md 2019-11-12 20:26:23.000000000 +0100
@@ -11,8 +11,8 @@
If any errors are reported, check whether your Python version is supported.
Pympler is written entirely in Python, with no dependencies other than standard
-Python modules and libraries. Pympler works with Python 2.7, 3.3, 3.4, 3.5, 3.6
-and 3.7.
+Python modules and libraries. Pympler works with Python 2.7, 3.4, 3.5, 3.6, 3.7
+and 3.8.
Installation
------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/pympler/metadata.py new/Pympler-0.8/pympler/metadata.py
--- old/Pympler-0.7/pympler/metadata.py 2019-04-05 21:44:55.000000000 +0200
+++ new/Pympler-0.8/pympler/metadata.py 2019-11-12 20:30:21.000000000 +0100
@@ -5,7 +5,7 @@
"""
project_name = 'Pympler'
-version = '0.7'
+version = '0.8'
url = 'https://github.com/pympler/pympler'
license = 'Apache License, Version 2.0'
author = 'Jean Brouwers, Ludwig Haehne, Robert Schuppenies'
@@ -31,6 +31,6 @@
visualisation and class tracker statistics.
Pympler is written entirely in Python, with no dependencies to
-external libraries. It has been tested with Python 2.7, 3.3, 3.4,
-3.5, 3.6, 3.7 on Linux, Windows and MacOS X.
+external libraries. It has been tested with Python 2.7, 3.4, 3.5, 3.6,
+3.7, 3.8 on Linux, Windows and MacOS X.
'''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/pympler/muppy.py new/Pympler-0.8/pympler/muppy.py
--- old/Pympler-0.7/pympler/muppy.py 2017-03-18 21:40:59.000000000 +0100
+++ new/Pympler-0.8/pympler/muppy.py 2019-11-12 20:26:23.000000000 +0100
@@ -44,7 +44,7 @@
# the objects referenced by them
refs = get_referents(o)
for ref in refs:
- if not _is_containerobject(ref):
+ if not gc.is_tracked(ref):
# we already got the container objects, now we only add
# non-container objects
res.append(ref)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/pympler/panels.py new/Pympler-0.8/pympler/panels.py
--- old/Pympler-0.7/pympler/panels.py 2018-09-02 13:01:24.000000000 +0200
+++ new/Pympler-0.8/pympler/panels.py 2019-11-10 22:55:24.000000000 +0100
@@ -58,13 +58,13 @@
self._tracker.track_class(cls)
self._tracker.create_snapshot('before')
self.record_stats({'before': ProcessMemoryInfo()})
-
- def process_response(self, request, response):
+ response = super(MemoryPanel, self).process_request(request)
self.record_stats({'after': ProcessMemoryInfo()})
self._tracker.create_snapshot('after')
stats = self._tracker.stats
stats.annotate()
self.record_stats({'stats': stats})
+ return response
def enable_instrumentation(self):
self._tracker = ClassTracker()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/pympler/summary.py new/Pympler-0.8/pympler/summary.py
--- old/Pympler-0.7/pympler/summary.py 2018-02-11 12:47:14.000000000 +0100
+++ new/Pympler-0.8/pympler/summary.py 2019-11-10 22:56:00.000000000 +0100
@@ -248,9 +248,8 @@
# regular expressions used by _repr to replace default type representations
-type_prefix = re.compile(r"^<type '")
+type_repr = re.compile(r"^<(type|class) '(\S+)'>$")
address = re.compile(r' at 0x[0-9a-f]+')
-type_suffix = re.compile(r"'>$")
def _repr(o, verbosity=1):
@@ -276,8 +275,7 @@
res = representations[t][verbosity](o)
res = address.sub('', res)
- res = type_prefix.sub('', res)
- res = type_suffix.sub('', res)
+ res = type_repr.sub(r'\2', res)
return res
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/pympler/tracker.py new/Pympler-0.8/pympler/tracker.py
--- old/Pympler-0.7/pympler/tracker.py 2017-01-04 08:35:15.000000000 +0100
+++ new/Pympler-0.8/pympler/tracker.py 2019-11-12 20:26:23.000000000 +0100
@@ -213,7 +213,7 @@
# the objects referenced by them
refs = muppy.get_referents(o)
for ref in refs:
- if not muppy._is_containerobject(ref):
+ if not gc.is_tracked(ref):
# we already got the container objects, now we only add
# non-container objects
res.append(ref)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/setup.py new/Pympler-0.8/setup.py
--- old/Pympler-0.7/setup.py 2018-05-16 09:17:26.000000000 +0200
+++ new/Pympler-0.8/setup.py 2019-11-12 20:26:23.000000000 +0100
@@ -114,11 +114,11 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Bug Tracking',
],
cmdclass={'try': PreinstallTestCommand,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/test/asizeof/test_asizeof.py new/Pympler-0.8/test/asizeof/test_asizeof.py
--- old/Pympler-0.7/test/asizeof/test_asizeof.py 2019-04-05 21:30:20.000000000 +0200
+++ new/Pympler-0.8/test/asizeof/test_asizeof.py 2019-11-10 22:56:00.000000000 +0100
@@ -63,18 +63,13 @@
i += 1
gen = infinite_gen()
+ asizeof.asizeof(gen, code=True)
+ self.assertEqual(next(gen), 1)
s1 = asizeof.asizeof(gen, code=True)
- for i in gen:
- self.assertEqual(i, 1)
- break
- for i in gen:
- self.assertEqual(i, 2)
- break
+ self.assertEqual(next(gen), 2)
s2 = asizeof.asizeof(gen, code=True)
s3 = asizeof.asizeof(gen, code=False)
- for i in gen:
- self.assertEqual(i, 3)
- break
+ self.assertEqual(next(gen), 3)
self.assertEqual(s1, s2)
self.assertNotEqual(s3, 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/test/muppy/test_muppy.py new/Pympler-0.8/test/muppy/test_muppy.py
--- old/Pympler-0.7/test/muppy/test_muppy.py 2016-10-01 19:47:59.000000000 +0200
+++ new/Pympler-0.8/test/muppy/test_muppy.py 2019-11-12 20:26:23.000000000 +0100
@@ -206,6 +206,16 @@
self.assertEqual(gc.collect(), 0)
gc.enable()
+ def test_untracked_containers(self):
+ """Test whether untracked container objects are detected.
+ """
+ untracked = {}
+ tracked = {'untracked': untracked}
+ self.assertTrue(gc.is_tracked(tracked))
+ self.assertFalse(gc.is_tracked(untracked))
+ objects = [id(o) for o in muppy.get_objects()]
+ self.assertTrue(id(untracked) in objects)
+
def suite():
suite = unittest.makeSuite(MuppyTest,'test')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Pympler-0.7/test/muppy/test_summary.py new/Pympler-0.8/test/muppy/test_summary.py
--- old/Pympler-0.7/test/muppy/test_summary.py 2016-10-01 19:47:59.000000000 +0200
+++ new/Pympler-0.8/test/muppy/test_summary.py 2019-11-10 22:56:00.000000000 +0100
@@ -5,14 +5,11 @@
from sys import getsizeof
from pympler import summary, muppy
+from pympler.util.compat import StringIO
class SummaryTest(unittest.TestCase):
- class DevNull(object):
- def write(self, text):
- pass
-
def test_repr(self):
"""Test that the right representation is returned. """
self.assert_(summary._repr(''), "<type 'str'>")
@@ -57,11 +54,14 @@
"""Test summary can be printed."""
try:
self._stdout = sys.stdout
- sys.stdout = self.DevNull()
+ stream = StringIO()
+ sys.stdout = stream
sum1 = summary.summarize(muppy.get_objects())
sum2 = summary.summarize(muppy.get_objects())
sumdiff = summary.get_diff(sum1, sum2)
summary.print_(sumdiff)
+ self.assertIn('str', stream.getvalue())
+ self.assertNotIn("<class 'str", stream.getvalue())
finally:
sys.stdout = self._stdout
1
0
Hello community,
here is the log from the commit of package python-jedi for openSUSE:Factory checked in at 2019-11-29 15:55:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jedi (Old)
and /work/SRC/openSUSE:Factory/.python-jedi.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jedi"
Fri Nov 29 15:55:37 2019 rev:17 rq:750559 version:0.15.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes 2019-11-04 17:08:58.796426091 +0100
+++ /work/SRC/openSUSE:Factory/.python-jedi.new.26869/python-jedi.changes 2019-11-29 15:55:40.873014222 +0100
@@ -1,0 +2,8 @@
+Sat Nov 23 17:06:14 CET 2019 - Matej Cepl <mcepl(a)suse.com>
+
+- So, this is completely boring, non-offensive changelog record,
+ which says, that I have also add previously missing skip over
+ test_compiled_signature test case, because of
+ gh#davidhalter/jedi#1429
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jedi.spec ++++++
--- /var/tmp/diff_new_pack.YqYW1g/_old 2019-11-29 15:55:41.597013806 +0100
+++ /var/tmp/diff_new_pack.YqYW1g/_new 2019-11-29 15:55:41.601013804 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-jedi
#
-# 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
@@ -69,8 +69,8 @@
# in OBS venv isn't working and builtin completion tests dont work with unbundled typeshed
# test_static_analysis is flaky
# test_os_path_join is time based
-# test_import gh#davidhalter/jedi#1429
-%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details or test_static_analysis or test_os_path_join or test_import)"
+# test_import and test_compiled_signature gh#davidhalter/jedi#1429
+%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details or test_static_analysis or test_os_path_join or test_import or test_compiled_signature)"
%files %{python_files}
%doc AUTHORS.txt CHANGELOG.rst README.rst
1
0
Hello community,
here is the log from the commit of package python-mysqlclient for openSUSE:Factory checked in at 2019-11-29 15:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mysqlclient (Old)
and /work/SRC/openSUSE:Factory/.python-mysqlclient.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mysqlclient"
Fri Nov 29 15:55:35 2019 rev:6 rq:750368 version:1.4.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mysqlclient/python-mysqlclient.changes 2019-08-23 11:02:40.506522415 +0200
+++ /work/SRC/openSUSE:Factory/.python-mysqlclient.new.26869/python-mysqlclient.changes 2019-11-29 15:55:37.849015957 +0100
@@ -1,0 +2,8 @@
+Fri Nov 22 17:31:43 UTC 2019 - Alexei Podvalsky <avvissu(a)yandex.by>
+
+- Update to 1.4.6:
+ * The cp1252 encoding is used when charset is "latin1". (#390)
+- Change in 1.4.5:
+ * The auth_plugin option is added. (#389)
+
+-------------------------------------------------------------------
Old:
----
mysqlclient-1.4.4.tar.gz
New:
----
mysqlclient-1.4.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mysqlclient.spec ++++++
--- /var/tmp/diff_new_pack.E6panm/_old 2019-11-29 15:55:38.533015564 +0100
+++ /var/tmp/diff_new_pack.E6panm/_new 2019-11-29 15:55:38.537015562 +0100
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-mysqlclient
-Version: 1.4.4
+Version: 1.4.6
Release: 0
Summary: Python interface to MySQL
License: GPL-2.0-or-later
++++++ mysqlclient-1.4.4.tar.gz -> mysqlclient-1.4.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/HISTORY.rst new/mysqlclient-1.4.6/HISTORY.rst
--- old/mysqlclient-1.4.4/HISTORY.rst 2019-08-11 17:34:01.000000000 +0200
+++ new/mysqlclient-1.4.6/HISTORY.rst 2019-11-21 13:36:29.000000000 +0100
@@ -1,4 +1,21 @@
======================
+ What's new in 1.4.6
+======================
+
+Release: 2019-11-21
+
+* The ``cp1252`` encoding is used when charset is "latin1". (#390)
+
+======================
+ What's new in 1.4.5
+======================
+
+Release: 2019-11-06
+
+* The ``auth_plugin`` option is added. (#389)
+
+
+======================
What's new in 1.4.4
======================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/MySQLdb/__init__.py new/mysqlclient-1.4.6/MySQLdb/__init__.py
--- old/mysqlclient-1.4.4/MySQLdb/__init__.py 2019-07-18 10:40:54.000000000 +0200
+++ new/mysqlclient-1.4.6/MySQLdb/__init__.py 2019-11-18 13:13:21.000000000 +0100
@@ -18,8 +18,8 @@
from . import _mysql
if version_info != _mysql.version_info:
- raise ImportError("this is MySQLdb version %s, but _mysql is version %r" %
- (version_info, _mysql.version_info))
+ raise ImportError("this is MySQLdb version %s, but _mysql is version %r\n_mysql: %r" %
+ (version_info, _mysql.version_info, _mysql.__file__))
threadsafety = 1
apilevel = "2.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/MySQLdb/_mysql.c new/mysqlclient-1.4.6/MySQLdb/_mysql.c
--- old/mysqlclient-1.4.4/MySQLdb/_mysql.c 2019-08-11 17:17:34.000000000 +0200
+++ new/mysqlclient-1.4.6/MySQLdb/_mysql.c 2019-11-19 09:28:43.000000000 +0100
@@ -217,6 +217,9 @@
if (strncmp(utf8, cs.csname, 4) == 0) { // utf8, utf8mb3, utf8mb4
return utf8;
}
+ else if (strncmp("latin1", cs.csname, 6) == 0) {
+ return "cp1252";
+ }
else if (strncmp("koi8r", cs.csname, 5) == 0) {
return "koi8_r";
}
@@ -398,6 +401,7 @@
"client_flag", "ssl",
"local_infile",
"read_timeout", "write_timeout", "charset",
+ "auth_plugin",
NULL } ;
int connect_timeout = 0;
int read_timeout = 0;
@@ -406,13 +410,14 @@
char *init_command=NULL,
*read_default_file=NULL,
*read_default_group=NULL,
- *charset=NULL;
+ *charset=NULL,
+ *auth_plugin=NULL;
self->converter = NULL;
self->open = 0;
if (!PyArg_ParseTupleAndKeywords(args, kwargs,
- "|ssssisOiiisssiOiiis:connect",
+ "|ssssisOiiisssiOiiiss:connect",
kwlist,
&host, &user, &passwd, &db,
&port, &unix_socket, &conv,
@@ -424,7 +429,8 @@
&local_infile,
&read_timeout,
&write_timeout,
- &charset
+ &charset,
+ &auth_plugin
))
return -1;
@@ -491,6 +497,9 @@
if (charset) {
mysql_options(&(self->connection), MYSQL_SET_CHARSET_NAME, charset);
}
+ if (auth_plugin) {
+ mysql_options(&(self->connection), MYSQL_DEFAULT_AUTH, auth_plugin);
+ }
conn = mysql_real_connect(&(self->connection), host, user, passwd, db,
port, unix_socket, client_flag);
@@ -2296,7 +2305,7 @@
},
{
"server_capabilities",
- T_UINT,
+ T_ULONG,
offsetof(_mysql_ConnectionObject,connection.server_capabilities),
READONLY,
"Capabilities of server; consult MySQLdb.constants.CLIENT"
@@ -2310,7 +2319,7 @@
},
{
"client_flag",
- T_UINT,
+ T_ULONG,
offsetof(_mysql_ConnectionObject,connection.client_flag),
READONLY,
"Client flags; refer to MySQLdb.constants.CLIENT"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/MySQLdb/connections.py new/mysqlclient-1.4.6/MySQLdb/connections.py
--- old/mysqlclient-1.4.4/MySQLdb/connections.py 2019-08-11 17:17:34.000000000 +0200
+++ new/mysqlclient-1.4.6/MySQLdb/connections.py 2019-11-19 09:28:43.000000000 +0100
@@ -15,6 +15,14 @@
NotSupportedError, ProgrammingError,
)
+# Mapping from MySQL charset name to Python codec name
+_charset_to_encoding = {
+ "utf8mb4": "utf8",
+ "utf8mb3": "utf8",
+ "latin1": "cp1252",
+ "koi8r": "koi8_r",
+ "koi8u": "koi8_u",
+}
re_numeric_part = re.compile(r"^(\d+)")
@@ -86,6 +94,11 @@
On Python 2, this option changes default value of `use_unicode`
option from False to True.
+ :param str auth_plugin:
+ If supplied, the connection default authentication plugin will be
+ changed to this value. Example values:
+ `mysql_native_password` or `caching_sha2_password`
+
:param str sql_mode:
If supplied, the session SQL mode will be changed to this
setting.
@@ -284,10 +297,7 @@
set can only be changed in MySQL-4.1 and newer. If you try
to change the character set from the current value in an
older version, NotSupportedError will be raised."""
- if charset in ("utf8mb4", "utf8mb3"):
- py_charset = "utf8"
- else:
- py_charset = charset
+ py_charset = _charset_to_encoding.get(charset, charset)
if self.character_set_name() != charset:
try:
super(Connection, self).set_character_set(charset)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/MySQLdb/release.py new/mysqlclient-1.4.6/MySQLdb/release.py
--- old/mysqlclient-1.4.4/MySQLdb/release.py 2019-08-11 17:36:07.000000000 +0200
+++ new/mysqlclient-1.4.6/MySQLdb/release.py 2019-11-21 13:37:13.000000000 +0100
@@ -1,4 +1,4 @@
__author__ = "Inada Naoki <songofacandy(a)gmail.com>"
-version_info = (1,4,4,'final',0)
-__version__ = "1.4.4"
+version_info = (1,4,6,'final',0)
+__version__ = "1.4.6"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/PKG-INFO new/mysqlclient-1.4.6/PKG-INFO
--- old/mysqlclient-1.4.4/PKG-INFO 2019-08-11 17:36:07.000000000 +0200
+++ new/mysqlclient-1.4.6/PKG-INFO 2019-11-21 13:37:13.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: mysqlclient
-Version: 1.4.4
+Version: 1.4.6
Summary: Python interface to MySQL
Home-page: https://github.com/PyMySQL/mysqlclient-python
Author: Inada Naoki
@@ -23,7 +23,7 @@
* `sudo apt-get install python-dev default-libmysqlclient-dev` # Debian / Ubuntu
* `sudo yum install python-devel mysql-devel` # Red Hat / CentOS
- * `brew install mysql-connector-c` # macOS (Homebrew) (Currently, it has bug. See below)
+ * `brew install mysql-client` # macOS (Homebrew)
On Windows, there are binary wheels you can install without MySQLConnector/C or MSVC.
@@ -33,33 +33,6 @@
`sudo yum install python3-devel ` # Red Hat / CentOS
- #### **Note about bug of MySQL Connector/C on macOS**
-
- See also: https://bugs.mysql.com/bug.php?id=86971
-
- Versions of MySQL Connector/C may have incorrect default configuration options that cause compilation errors when `mysqlclient-python` is installed. (As of November 2017, this is known to be true for homebrew's `mysql-connector-c` and [official package](https://dev.mysql.com/downloads/connector/c/))
-
- Modification of `mysql_config` resolves these issues as follows.
-
- Change
-
- ```
- # on macOS, on or about line 112:
- # Create options
- libs="-L$pkglibdir"
- libs="$libs -l "
- ```
-
- to
-
- ```
- # Create options
- libs="-L$pkglibdir"
- libs="$libs -lmysqlclient -lssl -lcrypto"
- ```
-
- An improper ssl configuration may also create issues; see, e.g, `brew info openssl` for details on macOS.
-
### Install from PyPI
`pip install mysqlclient`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/README.md new/mysqlclient-1.4.6/README.md
--- old/mysqlclient-1.4.4/README.md 2018-10-20 04:03:50.000000000 +0200
+++ new/mysqlclient-1.4.6/README.md 2019-11-19 09:28:43.000000000 +0100
@@ -15,7 +15,7 @@
* `sudo apt-get install python-dev default-libmysqlclient-dev` # Debian / Ubuntu
* `sudo yum install python-devel mysql-devel` # Red Hat / CentOS
-* `brew install mysql-connector-c` # macOS (Homebrew) (Currently, it has bug. See below)
+* `brew install mysql-client` # macOS (Homebrew)
On Windows, there are binary wheels you can install without MySQLConnector/C or MSVC.
@@ -25,33 +25,6 @@
`sudo yum install python3-devel ` # Red Hat / CentOS
-#### **Note about bug of MySQL Connector/C on macOS**
-
-See also: https://bugs.mysql.com/bug.php?id=86971
-
-Versions of MySQL Connector/C may have incorrect default configuration options that cause compilation errors when `mysqlclient-python` is installed. (As of November 2017, this is known to be true for homebrew's `mysql-connector-c` and [official package](https://dev.mysql.com/downloads/connector/c/))
-
-Modification of `mysql_config` resolves these issues as follows.
-
-Change
-
-```
-# on macOS, on or about line 112:
-# Create options
-libs="-L$pkglibdir"
-libs="$libs -l "
-```
-
-to
-
-```
-# Create options
-libs="-L$pkglibdir"
-libs="$libs -lmysqlclient -lssl -lcrypto"
-```
-
-An improper ssl configuration may also create issues; see, e.g, `brew info openssl` for details on macOS.
-
### Install from PyPI
`pip install mysqlclient`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/doc/MySQLdb.rst new/mysqlclient-1.4.6/doc/MySQLdb.rst
--- old/mysqlclient-1.4.4/doc/MySQLdb.rst 2018-12-05 10:43:29.000000000 +0100
+++ new/mysqlclient-1.4.6/doc/MySQLdb.rst 2019-11-19 09:27:19.000000000 +0100
@@ -41,6 +41,23 @@
:undoc-members:
:show-inheritance:
+:mod:`_mysql` Module
+--------------------
+
+.. automodule:: MySQLdb._mysql
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+:mod:`_exceptions` Module
+-------------------------
+
+.. automodule:: MySQLdb._exceptions
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
+
Subpackages
-----------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/doc/_exceptions.rst new/mysqlclient-1.4.6/doc/_exceptions.rst
--- old/mysqlclient-1.4.4/doc/_exceptions.rst 2019-01-17 13:30:38.000000000 +0100
+++ new/mysqlclient-1.4.6/doc/_exceptions.rst 1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-_exceptions Module
-========================
-
-.. automodule:: MySQLdb._exceptions
- :members:
- :undoc-members:
- :show-inheritance:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/doc/_mysql.rst new/mysqlclient-1.4.6/doc/_mysql.rst
--- old/mysqlclient-1.4.4/doc/_mysql.rst 2019-01-17 13:30:38.000000000 +0100
+++ new/mysqlclient-1.4.6/doc/_mysql.rst 1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-_mysql Module
-=============
-
-.. automodule:: MySQLdb._mysql
- :members:
- :undoc-members:
- :show-inheritance:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/doc/conf.py new/mysqlclient-1.4.6/doc/conf.py
--- old/mysqlclient-1.4.4/doc/conf.py 2018-12-05 10:43:45.000000000 +0100
+++ new/mysqlclient-1.4.6/doc/conf.py 2019-11-18 13:14:11.000000000 +0100
@@ -16,7 +16,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
-sys.path.insert(0, os.path.abspath('..'))
+#sys.path.insert(0, os.path.abspath('..'))
# -- General configuration -----------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/doc/modules.rst new/mysqlclient-1.4.6/doc/modules.rst
--- old/mysqlclient-1.4.4/doc/modules.rst 2018-12-06 11:27:28.000000000 +0100
+++ new/mysqlclient-1.4.6/doc/modules.rst 1970-01-01 01:00:00.000000000 +0100
@@ -1,7 +0,0 @@
-MySQLdb
-=======
-
-.. toctree::
- :maxdepth: 4
-
- MySQLdb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/doc/user_guide.rst new/mysqlclient-1.4.6/doc/user_guide.rst
--- old/mysqlclient-1.4.4/doc/user_guide.rst 2019-07-18 10:40:54.000000000 +0200
+++ new/mysqlclient-1.4.6/doc/user_guide.rst 2019-11-19 09:21:32.000000000 +0100
@@ -546,7 +546,7 @@
Some examples
.............
-The ``connect()`` method works nearly the same as with `_mysql`_::
+The ``connect()`` method works nearly the same as with `MySQLDB._mysql`_::
import MySQLdb
db=MySQLdb.connect(passwd="moonpie",db="thangs")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/metadata.cfg new/mysqlclient-1.4.6/metadata.cfg
--- old/mysqlclient-1.4.4/metadata.cfg 2019-08-11 17:35:01.000000000 +0200
+++ new/mysqlclient-1.4.6/metadata.cfg 2019-11-21 13:06:17.000000000 +0100
@@ -1,6 +1,6 @@
[metadata]
-version: 1.4.4
-version_info: (1,4,4,'final',0)
+version: 1.4.6
+version_info: (1,4,6,'final',0)
description: Python interface to MySQL
author: Inada Naoki
author_email: songofacandy(a)gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/mysqlclient.egg-info/PKG-INFO new/mysqlclient-1.4.6/mysqlclient.egg-info/PKG-INFO
--- old/mysqlclient-1.4.4/mysqlclient.egg-info/PKG-INFO 2019-08-11 17:36:07.000000000 +0200
+++ new/mysqlclient-1.4.6/mysqlclient.egg-info/PKG-INFO 2019-11-21 13:37:13.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: mysqlclient
-Version: 1.4.4
+Version: 1.4.6
Summary: Python interface to MySQL
Home-page: https://github.com/PyMySQL/mysqlclient-python
Author: Inada Naoki
@@ -23,7 +23,7 @@
* `sudo apt-get install python-dev default-libmysqlclient-dev` # Debian / Ubuntu
* `sudo yum install python-devel mysql-devel` # Red Hat / CentOS
- * `brew install mysql-connector-c` # macOS (Homebrew) (Currently, it has bug. See below)
+ * `brew install mysql-client` # macOS (Homebrew)
On Windows, there are binary wheels you can install without MySQLConnector/C or MSVC.
@@ -33,33 +33,6 @@
`sudo yum install python3-devel ` # Red Hat / CentOS
- #### **Note about bug of MySQL Connector/C on macOS**
-
- See also: https://bugs.mysql.com/bug.php?id=86971
-
- Versions of MySQL Connector/C may have incorrect default configuration options that cause compilation errors when `mysqlclient-python` is installed. (As of November 2017, this is known to be true for homebrew's `mysql-connector-c` and [official package](https://dev.mysql.com/downloads/connector/c/))
-
- Modification of `mysql_config` resolves these issues as follows.
-
- Change
-
- ```
- # on macOS, on or about line 112:
- # Create options
- libs="-L$pkglibdir"
- libs="$libs -l "
- ```
-
- to
-
- ```
- # Create options
- libs="-L$pkglibdir"
- libs="$libs -lmysqlclient -lssl -lcrypto"
- ```
-
- An improper ssl configuration may also create issues; see, e.g, `brew info openssl` for details on macOS.
-
### Install from PyPI
`pip install mysqlclient`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mysqlclient-1.4.4/mysqlclient.egg-info/SOURCES.txt new/mysqlclient-1.4.6/mysqlclient.egg-info/SOURCES.txt
--- old/mysqlclient-1.4.4/mysqlclient.egg-info/SOURCES.txt 2019-08-11 17:36:07.000000000 +0200
+++ new/mysqlclient-1.4.6/mysqlclient.egg-info/SOURCES.txt 2019-11-21 13:37:13.000000000 +0100
@@ -27,11 +27,8 @@
doc/FAQ.rst
doc/MySQLdb.constants.rst
doc/MySQLdb.rst
-doc/_exceptions.rst
-doc/_mysql.rst
doc/conf.py
doc/index.rst
-doc/modules.rst
doc/user_guide.rst
mysqlclient.egg-info/PKG-INFO
mysqlclient.egg-info/SOURCES.txt
1
0
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2019-11-28 19:10:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Thu Nov 28 19:10:51 2019 rev:1848 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi: same change
openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi: same change
openSUSE-cd-mini-i586.kiwi: same change
openSUSE-cd-mini-x86_64.kiwi: same change
openSUSE-dvd5-dvd-i586.kiwi: same change
openSUSE-dvd5-dvd-x86_64.kiwi: same change
openSUSE-ftp-ftp-i586_x86_64.kiwi: same change
stub.kiwi: same change
++++++ unsorted.yml ++++++
--- /var/tmp/diff_new_pack.XOw8t4/_old 2019-11-28 19:10:56.844268120 +0100
+++ /var/tmp/diff_new_pack.XOw8t4/_new 2019-11-28 19:10:56.844268120 +0100
@@ -10606,7 +10606,8 @@
- libpetsc-gnu-openmpi2-hpc
- libpetsc-gnu-openmpi3-hpc
- libpetsc3
- - libpetsc3-openmpi
+ - libpetsc3-openmpi1
+ - libpetsc3-openmpi2
- libpetsc_3_11_3-gnu-mpich-hpc
- libpetsc_3_11_3-gnu-mvapich2-hpc
- libpetsc_3_11_3-gnu-openmpi1-hpc
@@ -10770,7 +10771,7 @@
- libptscotch-gnu-openmpi3-hpc
- libptscotch0-mpich
- libptscotch0-mvapich2
- - libptscotch0-openmpi
+ - libptscotch0-openmpi1
- libptscotch0-openmpi2
- libptscotch_6_0_7-gnu-mpich-hpc
- libptscotch_6_0_7-gnu-mvapich2-hpc
@@ -15246,6 +15247,7 @@
- palm-db-tools
- pam-devel-32bit: [x86_64]
- pam-python
+ - pam-test
- pam_cap
- pam_cap-32bit: [x86_64]
- pam_ccreds
@@ -15332,6 +15334,7 @@
- parboiled
- parboiled-javadoc
- parboiled-scala
+ - parboiled-scala-javadoc
- pari-devel
- pari-elldata
- pari-galdata
@@ -16578,7 +16581,8 @@
- petsc-gnu-openmpi1-hpc-devel
- petsc-gnu-openmpi2-hpc-devel
- petsc-gnu-openmpi3-hpc-devel
- - petsc-openmpi-devel
+ - petsc-openmpi1-devel
+ - petsc-openmpi2-devel
- petsc_3_11_3-gnu-mpich-hpc-devel
- petsc_3_11_3-gnu-mpich-hpc-saws
- petsc_3_11_3-gnu-mvapich2-hpc-devel
@@ -17146,15 +17150,15 @@
- ptscotch-mvapich2
- ptscotch-mvapich2-devel
- ptscotch-mvapich2-devel-static
- - ptscotch-openmpi
- - ptscotch-openmpi-devel
- - ptscotch-openmpi-devel-static
+ - ptscotch-openmpi1
+ - ptscotch-openmpi1-devel
+ - ptscotch-openmpi1-devel-static
- ptscotch-openmpi2
- ptscotch-openmpi2-devel
- ptscotch-openmpi2-devel-static
- ptscotch-parmetis-mpich-devel
- ptscotch-parmetis-mvapich2-devel
- - ptscotch-parmetis-openmpi-devel
+ - ptscotch-parmetis-openmpi1-devel
- ptscotch-parmetis-openmpi2-devel
- ptscotch_6_0_7-gnu-mpich-hpc
- ptscotch_6_0_7-gnu-mpich-hpc-devel
@@ -17385,8 +17389,8 @@
- python-nlopt
- python-notify
- python-notify-devel
- - python-notmuch
- - python-notmuch-doc
+ - python-notmuch: [x86_64]
+ - python-notmuch-doc: [x86_64]
- python-novaclient-doc
- python-obexftp
- python-octaviaclient-doc
1
0
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2019-11-28 19:10:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Thu Nov 28 19:10:48 2019 rev:338 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
openSUSE-MicroOS-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++++++ weakremovers.inc ++++++
--- /var/tmp/diff_new_pack.f3HdTl/_old 2019-11-28 19:10:51.764269815 +0100
+++ /var/tmp/diff_new_pack.f3HdTl/_new 2019-11-28 19:10:51.776269811 +0100
@@ -14712,6 +14712,7 @@
Provides: weakremover(libpari-gmp6)
Provides: weakremover(libparlatype1)
Provides: weakremover(libpcre2-posix1)
+Provides: weakremover(libpetsc3-openmpi)
Provides: weakremover(libpetsc_3_7_6-gnu-mpich-hpc)
Provides: weakremover(libpetsc_3_7_6-gnu-mvapich2-hpc)
Provides: weakremover(libpetsc_3_7_6-gnu-openmpi1-hpc)
@@ -14803,6 +14804,7 @@
Provides: weakremover(libpsl6)
Provides: weakremover(libpt1_11)
Provides: weakremover(libpt2_10_11-plugins-esd)
+Provides: weakremover(libptscotch0-openmpi)
Provides: weakremover(libptscotch_6_0_6-gnu-mpich-hpc)
Provides: weakremover(libptscotch_6_0_6-gnu-mvapich2-hpc)
Provides: weakremover(libptscotch_6_0_6-gnu-openmpi1-hpc)
@@ -16036,6 +16038,7 @@
Provides: weakremover(perl-camgm)
Provides: weakremover(perl-qt4)
Provides: weakremover(perl-qt4-devel)
+Provides: weakremover(petsc-openmpi-devel)
Provides: weakremover(petsc_3_7_6-gnu-mpich-hpc-devel)
Provides: weakremover(petsc_3_7_6-gnu-mvapich2-hpc-devel)
Provides: weakremover(petsc_3_7_6-gnu-openmpi1-hpc-devel)
@@ -16322,6 +16325,10 @@
Provides: weakremover(ptscotch-gnu-openmpi1-hpc-devel-static)
Provides: weakremover(ptscotch-gnu-openmpi2-hpc-devel-static)
Provides: weakremover(ptscotch-gnu-openmpi3-hpc-devel-static)
+Provides: weakremover(ptscotch-openmpi)
+Provides: weakremover(ptscotch-openmpi-devel)
+Provides: weakremover(ptscotch-openmpi-devel-static)
+Provides: weakremover(ptscotch-parmetis-openmpi-devel)
Provides: weakremover(ptscotch_6_0_6-gnu-mpich-hpc)
Provides: weakremover(ptscotch_6_0_6-gnu-mpich-hpc-devel)
Provides: weakremover(ptscotch_6_0_6-gnu-mpich-hpc-devel-static)
@@ -21769,6 +21776,8 @@
Provides: weakremover(paraview)
Provides: weakremover(patterns-base-32bit)
Provides: weakremover(patterns-server-xen_server)
+Provides: weakremover(python-notmuch)
+Provides: weakremover(python-notmuch-doc)
Provides: weakremover(python3-veusz)
Provides: weakremover(robinhood)
Provides: weakremover(robinhood-tests)
1
0
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2019-11-28 14:10:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Thu Nov 28 14:10:08 2019 rev:1847 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.398256327 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.402256326 +0100
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-Addon-NonOss___20191127" schemaversion="4.1">
+<image name="OBS__openSUSE-Addon-NonOss___20191128" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -36,11 +36,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20191127</productvar>
+ <productvar name="VERSION">20191128</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20191127,openSUSE NonOSS Addon</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20191128,openSUSE NonOSS Addon</productinfo>
<productinfo name="LINGUAS">af ar be_BY bg br ca cy el et ga gl gu_IN he hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019… obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019…</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019… obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2019…</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ openSUSE-MicroOS-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.418256320 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.418256320 +0100
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-MicroOS___20191127" schemaversion="4.1">
+<image name="OBS__openSUSE-MicroOS___20191128" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20191127</productvar>
+ <productvar name="VERSION">20191128</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-microos:20191127,openSUSE MicroOS</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-microos:20191128,openSUSE MicroOS</productinfo>
<productinfo name="LINGUAS">en_US </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20191127/…</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20191128/…</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
@@ -285,6 +285,7 @@
<repopackage name="libnl3-200" arch="x86_64"/>
<repopackage name="libnpth0" arch="x86_64"/>
<repopackage name="libnsl2"/>
+ <repopackage name="libnss_usrfiles2" arch="x86_64"/>
<repopackage name="libnuma1" arch="x86_64"/>
<repopackage name="libopeniscsiusr0_2_0" arch="x86_64"/>
<repopackage name="libopenssl1_1"/>
++++++ openSUSE-MicroOS-dvd5-kubic-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.434256314 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.438256313 +0100
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-MicroOS___20191127" schemaversion="4.1">
+<image name="OBS__openSUSE-MicroOS___20191128" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20191127</productvar>
+ <productvar name="VERSION">20191128</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-microos:20191127,openSUSE MicroOS</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-microos:20191128,openSUSE MicroOS</productinfo>
<productinfo name="LINGUAS">en_US </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20191127/…</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-MicroOS/20191128/…</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ openSUSE-cd-mini-i586.kiwi ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.458256306 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.462256304 +0100
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20191127" schemaversion="4.1">
+<image name="OBS__openSUSE___20191128" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -32,11 +32,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20191127</productvar>
+ <productvar name="VERSION">20191128</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191127,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191128,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191127/i586</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191128/i586</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ openSUSE-cd-mini-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.478256298 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.478256298 +0100
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20191127" schemaversion="4.1">
+<image name="OBS__openSUSE___20191128" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20191127</productvar>
+ <productvar name="VERSION">20191128</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191127,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191128,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191127/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191128/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ openSUSE-dvd5-dvd-i586.kiwi ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.498256290 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.498256290 +0100
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20191127" schemaversion="4.1">
+<image name="OBS__openSUSE___20191128" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -32,11 +32,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20191127</productvar>
+ <productvar name="VERSION">20191128</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191127,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191128,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191127/i586</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191128/i586</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ openSUSE-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.522256282 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.522256282 +0100
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20191127" schemaversion="4.1">
+<image name="OBS__openSUSE___20191128" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20191127</productvar>
+ <productvar name="VERSION">20191128</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191127,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191128,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191127/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191128/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ openSUSE-ftp-ftp-i586_x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.538256275 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.538256275 +0100
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20191127" schemaversion="4.1">
+<image name="OBS__openSUSE___20191128" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -24,7 +24,7 @@
<productvar name="DISTNAME">openSUSE</productvar>
<productvar name="FLAVOR">ftp</productvar>
<productvar name="MAKE_LISTINGS">true</productvar>
- <productvar name="MEDIUM_NAME">openSUSE-20191127-i586-x86_64</productvar>
+ <productvar name="MEDIUM_NAME">openSUSE-20191128-i586-x86_64</productvar>
<productvar name="MULTIPLE_MEDIA">true</productvar>
<productvar name="PRODUCT_DIR">/</productvar>
<productvar name="PRODUCT_NAME">$DISTNAME-$FLAVOR</productvar>
@@ -36,11 +36,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20191127</productvar>
+ <productvar name="VERSION">20191128</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191127,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20191128,openSUSE Tumbleweed</productinfo>
<productinfo name="LINGUAS">cs da de el en en_GB en_US es fr hu it ja pl pt pt_BR ru zh zh_CN zh_TW </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191127/i586 obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191127/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191128/i586 obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20191128/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="DEBUGMEDIUM">2</productoption>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/suse-tumbleweed</productoption>
++++++ opensuse_microos.group ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.734256203 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.738256201 +0100
@@ -300,6 +300,7 @@
<package name="libnl-config" supportstatus="unsupported"/> <!-- reason: opensuse_microos:patterns-microos-base -->
<package name="libnl3-200" supportstatus="unsupported"/> <!-- reason: opensuse_microos:patterns-microos-base -->
<package name="libnpth0" supportstatus="unsupported"/> <!-- reason: opensuse_microos:patterns-microos-base -->
+ <package name="libnss_usrfiles2" supportstatus="unsupported"/> <!-- reason: opensuse_microos:patterns-microos-base -->
<package name="libnuma1" supportstatus="unsupported"/> <!-- reason: opensuse_microos:patterns-microos-base -->
<package name="libopeniscsiusr0_2_0" supportstatus="unsupported"/> <!-- reason: opensuse_microos:patterns-microos-onlyDVD -->
<package name="libparted0" supportstatus="unsupported"/> <!-- reason: opensuse_microos:patterns-microos-base -->
++++++ unsorted.yml ++++++
--- /var/tmp/diff_new_pack.WvbWIu/_old 2019-11-28 14:10:12.774256188 +0100
+++ /var/tmp/diff_new_pack.WvbWIu/_new 2019-11-28 14:10:12.778256186 +0100
@@ -1188,6 +1188,7 @@
- blobwars
- blobwars-lang
- blockout
+ - blockzone-fonts
- blog-devel
- blog-plymouth
- blogbench
@@ -1385,6 +1386,7 @@
- cadabra2-examples
- cadabra2-gui
- cadaver
+ - cadsondemak-fonts
- caffe
- caffe-devel
- caffe-examples
@@ -1488,6 +1490,7 @@
- capnproto
- cardpeek
- cargo
+ - cargo-c
- cargo-doc
- caribou
- caribou-common
@@ -6536,6 +6539,7 @@
- kohsuke-pom
- kolor-manager
- kompare-devel
+ - kompose
- konkretcmpi-devel
- konkretcmpi-python
- konqueror
@@ -7474,6 +7478,10 @@
- libSwiften4
- libTMCG-devel
- libTMCG18
+ - libTutf-devel
+ - libTutf1
+ - libTw-devel
+ - libTw5
- libUTF0_3
- libUil4
- libUil4-32bit: [x86_64]
@@ -16662,6 +16670,7 @@
- picocli-javadoc
- picocom
- picojson-devel
+ - picom
- pidentd
- pidgin-devel
- pidgin-plugin-advanced-sound-notification
@@ -17752,6 +17761,7 @@
- python2-apptools
- python2-apsw
- python2-arabic-reshaper
+ - python2-arf
- python2-argcomplete
- python2-argh
- python2-argon2-cffi
@@ -19274,6 +19284,7 @@
- python2-python-sql
- python2-python-stdnum
- python2-python-subunit
+ - python2-python-ternary
- python2-python-twitter
- python2-python-utils
- python2-python-vlc
@@ -20070,6 +20081,7 @@
- python3-apsw
- python3-ara
- python3-arabic-reshaper
+ - python3-arf
- python3-argcomplete: [i586]
- python3-argh
- python3-argon2-cffi
@@ -20926,6 +20938,7 @@
- python3-importlab
- python3-importlib-metadata: [i586]
- python3-imread
+ - python3-imreg
- python3-infinity
- python3-inflect
- python3-inflection
@@ -21506,6 +21519,7 @@
- python3-proselint
- python3-protobuf
- python3-pscript
+ - python3-psychtoolbox
- python3-psycopg2
- python3-ptpython
- python3-ptpython-ptipython
@@ -21810,6 +21824,7 @@
- python3-python-sql
- python3-python-stdnum
- python3-python-subunit
+ - python3-python-ternary
- python3-python-twitter
- python3-python-utils
- python3-python-vlc
@@ -23232,7 +23247,6 @@
- ruby2.6-rubygem-mustermann-testsuite
- ruby2.6-rubygem-mysql2-doc
- ruby2.6-rubygem-mysql2-doc-0.4
- - ruby2.6-rubygem-mysql2-testsuite
- ruby2.6-rubygem-mysql2-testsuite-0.4
- ruby2.6-rubygem-net-ldap-doc
- ruby2.6-rubygem-net-ldap-testsuite
@@ -32254,6 +32268,7 @@
- tvtime-lang
- twemoji-color-font
- twilio-utils
+ - twin
- twind
- twinkle
- twm
1
0
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2019-11-28 14:10:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Thu Nov 28 14:10:01 2019 rev:337 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-Addon-NonOss-release.spec ++++++
--- /var/tmp/diff_new_pack.KQXlYO/_old 2019-11-28 14:10:06.758258425 +0100
+++ /var/tmp/diff_new_pack.KQXlYO/_new 2019-11-28 14:10:06.762258424 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package openSUSE-Addon-NonOss-release (Version 20191127)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20191128)
#
# Copyright (c) 2019 openSUSE.
#
@@ -16,16 +16,16 @@
Name: openSUSE-Addon-NonOss-release
%define product openSUSE-Addon-NonOss
Summary: openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version: 20191127
+Version: 20191128
Release: 0
License: BSD-3-Clause
Group: System/Fhs
Provides: %name-%version
Provides: product() = openSUSE-Addon-NonOss
-Provides: product(openSUSE-Addon-NonOss) = 20191127-0
+Provides: product(openSUSE-Addon-NonOss) = 20191128-0
Provides: product-label() = non%20oss%20addon
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20191127
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20191128
AutoReqProv: on
@@ -49,10 +49,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20191127</version>
+ <version>20191128</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20191127</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20191128</cpeid>
<register>
<pool>
</pool>
++++++ openSUSE-MicroOS-release.spec ++++++
--- /var/tmp/diff_new_pack.KQXlYO/_old 2019-11-28 14:10:06.778258417 +0100
+++ /var/tmp/diff_new_pack.KQXlYO/_new 2019-11-28 14:10:06.782258416 +0100
@@ -17,7 +17,7 @@
Name: openSUSE-MicroOS-release
-Version: 20191127
+Version: 20191128
Release: 0
Summary: openSUSE MicroOS
License: GPL-2.0-or-later
@@ -43,9 +43,9 @@
ExclusiveArch: %ix86 x86_64 ppc64le s390x aarch64 %arm
Provides: %name-%version
Provides: product() = openSUSE-MicroOS
-Provides: product(openSUSE-MicroOS) = 20191127-0
+Provides: product(openSUSE-MicroOS) = 20191128-0
Provides: product-label() = openSUSE%20MicroOS
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20191127
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dmicroos%3A20191128
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-endoflife()
Requires: product_flavor(openSUSE-MicroOS)
@@ -61,7 +61,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE-MicroOS) = 20191127-0
+Provides: product_flavor(openSUSE-MicroOS) = 20191128-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description dvd
@@ -77,7 +77,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(kubic-dvd)
-Provides: product_flavor(openSUSE-MicroOS) = 20191127-0
+Provides: product_flavor(openSUSE-MicroOS) = 20191128-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description kubic-dvd
@@ -93,7 +93,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(openSUSE-MicroOS) = 20191127-0
+Provides: product_flavor(openSUSE-MicroOS) = 20191128-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description appliance
@@ -109,7 +109,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-kubic)
-Provides: product_flavor(openSUSE-MicroOS) = 20191127-0
+Provides: product_flavor(openSUSE-MicroOS) = 20191128-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description appliance-kubic
@@ -167,11 +167,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-MicroOS</name>
- <version>20191127</version>
+ <version>20191128</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-microos:20191127</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-microos:20191128</cpeid>
<productline>openSUSE-MicroOS</productline>
<register>
<pool>
++++++ openSUSE-release.spec ++++++
--- /var/tmp/diff_new_pack.KQXlYO/_old 2019-11-28 14:10:06.794258412 +0100
+++ /var/tmp/diff_new_pack.KQXlYO/_new 2019-11-28 14:10:06.798258410 +0100
@@ -20,7 +20,7 @@
#define betaversion %{nil}
%define codename Tumbleweed
Name: openSUSE-release
-Version: 20191127
+Version: 20191128
Release: 0
# 0 is the product release, not the build release of this package
Summary: openSUSE Tumbleweed
@@ -55,7 +55,7 @@
Obsoletes: aaa_version
Obsoletes: openSUSE-Promo-release <= 11.1
Obsoletes: openSUSE-release-live <= 11.0
-Obsoletes: product_flavor(%{product}) < 20191127
+Obsoletes: product_flavor(%{product}) < 20191128
# bnc#826592
Provides: weakremover(kernel-default) < 3.11
Provides: weakremover(kernel-desktop) < 4.2
@@ -183,7 +183,7 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = openSUSE
-Provides: product(openSUSE) = 20191127-0
+Provides: product(openSUSE) = 20191128-0
%ifarch x86_64
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
%endif
@@ -197,7 +197,7 @@
Provides: product-register-target() = openSUSE%2DTumbleweed%2Daarch64
%endif
Provides: product-label() = openSUSE
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20191127
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20191128
Provides: product-url(releasenotes) = http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
Provides: product-url(repository) = http%3A%2F%2Fdownload.opensuse.org%2Ftumbleweed%2Frepo%2Foss%2F
Requires: product_flavor(openSUSE)
@@ -211,7 +211,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(ftp)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description ftp
@@ -226,7 +226,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(mini)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description mini
@@ -241,7 +241,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description dvd
@@ -256,7 +256,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-kde)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-kde
@@ -271,7 +271,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-x11)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-x11
@@ -286,7 +286,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-gnome)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-gnome
@@ -301,7 +301,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-xfce)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-xfce
@@ -316,7 +316,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-kde)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-kde
@@ -331,7 +331,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-gnome)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-gnome
@@ -346,7 +346,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-x11)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-x11
@@ -361,7 +361,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance
@@ -376,7 +376,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-docker)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-docker
@@ -391,7 +391,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-kvm)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-kvm
@@ -406,7 +406,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vmware)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vmware
@@ -421,7 +421,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-openstack)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-openstack
@@ -436,7 +436,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-hyperv)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-hyperv
@@ -451,7 +451,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vagrant)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vagrant
@@ -466,7 +466,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-wsl)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-wsl
@@ -481,7 +481,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-custom)
-Provides: product_flavor(openSUSE) = 20191127-0
+Provides: product_flavor(openSUSE) = 20191128-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-custom
@@ -555,10 +555,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20191127</version>
+ <version>20191128</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse:20191127</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse:20191128</cpeid>
<productline>openSUSE</productline>
<register>
<pool>
++++++ weakremovers.inc ++++++
--- /var/tmp/diff_new_pack.KQXlYO/_old 2019-11-28 14:10:06.874258382 +0100
+++ /var/tmp/diff_new_pack.KQXlYO/_new 2019-11-28 14:10:06.874258382 +0100
@@ -2793,6 +2793,7 @@
Provides: weakremover(pidgin-mrim)
Provides: weakremover(plasmoid-quickaccess)
Provides: weakremover(plymouth-branding-basedonopensuse)
+Provides: weakremover(pm-profiler)
Provides: weakremover(postgresql-plr)
Provides: weakremover(postgresql-plr-doc)
Provides: weakremover(postgresql92)
@@ -21283,6 +21284,7 @@
Provides: weakremover(ruby2.6-rubygem-mixlib-cli-testsuite)
Provides: weakremover(ruby2.6-rubygem-mixlib-config-testsuite)
Provides: weakremover(ruby2.6-rubygem-mixlib-log-testsuite)
+Provides: weakremover(ruby2.6-rubygem-mysql2-testsuite)
Provides: weakremover(ruby2.6-rubygem-net-scp-testsuite)
Provides: weakremover(ruby2.6-rubygem-net-ssh-5.0)
Provides: weakremover(ruby2.6-rubygem-net-ssh-doc-5.0)
1
0
Hello community,
here is the log from the commit of package netcdf-fortran for openSUSE:Factory checked in at 2019-11-28 13:51:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcdf-fortran (Old)
and /work/SRC/openSUSE:Factory/.netcdf-fortran.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netcdf-fortran"
Thu Nov 28 13:51:36 2019 rev:10 rq:751572 version:4.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/netcdf-fortran/netcdf-fortran.changes 2019-10-02 12:00:25.378796831 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf-fortran.new.26869/netcdf-fortran.changes 2019-11-28 13:51:41.846675976 +0100
@@ -1,0 +2,6 @@
+Thu Nov 28 10:57:25 UTC 2019 - Egbert Eich <eich(a)suse.com>
+
+- Add constraints for disk and memory, this will hopefully fix
+ build issues with 15.2 (bsc#1157973).
+
+-------------------------------------------------------------------
New:
----
_constraints
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ _constraints ++++++
<constraints>
<hardware>
<disk>
<size unit="G">2</size>
</disk>
<memory>
<size unit="G">2</size>
</memory>
<physicalmemory>
<size unit="G">1</size>
</physicalmemory>
</hardware>
</constraints>
1
0