openSUSE Commits
Threads by month
- ----- 2025 -----
- April
- March
- February
- 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
May 2023
- 1 participants
- 2433 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cligj for openSUSE:Factory checked in at 2022-04-28 23:07:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cligj (Old)
and /work/SRC/openSUSE:Factory/.python-cligj.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cligj"
Thu Apr 28 23:07:52 2022 rev:2 rq:973538 version:0.7.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cligj/python-cligj.changes 2019-03-10 09:36:21.436162133 +0100
+++ /work/SRC/openSUSE:Factory/.python-cligj.new.1538/python-cligj.changes 2022-04-28 23:07:56.736686031 +0200
@@ -1,0 +2,17 @@
+Mon Apr 25 13:47:41 UTC 2022 - Stefan Br��ns <stefan.bruens(a)rwth-aachen.de>
+
+- Update to 0.7.2:
+ * Permit use with click versions 8 and higher.
+- Update to 0.7.1:
+ * Future deprecation warning added in 0.7.0 has been changed.
+ Cligj version 1.0.0 will support Python versions >= 3.6.
+- Update to 0.7.0:
+ * Warn about deprecation of support for Python versions < 3.7
+ in 1.0.0 (#33).
+ * Warn about future change in --sequence default when the option
+ is used (#31).
+- Update to 0.6.0:
+ * Always use `encoding='utf-8'` when opening input GeoJSON (#27).
+ * Improve docstrings (#22).
+
+-------------------------------------------------------------------
Old:
----
cligj-0.5.0.tar.gz
New:
----
cligj-0.7.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cligj.spec ++++++
--- /var/tmp/diff_new_pack.nCHSqc/_old 2022-04-28 23:07:57.216686554 +0200
+++ /var/tmp/diff_new_pack.nCHSqc/_new 2022-04-28 23:07:57.220686558 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-cligj
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,15 +13,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cligj
-Version: 0.5.0
+Version: 0.7.2
Release: 0
License: BSD-3-Clause
Summary: Click params for commmand line interfaces to GeoJSON
-Url: https://github.com/mapbox/cligj
+URL: https://github.com/mapbox/cligj
Group: Development/Languages/Python
# pypi source lack license and tests
Source: https://github.com/mapbox/cligj/archive/%{version}.tar.gz#/cligj-%{version}…
@@ -35,7 +36,6 @@
Requires: python-click
BuildArch: noarch
-
%python_subpackages
%description
++++++ cligj-0.5.0.tar.gz -> cligj-0.7.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/.travis.yml new/cligj-0.7.2/.travis.yml
--- old/cligj-0.5.0/.travis.yml 2018-09-26 17:58:55.000000000 +0200
+++ new/cligj-0.7.2/.travis.yml 2021-05-28 23:21:08.000000000 +0200
@@ -1,10 +1,9 @@
sudo: false
language: python
python:
- - "2.7"
- - "3.3"
- - "3.4"
- - "3.5"
+ - "3.6"
+ - "3.7"
+ - "3.8"
install:
- "pip install coveralls"
- "pip install -e .[test]"
@@ -17,4 +16,4 @@
tags: true
provider: pypi
distributions: "sdist bdist_wheel"
- user: mapboxci
+ user: __token__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/CHANGES.txt new/cligj-0.7.2/CHANGES.txt
--- old/cligj-0.5.0/CHANGES.txt 2018-09-26 17:58:55.000000000 +0200
+++ new/cligj-0.7.2/CHANGES.txt 2021-05-28 23:21:08.000000000 +0200
@@ -1,6 +1,36 @@
Changes
=======
+0.7.1 (2010-11-20)
+------------------
+
+- Future deprecation warning added in 0.7.0 has been changed. Cligj version
+ 1.0.0 will support Python versions >= 3.6.
+
+0.7.0 (2010-10-21)
+------------------
+
+- Warn about deprecation of support for Python versions < 3.7 in 1.0.0 (#33).
+- Warn about future change in --sequence default when the option is used (#31).
+
+0.6.0 (2020-10-19)
+------------------
+
+No changes since 0.6b1.
+
+0.6b1 (2020-10-14)
+------------------
+
+Future changes:
+
+- Feature sequences, not collections, will be the default form of output in
+ version 1.0 (#20).
+
+Bug fixes:
+
+- Always use `encoding='utf-8'` when opening input GeoJSON (#27).
+- Improve docstrings (#22).
+
0.5.0 (2018-09-26)
------------------
@@ -20,7 +50,7 @@
0.3.0 (2015-08-12)
------------------
-- Deprecation of the cligj.plugins module (#6). Please switch to the
+- Deprecation of the cligj.plugins module (#6). Please switch to the
click-plugins module: https://github.com/click-contrib/click-plugins. The
cligj.plugins module will be removed from cligj at version 1.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/MANIFEST.in new/cligj-0.7.2/MANIFEST.in
--- old/cligj-0.5.0/MANIFEST.in 1970-01-01 01:00:00.000000000 +0100
+++ new/cligj-0.7.2/MANIFEST.in 2021-05-28 23:21:08.000000000 +0200
@@ -0,0 +1,4 @@
+include CHANGES.txt
+include LICENSE
+
+graft tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/README.rst new/cligj-0.7.2/README.rst
--- old/cligj-0.5.0/README.rst 2018-09-26 17:58:55.000000000 +0200
+++ new/cligj-0.7.2/README.rst 2021-05-28 23:21:08.000000000 +0200
@@ -1,8 +1,8 @@
cligj
======
-.. image:: https://travis-ci.org/mapbox/cligj.svg
- :target: https://travis-ci.org/mapbox/cligj
+.. image:: https://travis-ci.com/mapbox/cligj.svg
+ :target: https://travis-ci.com/mapbox/cligj
.. image:: https://coveralls.io/repos/mapbox/cligj/badge.png?branch=master
:target: https://coveralls.io/r/mapbox/cligj?branch=master
@@ -10,7 +10,7 @@
Common arguments and options for GeoJSON processing commands, using Click.
`cligj` is for Python developers who create command line interfaces for geospatial data.
-`cligj` allows you to quickly build consistent, well-tested and interoperable CLIs for handling GeoJSON.
+`cligj` allows you to quickly build consistent, well-tested and interoperable CLIs for handling GeoJSON.
Arguments
@@ -76,11 +76,15 @@
reads and writes GeoJSON expects a text containing a single feature collection,
that's the default, and a LF-delimited sequence of texts containing one GeoJSON
feature each is a feature that is turned on using the ``--sequence`` option.
-To write sequences of feature texts that conform to the `JSON Text Sequences
-proposed standard
-<http://tools.ietf.org/html/draft-ietf-json-text-sequence-13>`__ (and might
-contain pretty-printed JSON) with the ASCII Record Separator (0x1e) as
-a delimiter, use the ``--rs`` option
+To write sequences of feature texts that conform to the `GeoJSON Text Sequences
+standard <https://tools.ietf.org/html/rfc8142>`__ (and might contain
+pretty-printed JSON) with the ASCII Record Separator (0x1e) as a delimiter, use
+the ``--rs`` option
+
+.. warning:: Future change warning
+ GeoJSON sequences (`--sequence`), not collections (`--no-sequence`), will be
+ the default in version 1.0.0.
+
.. code-block:: python
@@ -125,7 +129,6 @@
False).
--help Show this message and exit.
-
And can be used like this
.. code-block:: console
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/cligj/__init__.py new/cligj-0.7.2/cligj/__init__.py
--- old/cligj-0.5.0/cligj/__init__.py 2018-09-26 17:58:55.000000000 +0200
+++ new/cligj-0.7.2/cligj/__init__.py 2021-05-28 23:21:08.000000000 +0200
@@ -1,12 +1,21 @@
-# cligj
+"""cligj
-# Shared arguments and options.
+A package of arguments, options, and parsers for the Python GeoJSON
+ecosystem.
+"""
+
+import sys
+from warnings import warn
import click
from .features import normalize_feature_inputs
-# Arguments.
+__version__ = "0.7.2"
+
+if sys.version_info < (3, 6):
+ warn("cligj 1.0.0 will require Python >= 3.6", FutureWarning)
+
# Multiple input files.
files_in_arg = click.argument(
@@ -97,8 +106,14 @@
'--sequence/--no-sequence',
default=False,
help="Write a LF-delimited sequence of texts containing individual "
- "objects or write a single JSON text containing a feature "
- "collection object (the default).")
+ "objects or write a single JSON text containing a feature "
+ "collection object (the default).",
+ callback=lambda ctx, param, value: warn(
+ "Sequences of Features, not FeatureCollections, will be the default in version 1.0.0",
+ FutureWarning,
+ )
+ or value,
+)
use_rs_opt = click.option(
'--rs/--no-rs',
@@ -109,8 +124,8 @@
"(default is False).")
-# GeoJSON output mode option.
def geojson_type_collection_opt(default=False):
+ """GeoJSON FeatureCollection output mode"""
return click.option(
'--collection',
'geojson_type',
@@ -120,6 +135,7 @@
def geojson_type_feature_opt(default=False):
+ """GeoJSON Feature or Feature sequence output mode"""
return click.option(
'--feature',
'geojson_type',
@@ -129,6 +145,7 @@
def geojson_type_bbox_opt(default=False):
+ """GeoJSON bbox output mode"""
return click.option(
'--bbox',
'geojson_type',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/cligj/features.py new/cligj-0.7.2/cligj/features.py
--- old/cligj-0.5.0/cligj/features.py 2018-09-26 17:58:55.000000000 +0200
+++ new/cligj-0.7.2/cligj/features.py 2021-05-28 23:21:08.000000000 +0200
@@ -1,3 +1,5 @@
+"""Feature parsing and normalization"""
+
from itertools import chain
import json
import re
@@ -23,10 +25,16 @@
"[lng, lat]", or "lng, lat", or "lng lat".
If no value is provided, features will be read from stdin.
+
+ Yields
+ ------
+ Mapping
+ A GeoJSON Feature represented by a Python mapping
+
"""
for feature_like in value or ('-',):
try:
- with click.open_file(feature_like) as src:
+ with click.open_file(feature_like, encoding="utf-8") as src:
for feature in iter_features(iter(src)):
yield feature
except IOError:
@@ -55,6 +63,12 @@
A function that will be applied to each extracted feature. It
takes a feature object and may return a replacement feature or
None -- in which case iter_features does not yield.
+
+ Yields
+ ------
+ Mapping
+ A GeoJSON Feature represented by a Python mapping
+
"""
func = func or (lambda x: x)
first_line = next(geojsonfile)
@@ -136,9 +150,20 @@
def to_feature(obj):
- """Takes a feature or a geometry
- returns feature verbatim or
- wraps geom in a feature with empty properties
+ """Converts an object to a GeoJSON Feature
+
+ Returns feature verbatim or wraps geom in a feature with empty
+ properties.
+
+ Raises
+ ------
+ ValueError
+
+ Returns
+ -------
+ Mapping
+ A GeoJSON Feature represented by a Python mapping
+
"""
if obj['type'] == 'Feature':
return obj
@@ -177,13 +202,13 @@
an iterable of objects with a geo interface and
normalizes it to the former."""
for obj in feature_objs:
- if hasattr(obj, "__geo_interface__") and \
- 'type' in obj.__geo_interface__.keys() and \
- obj.__geo_interface__['type'] == 'Feature':
+ if (
+ hasattr(obj, "__geo_interface__")
+ and "type" in obj.__geo_interface__.keys()
+ and obj.__geo_interface__["type"] == "Feature"
+ ):
yield obj.__geo_interface__
- elif isinstance(obj, dict) and 'type' in obj and \
- obj['type'] == 'Feature':
+ elif isinstance(obj, dict) and "type" in obj and obj["type"] == "Feature":
yield obj
else:
- raise ValueError("Did not recognize object {0}"
- "as GeoJSON Feature".format(obj))
+ raise ValueError("Did not recognize object as GeoJSON Feature")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/setup.cfg new/cligj-0.7.2/setup.cfg
--- old/cligj-0.5.0/setup.cfg 1970-01-01 01:00:00.000000000 +0100
+++ new/cligj-0.7.2/setup.cfg 2021-05-28 23:21:08.000000000 +0200
@@ -0,0 +1,2 @@
+[metadata]
+license_file = LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/setup.py new/cligj-0.7.2/setup.py
--- old/cligj-0.5.0/setup.py 2018-09-26 17:58:55.000000000 +0200
+++ new/cligj-0.7.2/setup.py 2021-05-28 23:21:08.000000000 +0200
@@ -1,28 +1,32 @@
from codecs import open as codecs_open
+
from setuptools import setup, find_packages
+with open("cligj/__init__.py") as f:
+ for line in f:
+ if "__version__" in line:
+ version = line.split("=")[1].strip().strip('"').strip("'")
+ continue
-# Get the long description from the relevant file
with codecs_open('README.rst', encoding='utf-8') as f:
long_description = f.read()
-setup(name='cligj',
- version='0.5.0',
- description=u"Click params for commmand line interfaces to GeoJSON",
- long_description=long_description,
- classifiers=[],
- keywords='',
- author=u"Sean Gillies",
- author_email='sean(a)mapbox.com',
- url='https://github.com/mapbox/cligj',
- license='BSD',
- packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
- include_package_data=True,
- zip_safe=False,
- install_requires=[
- 'click >= 4.0, < 8'
- ],
- extras_require={
- 'test': ['pytest-cov'],
- })
+setup(
+ name="cligj",
+ version=version,
+ description=u"Click params for commmand line interfaces to GeoJSON",
+ long_description=long_description,
+ classifiers=[],
+ keywords="",
+ author=u"Sean Gillies",
+ author_email="sean(a)mapbox.com",
+ url="https://github.com/mapbox/cligj",
+ license="BSD",
+ packages=find_packages(exclude=["ez_setup", "examples", "tests"]),
+ include_package_data=True,
+ zip_safe=False,
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4",
+ install_requires=["click >= 4.0"],
+ extras_require={"test": ["pytest-cov"],},
+)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/tests/test_cli.py new/cligj-0.7.2/tests/test_cli.py
--- old/cligj-0.5.0/tests/test_cli.py 2018-09-26 17:58:55.000000000 +0200
+++ new/cligj-0.7.2/tests/test_cli.py 2021-05-28 23:21:08.000000000 +0200
@@ -1,7 +1,9 @@
import os
import os.path
+import sys
import click
+import pytest
import cligj
@@ -155,62 +157,67 @@
assert result.output.splitlines() == ['geographic']
-def test_sequence(runner):
+(a)pytest.mark.filterwarnings("ignore")
+(a)pytest.mark.parametrize(
+ ("opt", "val"),
+ [
+ ("--sequence", True),
+ ("--no-sequence", False),
+ (None, cligj.__version__.startswith("1.0")),
+ ],
+)
+def test_sequence(runner, opt, val):
+ """True becomes the default in 1.0"""
@click.command()
@cligj.sequence_opt
def cmd(sequence):
- click.echo("%s" % sequence)
+ click.echo(str(sequence))
- result = runner.invoke(cmd)
+ result = runner.invoke(cmd, [opt] if opt is not None else [])
assert not result.exception
- assert result.output.splitlines() == ['False']
+ assert result.output.splitlines() == [str(val)]
- result = runner.invoke(cmd, ['--sequence'])
- assert not result.exception
- assert result.output.splitlines() == ['True']
- result = runner.invoke(cmd, ['--no-sequence'])
- assert not result.exception
- assert result.output.splitlines() == ['False']
+(a)pytest.mark.skipif(sys.version_info < (3,), reason="Requires Python 3")
+(a)pytest.mark.xfail(cligj.__version__.startswith("1.0"), reason="No warning in 1.0")
+def test_sequence_warns(runner):
+ """Warn about --sequence until 1.0"""
+ @click.command()
+ @cligj.sequence_opt
+ def cmd(sequence):
+ click.echo(str(sequence))
+
+ with pytest.warns(FutureWarning):
+ result = runner.invoke(cmd, ["--sequence"])
-def test_sequence_rs(runner):
+(a)pytest.mark.filterwarnings("ignore")
+(a)pytest.mark.parametrize(("opt", "val"), [("--rs", True), (None, False)])
+def test_sequence_rs(runner, opt, val):
@click.command()
@cligj.sequence_opt
@cligj.use_rs_opt
def cmd(sequence, use_rs):
- click.echo("%s" % sequence)
- click.echo("%s" % use_rs)
+ click.echo(str(sequence))
+ click.echo(str(use_rs))
- result = runner.invoke(cmd, ['--sequence', '--rs'])
+ result = runner.invoke(cmd, ["--sequence"] + ([opt] if opt is not None else []))
assert not result.exception
- assert result.output.splitlines() == ['True', 'True']
-
- result = runner.invoke(cmd, ['--sequence'])
- assert not result.exception
- assert result.output.splitlines() == ['True', 'False']
+ assert result.output.splitlines() == ["True", str(val)]
-def test_geojson_type(runner):
+(a)pytest.mark.parametrize(
+ ("opt", "val"),
+ [("--collection", "collection"), ("--feature", "feature"), ("--bbox", "bbox")],
+)
+def test_geojson_type(runner, opt, val):
@click.command()
@cligj.geojson_type_collection_opt(True)
@cligj.geojson_type_feature_opt(False)
@cligj.geojson_type_bbox_opt(False)
def cmd(geojson_type):
- click.echo("%s" % geojson_type)
-
- result = runner.invoke(cmd)
- assert not result.exception
- assert result.output.splitlines() == ['collection']
-
- result = runner.invoke(cmd, ['--collection'])
- assert not result.exception
- assert result.output.splitlines() == ['collection']
-
- result = runner.invoke(cmd, ['--feature'])
- assert not result.exception
- assert result.output.splitlines() == ['feature']
+ click.echo(str(geojson_type))
- result = runner.invoke(cmd, ['--bbox'])
+ result = runner.invoke(cmd, [opt])
assert not result.exception
- assert result.output.splitlines() == ['bbox']
+ assert result.output.splitlines() == [val]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cligj-0.5.0/tests/twopoints.geojson new/cligj-0.7.2/tests/twopoints.geojson
--- old/cligj-0.5.0/tests/twopoints.geojson 2018-09-26 17:58:55.000000000 +0200
+++ new/cligj-0.7.2/tests/twopoints.geojson 2021-05-28 23:21:08.000000000 +0200
@@ -1 +1 @@
-{"features": [{"bbox": [-122.9292140099711, 45.37948199034149, -122.44106199104115, 45.858097009742835], "center": [-122.7282, 45.5801], "context": [{"id": "postcode.2503633822", "text": "97203"}, {"id": "region.3470299826", "text": "Oregon"}, {"id": "country.4150104525", "short_code": "us", "text": "United States"}], "geometry": {"coordinates": [-122.7282, 45.5801], "type": "Point"}, "id": "place.42767", "place_name": "Portland, Oregon, United States", "properties": {}, "relevance": 0.999, "text": "Portland", "type": "Feature"}, {"bbox": [-121.9779540096568, 43.74737999114854, -120.74788099000016, 44.32812500969035], "center": [-121.3153, 44.0582], "context": [{"id": "postcode.3332732485", "text": "97701"}, {"id": "region.3470299826", "text": "Oregon"}, {"id": "country.4150104525", "short_code": "us", "text": "United States"}], "geometry": {"coordinates": [-121.3153, 44.0582], "type": "Point"}, "id": "place.3965", "place_name": "Bend, Oregon, United States", "properties": {}, "rele
vance": 0.999, "text": "Bend", "type": "Feature"}], "type": "FeatureCollection"}
+{"features": [{"bbox": [-122.9292140099711, 45.37948199034149, -122.44106199104115, 45.858097009742835], "center": [-122.7282, 45.5801], "context": [{"id": "postcode.2503633822", "text": "97203"}, {"id": "region.3470299826", "text": "Oregon"}, {"id": "country.4150104525", "short_code": "us", "text": "United States"}], "geometry": {"coordinates": [-122.7282, 45.5801], "type": "Point"}, "id": "place.42767", "place_name": "Portland, Oregon, United States", "properties": {}, "relevance": 0.999, "text": "Portland", "type": "Feature"}, {"bbox": [-121.9779540096568, 43.74737999114854, -120.74788099000016, 44.32812500969035], "center": [-121.3153, 44.0582], "context": [{"id": "postcode.3332732485", "text": "97701"}, {"id": "region.3470299826", "text": "Oregon"}, {"id": "country.4150104525", "short_code": "us", "text": "United States"}], "geometry": {"coordinates": [-121.3153, 44.0582], "type": "Point"}, "id": "place.3965", "place_name": "Bend, ����regon, United States", "properties": {}, "r
elevance": 0.999, "text": "Bend", "type": "Feature"}], "type": "FeatureCollection"}
2
1
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000product for openSUSE:Factory checked in at 2023-06-01 00:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000product (Old)
and /work/SRC/openSUSE:Factory/.000product.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000product"
Thu Jun 1 00:19:03 2023 rev:3640 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MicroOS-dvd5-dvd-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.06SBb5/_old 2023-06-01 00:19:07.896127726 +0200
+++ /var/tmp/diff_new_pack.06SBb5/_new 2023-06-01 00:19:07.900127750 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__MicroOS___20230530" schemaversion="4.1">
+<image name="OBS__MicroOS___20230531" 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">20230530</productvar>
+ <productvar name="VERSION">20230531</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:microos:20230530,openSUSE MicroOS</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:microos:20230531,openSUSE MicroOS</productinfo>
<productinfo name="LINGUAS">en_US </productinfo>
- <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20230530/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/MicroOS/20230531/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ openSUSE-Addon-NonOss-ftp-ftp-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.06SBb5/_old 2023-06-01 00:19:07.928127914 +0200
+++ /var/tmp/diff_new_pack.06SBb5/_new 2023-06-01 00:19:07.932127938 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE-Addon-NonOss___20230530" schemaversion="4.1">
+<image name="OBS__openSUSE-Addon-NonOss___20230531" 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">20230530</productvar>
+ <productvar name="VERSION">20230531</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20230530,openSUSE NonOSS Addon</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse-addon-nonoss:20230531,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/2023…</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE-Addon-NonOss/2023…</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ openSUSE-cd-mini-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.06SBb5/_old 2023-06-01 00:19:07.952128055 +0200
+++ /var/tmp/diff_new_pack.06SBb5/_new 2023-06-01 00:19:07.952128055 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20230530" schemaversion="4.1">
+<image name="OBS__openSUSE___20230531" 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">20230530</productvar>
+ <productvar name="VERSION">20230531</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20230530,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20230531,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/20230530/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20230531/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
<productoption name="PLUGIN_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
openSUSE-dvd5-dvd-x86_64.kiwi: same change
++++++ openSUSE-ftp-ftp-x86_64.kiwi ++++++
--- /var/tmp/diff_new_pack.06SBb5/_old 2023-06-01 00:19:08.000128337 +0200
+++ /var/tmp/diff_new_pack.06SBb5/_new 2023-06-01 00:19:08.004128361 +0200
@@ -1,4 +1,4 @@
-<image name="OBS__openSUSE___20230530" schemaversion="4.1">
+<image name="OBS__openSUSE___20230531" schemaversion="4.1">
<description type="system">
<author>The SUSE Team</author>
<contact>build(a)opensuse.org</contact>
@@ -23,7 +23,7 @@
<productvar name="DISTNAME">openSUSE</productvar>
<productvar name="FLAVOR">ftp</productvar>
<productvar name="MAKE_LISTINGS">true</productvar>
- <productvar name="MEDIUM_NAME">openSUSE-20230530-x86_64</productvar>
+ <productvar name="MEDIUM_NAME">openSUSE-20230531-x86_64</productvar>
<productvar name="MULTIPLE_MEDIA">true</productvar>
<productvar name="PRODUCT_DIR">/</productvar>
<productvar name="PRODUCT_NAME">$DISTNAME-$FLAVOR</productvar>
@@ -35,11 +35,11 @@
<productvar name="SEPARATE_MEDIA">true</productvar>
<productvar name="SHA1OPT">-x -2</productvar>
<productvar name="VENDOR">openSUSE</productvar>
- <productvar name="VERSION">20230530</productvar>
+ <productvar name="VERSION">20230531</productvar>
<productinfo name="CONTENTSTYLE">11</productinfo>
- <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20230530,openSUSE Tumbleweed</productinfo>
+ <productinfo name="DISTRO">cpe:/o:opensuse:opensuse:20230531,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/20230530/x86_64</productinfo>
+ <productinfo name="REPOID">obsproduct://build.opensuse.org/openSUSE:Factory/openSUSE/20230531/x86_64</productinfo>
<productinfo name="VENDOR">openSUSE</productinfo>
<productoption name="DEBUGMEDIUM">2</productoption>
<productoption name="INI_DIR">/usr/share/kiwi/modules/plugins/tumbleweed</productoption>
++++++ MicroOS.product ++++++
--- /var/tmp/diff_new_pack.06SBb5/_old 2023-06-01 00:19:08.048128619 +0200
+++ /var/tmp/diff_new_pack.06SBb5/_new 2023-06-01 00:19:08.052128642 +0200
@@ -6,7 +6,7 @@
<name>MicroOS</name>
<releasepkgname>MicroOS-release</releasepkgname>
<endoflife/>
- <version>20230530</version>
+ <version>20230531</version>
<!-- release is no longer optional -->
<release>0</release>
<productline>MicroOS</productline>
++++++ openSUSE-Addon-NonOss.product ++++++
--- /var/tmp/diff_new_pack.06SBb5/_old 2023-06-01 00:19:08.156129253 +0200
+++ /var/tmp/diff_new_pack.06SBb5/_new 2023-06-01 00:19:08.160129276 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20230530</version>
+ <version>20230531</version>
<release>0</release>
<summary>openSUSE NonOSS Addon</summary>
<shortsummary>non oss addon</shortsummary>
++++++ openSUSE.product ++++++
--- /var/tmp/diff_new_pack.06SBb5/_old 2023-06-01 00:19:08.180129393 +0200
+++ /var/tmp/diff_new_pack.06SBb5/_new 2023-06-01 00:19:08.184129417 +0200
@@ -4,7 +4,7 @@
<product>
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20230530</version>
+ <version>20230531</version>
<release>0</release>
<productline>openSUSE</productline>
++++++ unsorted.yml ++++++
--- /var/tmp/diff_new_pack.06SBb5/_old 2023-06-01 00:19:08.248129793 +0200
+++ /var/tmp/diff_new_pack.06SBb5/_new 2023-06-01 00:19:08.256129840 +0200
@@ -6943,8 +6943,6 @@
- golang-org-x-sys
- golang-packaging
- golangci-lint
- - goldendict
- - goldendict-lang
- golly
- golly-assets
- golly-devel
@@ -9619,6 +9617,9 @@
- kxmlrpcclient5-devel
- kyotocabinet
- kyverno
+ - kyverno-bash-completion
+ - kyverno-fish-completion
+ - kyverno-zsh-completion
- labplot-kf5
- labplot-kf5-lang
- ladish
@@ -24830,6 +24831,7 @@
- python310-merge3
- python310-mergedeep
- python310-meson-python
+ - python310-mesonpep517
- python310-metaextract
- python310-metakernel
- python310-metamagic.json
@@ -28213,6 +28215,7 @@
- python311-merge3
- python311-mergedeep
- python311-meson-python
+ - python311-mesonpep517
- python311-metaextract
- python311-metakernel
- python311-metamagic.json
@@ -31691,6 +31694,7 @@
- python39-merge3
- python39-mergedeep
- python39-meson-python
+ - python39-mesonpep517
- python39-metaextract
- python39-metakernel
- python39-metamagic.json
@@ -34149,6 +34153,7 @@
- rkdeveloptool
- rke
- rke2
+ - rke2-selinux
- rkhunter
- rkward
- rlwrap
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2023-06-01 00:19:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Thu Jun 1 00:19:01 2023 rev:2321 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
openSUSE-Addon-NonOss-release.spec: same change
openSUSE-release.spec: same change
stub.spec: same change
++++++ weakremovers.inc ++++++
--- /var/tmp/diff_new_pack.WoWHGf/_old 2023-06-01 00:19:04.212106099 +0200
+++ /var/tmp/diff_new_pack.WoWHGf/_new 2023-06-01 00:19:04.228106193 +0200
@@ -7010,6 +7010,8 @@
Provides: weakremover(golang-org-x-text-source)
Provides: weakremover(golang-org-x-tools)
Provides: weakremover(golang-org-x-tools-source)
+Provides: weakremover(goldendict)
+Provides: weakremover(goldendict-lang)
Provides: weakremover(gonvert)
Provides: weakremover(google-authenticator-libpam-32bit)
Provides: weakremover(google-cloud-sdk)
@@ -27214,7 +27216,6 @@
Provides: weakremover(reuse-lang)
Provides: weakremover(rfcat)
Provides: weakremover(rfcat-udev)
-Provides: weakremover(rke2-selinux)
Provides: weakremover(rmt)
Provides: weakremover(rnd_jue)
Provides: weakremover(rnd_jue-data)
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package 000release-packages for openSUSE:Factory checked in at 2023-05-31 22:41:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/000release-packages (Old)
and /work/SRC/openSUSE:Factory/.000release-packages.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "000release-packages"
Wed May 31 22:41:35 2023 rev:2320 rq: version:unknown
Changes:
--------
New Changes file:
NO CHANGES FILE!!!
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ MicroOS-release.spec ++++++
--- /var/tmp/diff_new_pack.3dVwZn/_old 2023-05-31 22:41:38.201853333 +0200
+++ /var/tmp/diff_new_pack.3dVwZn/_new 2023-05-31 22:41:38.201853333 +0200
@@ -17,7 +17,7 @@
Name: MicroOS-release
-Version: 20230530
+Version: 20230531
Release: 0
Summary: openSUSE MicroOS
License: GPL-2.0-or-later
@@ -176,9 +176,9 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = MicroOS
-Provides: product(MicroOS) = 20230530-0
+Provides: product(MicroOS) = 20230531-0
Provides: product-label() = openSUSE%20MicroOS
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20230530
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Amicroos%3A20230531
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(MicroOS)
@@ -194,7 +194,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(MicroOS) = 20230530-0
+Provides: product_flavor(MicroOS) = 20230531-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description dvd
@@ -210,7 +210,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(MicroOS) = 20230530-0
+Provides: product_flavor(MicroOS) = 20230531-0
Summary: openSUSE MicroOS%{?betaversion: %{betaversion}}
%description appliance
@@ -275,11 +275,11 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>MicroOS</name>
- <version>20230530</version>
+ <version>20230531</version>
<release>0</release>
<endoflife></endoflife>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:microos:20230530</cpeid>
+ <cpeid>cpe:/o:opensuse:microos:20230531</cpeid>
<productline>MicroOS</productline>
<register>
<pool>
++++++ openSUSE-Addon-NonOss-release.spec ++++++
--- /var/tmp/diff_new_pack.3dVwZn/_old 2023-05-31 22:41:38.229853499 +0200
+++ /var/tmp/diff_new_pack.3dVwZn/_new 2023-05-31 22:41:38.233853523 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package openSUSE-Addon-NonOss-release (Version 20230530)
+# spec file for package openSUSE-Addon-NonOss-release (Version 20230531)
#
# Copyright (c) 2023 openSUSE.
#
@@ -16,7 +16,7 @@
Name: openSUSE-Addon-NonOss-release
%define product openSUSE-Addon-NonOss
Summary: openSUSE NonOSS Addon%{?betaversion: %{betaversion}}
-Version: 20230530
+Version: 20230531
Release: 0
License: BSD-3-Clause
Group: System/Fhs
@@ -24,9 +24,9 @@
Provides: %name-%version
Provides: product() = openSUSE%2DAddon%2DNonOss
-Provides: product(openSUSE-Addon-NonOss) = 20230530-0
+Provides: product(openSUSE-Addon-NonOss) = 20230531-0
Provides: product-label() = non%20oss%20addon
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20230530
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Daddon%2Dnonoss%3A20230531
AutoReqProv: on
@@ -49,10 +49,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE-Addon-NonOss</name>
- <version>20230530</version>
+ <version>20230531</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20230530</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse-addon-nonoss:20230531</cpeid>
<register>
<pool>
</pool>
++++++ openSUSE-release.spec ++++++
--- /var/tmp/diff_new_pack.3dVwZn/_old 2023-05-31 22:41:38.257853664 +0200
+++ /var/tmp/diff_new_pack.3dVwZn/_new 2023-05-31 22:41:38.261853689 +0200
@@ -20,7 +20,7 @@
#define betaversion %{nil}
%define codename Tumbleweed
Name: openSUSE-release
-Version: 20230530
+Version: 20230531
Release: 0
# 0 is the product release, not the build release of this package
Summary: openSUSE Tumbleweed
@@ -180,7 +180,7 @@
%include %{SOURCE100}
Provides: %name-%version
Provides: product() = openSUSE
-Provides: product(openSUSE) = 20230530-0
+Provides: product(openSUSE) = 20230531-0
%ifarch x86_64
Provides: product-register-target() = openSUSE%2DTumbleweed%2Dx86_64
%endif
@@ -194,7 +194,7 @@
Provides: product-register-target() = openSUSE%2DTumbleweed%2Daarch64
%endif
Provides: product-label() = openSUSE
-Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20230530
+Provides: product-cpeid() = cpe%3A%2Fo%3Aopensuse%3Aopensuse%3A20230531
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)
@@ -208,7 +208,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(ftp)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description ftp
@@ -223,7 +223,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(mini)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description mini
@@ -238,7 +238,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(dvd)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description dvd
@@ -253,7 +253,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-kde)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-kde
@@ -268,7 +268,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-x11)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-x11
@@ -283,7 +283,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-gnome)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-gnome
@@ -298,7 +298,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(livecd-xfce)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description livecd-xfce
@@ -313,7 +313,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-kde)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-kde
@@ -328,7 +328,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-gnome)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-gnome
@@ -343,7 +343,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(usb-x11)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description usb-x11
@@ -358,7 +358,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance
@@ -373,7 +373,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-docker)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-docker
@@ -388,7 +388,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-kvm)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-kvm
@@ -403,7 +403,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vmware)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vmware
@@ -418,7 +418,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-openstack)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-openstack
@@ -433,7 +433,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-hyperv)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-hyperv
@@ -448,7 +448,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-vagrant)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-vagrant
@@ -463,7 +463,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-wsl)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-wsl
@@ -478,7 +478,7 @@
Group: System/Fhs
Provides: product_flavor()
Provides: flavor(appliance-custom)
-Provides: product_flavor(openSUSE) = 20230530-0
+Provides: product_flavor(openSUSE) = 20230531-0
Summary: openSUSE Tumbleweed%{?betaversion: %{betaversion}}
%description appliance-custom
@@ -558,10 +558,10 @@
<product schemeversion="0">
<vendor>openSUSE</vendor>
<name>openSUSE</name>
- <version>20230530</version>
+ <version>20230531</version>
<release>0</release>
<arch>%{_target_cpu}</arch>
- <cpeid>cpe:/o:opensuse:opensuse:20230530</cpeid>
+ <cpeid>cpe:/o:opensuse:opensuse:20230531</cpeid>
<productline>openSUSE</productline>
<register>
<target>openSUSE-Tumbleweed-x86_64</target>
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libxc for openSUSE:Factory checked in at 2023-05-31 21:55:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxc (Old)
and /work/SRC/openSUSE:Factory/.libxc.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxc"
Wed May 31 21:55:32 2023 rev:3 rq:1090053 version:6.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/libxc/libxc.changes 2022-12-16 17:51:41.936033257 +0100
+++ /work/SRC/openSUSE:Factory/.libxc.new.1533/libxc.changes 2023-05-31 21:55:34.385386849 +0200
@@ -1,0 +2,19 @@
+Mon May 29 19:36:17 UTC 2023 - Dirk M��ller <dmueller(a)suse.com>
+
+- update to 6.2.0:
+ * CMake does not link standard math library in shared xc
+ library
+ * Taylor expansions used in GGA_C_REVTCA, GGA_K_VT84F,
+ MGGA_X_FT98 were not of sufficient to guarantee accuracy of
+ all derivatives
+ * Replaced hard cutoff in MGGA_X_MBRXC_BG with a Taylor
+ expansion
+ * StandardMathLibraryC.cmake reusing variable names
+ * Memory allocation in xc-regression
+ * MGGA_C_REVSCAN was implemented incorrectly
+ * Missing comma in MGGA_XC_B97M_V
+ * GGA_X_HERMAN was incorrect: the functional is really a meta-
+ GGA but its form was unclear and it seems numerically
+ unstable
+
+-------------------------------------------------------------------
Old:
----
libxc-6.0.0.tar.gz
New:
----
libxc-6.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libxc.spec ++++++
--- /var/tmp/diff_new_pack.I6nLrM/_old 2023-05-31 21:55:35.341392500 +0200
+++ /var/tmp/diff_new_pack.I6nLrM/_new 2023-05-31 21:55:35.349392547 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libxc
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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 @@
%define sover 12
Name: libxc
-Version: 6.0.0
+Version: 6.2.0
Release: 0
Summary: Library of exchange and correlation functionals to be used in DFT codes
License: MPL-2.0
++++++ libxc-6.0.0.tar.gz -> libxc-6.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/libxc/libxc-6.0.0.tar.gz /work/SRC/openSUSE:Factory/.libxc.new.1533/libxc-6.2.0.tar.gz differ: char 28, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-onionshare for openSUSE:Factory checked in at 2023-05-31 21:55:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-onionshare (Old)
and /work/SRC/openSUSE:Factory/.python-onionshare.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-onionshare"
Wed May 31 21:55:31 2023 rev:15 rq:1090051 version:2.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-onionshare/python-onionshare.changes 2022-12-11 17:16:38.537883178 +0100
+++ /work/SRC/openSUSE:Factory/.python-onionshare.new.1533/python-onionshare.changes 2023-05-31 21:55:32.917378173 +0200
@@ -1,0 +2,6 @@
+Wed May 31 16:00:56 UTC 2023 - Ben Greiner <code(a)bnavigator.de>
+
+- Add onionshare-poetry-core.patch
+ * poetry-core is enough to build and has a much smaller footprint
+
+-------------------------------------------------------------------
New:
----
onionshare-poetry-core.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-onionshare.spec ++++++
--- /var/tmp/diff_new_pack.Aznpzw/_old 2023-05-31 21:55:33.493381577 +0200
+++ /var/tmp/diff_new_pack.Aznpzw/_new 2023-05-31 21:55:33.497381601 +0200
@@ -1,7 +1,7 @@
#
# spec file
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2018-2022 Dr. Axel Braun
#
# All modifications and additions to the file contributed by third parties
@@ -32,6 +32,8 @@
Patch1: fix-test-cli-web.patch
# PATCH-FIX-OPENSUSE relax-async-mode.patch -- Do not rely on gevent
Patch2: relax-async-mode.patch
+# PATCH-FIX-UPSTREAM onionshare-poetry-core.patch -- poetry-core is enough to build and has a much smaller footprint
+Patch3: https://github.com/onionshare/onionshare/commit/a05d7af729585bdaa4f71437167…
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: python-rpm-macros
@@ -43,7 +45,7 @@
BuildRequires: python3-cepa >= 1.8.3
BuildRequires: python3-colorama
BuildRequires: python3-eventlet
-BuildRequires: python3-poetry
+BuildRequires: python3-poetry-core
BuildRequires: python3-psutil
BuildRequires: python3-pyside2 >= 5.15.2
BuildRequires: python3-pytest
++++++ onionshare-poetry-core.patch ++++++
From a05d7af729585bdaa4f71437167339ac67bf3327 Mon Sep 17 00:00:00 2001
From: Saptak S <saptak013(a)gmail.com>
Date: Sun, 9 Apr 2023 20:24:48 +0530
Subject: [PATCH] Updates poetry build system to poetry-core
---
cli/pyproject.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cli/pyproject.toml b/cli/pyproject.toml
index d0f311b39..a3675a7a1 100644
--- a/cli/pyproject.toml
+++ b/cli/pyproject.toml
@@ -40,5 +40,5 @@ pytest = ">=7.2.0"
onionshare-cli = 'onionshare_cli:main'
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core"]
+build-backend = "poetry.core.masonry.api"
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package bitwarden for openSUSE:Factory checked in at 2023-05-31 21:55:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitwarden (Old)
and /work/SRC/openSUSE:Factory/.bitwarden.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bitwarden"
Wed May 31 21:55:27 2023 rev:6 rq:1090050 version:2023.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/bitwarden/bitwarden.changes 2023-04-27 20:01:21.442074681 +0200
+++ /work/SRC/openSUSE:Factory/.bitwarden.new.1533/bitwarden.changes 2023-05-31 21:55:30.069361339 +0200
@@ -1,0 +2,6 @@
+Wed May 31 17:04:02 UTC 2023 - Bruno Pitrus <brunopitrus(a)hotmail.com>
+- New upstream release 2023.5.0
+ * Updated interface for selecting self-hosted environment
+- Add SingleMainWindow to .desktop file.
+
+-------------------------------------------------------------------
@@ -3 +9 @@
-- New upstream release 2022.4.0
+- New upstream release 2023.4.0
@@ -12 +18 @@
-- New upstream release 2022.3.2
+- New upstream release 2023.3.2
Old:
----
bitwarden-2023.4.0.obscpio
New:
----
bitwarden-2023.5.0.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ bitwarden.spec ++++++
--- /var/tmp/diff_new_pack.WEGMsy/_old 2023-05-31 21:55:32.113373420 +0200
+++ /var/tmp/diff_new_pack.WEGMsy/_new 2023-05-31 21:55:32.117373445 +0200
@@ -18,7 +18,7 @@
#
Name: bitwarden
-Version: 2023.4.0
+Version: 2023.5.0
Release: 0
Summary: A secure and free password manager for all of your devices
Group: Productivity/Security
++++++ _service ++++++
--- /var/tmp/diff_new_pack.WEGMsy/_old 2023-05-31 21:55:32.161373704 +0200
+++ /var/tmp/diff_new_pack.WEGMsy/_new 2023-05-31 21:55:32.165373727 +0200
@@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/bitwarden/clients.git</param>
- <param name="revision">desktop-v2023.4.0</param>
- <param name="version">2023.4.0</param>
+ <param name="revision">desktop-v2023.5.0</param>
+ <param name="version">2023.5.0</param>
<param name="filename">bitwarden</param>
<param name="exclude">bitwarden_license/*</param>
<!-- The code in bitwarden_license MUST NOT be included in published tarballs as it is non-redistributable! -->
++++++ bitwarden-2023.4.0.obscpio -> bitwarden-2023.5.0.obscpio ++++++
/work/SRC/openSUSE:Factory/bitwarden/bitwarden-2023.4.0.obscpio /work/SRC/openSUSE:Factory/.bitwarden.new.1533/bitwarden-2023.5.0.obscpio differ: char 49, line 1
++++++ bitwarden.desktop ++++++
--- /var/tmp/diff_new_pack.WEGMsy/_old 2023-05-31 21:55:32.201373941 +0200
+++ /var/tmp/diff_new_pack.WEGMsy/_new 2023-05-31 21:55:32.205373964 +0200
@@ -9,4 +9,5 @@
Comment=A secure and free password manager for all of your devices.
MimeType=x-scheme-handler/bitwarden;
Categories=Utility;
+SingleMainWindow=true
++++++ bitwarden.obsinfo ++++++
--- /var/tmp/diff_new_pack.WEGMsy/_old 2023-05-31 21:55:32.221374059 +0200
+++ /var/tmp/diff_new_pack.WEGMsy/_new 2023-05-31 21:55:32.225374082 +0200
@@ -1,5 +1,5 @@
name: bitwarden
-version: 2023.4.0
-mtime: 1682508657
-commit: 4231d099cc45c8c58025fa5d33cd575ab80aacef
+version: 2023.5.0
+mtime: 1685493730
+commit: 7bb3f49abdbcf9dc4aed264feca822be9772fbd9
++++++ node-vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.WEGMsy/_old and /var/tmp/diff_new_pack.WEGMsy/_new differ
++++++ remove-unnecessary-deps.patch ++++++
--- /var/tmp/diff_new_pack.WEGMsy/_old 2023-05-31 21:55:32.489375643 +0200
+++ /var/tmp/diff_new_pack.WEGMsy/_new 2023-05-31 21:55:32.505375738 +0200
@@ -11,175 +11,172 @@
@@ -32,53 +31,18 @@
],
"devDependencies": {
- "@angular-devkit/build-angular": "^15.2.2",
-- "@angular-eslint/eslint-plugin": "^15.2.1",
-- "@angular-eslint/eslint-plugin-template": "^15.2.1",
-- "@angular-eslint/template-parser": "^15.2.1",
-- "@angular/cli": "^15.2.2",
- "@angular/compiler-cli": "^15.2.2",
-- "@angular/elements": "^15.2.2",
-- "@compodoc/compodoc": "^1.1.19",
-- "@electron/notarize": "^1.2.3",
-- "@electron/rebuild": "^3.2.10",
- "@fluffy-spoon/substitute": "^1.208.0",
- "@ngtools/webpack": "^15.2.2",
-- "@storybook/addon-a11y": "^6.5.16",
-- "@storybook/addon-actions": "^6.5.16",
-- "@storybook/addon-essentials": "^6.5.16",
-- "@storybook/addon-links": "^6.5.16",
-- "@storybook/angular": "^6.5.16",
-- "@storybook/builder-webpack5": "^6.5.16",
-- "@storybook/manager-webpack5": "^6.5.16",
-- "@types/argon2-browser": "^1.18.1",
-- "@types/chrome": "^0.0.190",
- "@types/duo_web_sdk": "^2.7.1",
-- "@types/firefox-webext-browser": "^82.0.0",
-- "@types/inquirer": "^8.2.1",
- "@types/jest": "^27.5.0",
-- "@types/jquery": "^3.5.14",
-- "@types/jsdom": "^21.1.0",
-- "@types/koa": "^2.13.4",
-- "@types/koa__multer": "^2.0.4",
-- "@types/koa__router": "^8.0.11",
+ "@angular-devkit/build-angular": "15.2.8",
+- "@angular-eslint/eslint-plugin": "15.2.1",
+- "@angular-eslint/eslint-plugin-template": "15.2.1",
+- "@angular-eslint/template-parser": "15.2.1",
+- "@angular/cli": "15.2.8",
+ "@angular/compiler-cli": "15.2.9",
+- "@angular/elements": "15.2.9",
+- "@compodoc/compodoc": "1.1.19",
+- "@electron/notarize": "1.2.3",
+- "@electron/rebuild": "3.2.13",
+ "@fluffy-spoon/substitute": "1.208.0",
+ "@ngtools/webpack": "15.2.8",
+- "@storybook/addon-a11y": "6.5.16",
+- "@storybook/addon-actions": "6.5.16",
+- "@storybook/addon-essentials": "6.5.16",
+- "@storybook/addon-links": "6.5.16",
+- "@storybook/angular": "6.5.16",
+- "@storybook/builder-webpack5": "6.5.16",
+- "@storybook/manager-webpack5": "6.5.16",
+- "@types/argon2-browser": "1.18.1",
+- "@types/chrome": "0.0.235",
+ "@types/duo_web_sdk": "2.7.1",
+- "@types/firefox-webext-browser": "111.0.1",
+- "@types/inquirer": "8.2.6",
+ "@types/jest": "29.5.1",
+- "@types/jquery": "3.5.16",
+- "@types/jsdom": "21.1.1",
+- "@types/koa": "2.13.6",
+- "@types/koa__multer": "2.0.4",
+- "@types/koa__router": "8.0.11",
- "@types/koa-bodyparser": "4.3.7",
-- "@types/koa-json": "^2.0.20",
-- "@types/lowdb": "^1.0.11",
- "@types/lunr": "^2.3.4",
- "@types/node": "^16.18.14",
-- "@types/node-fetch": "^2.6.1",
- "@types/node-forge": "^1.0.2",
- "@types/node-ipc": "^9.2.0",
- "@types/papaparse": "^5.3.2",
-- "@types/proper-lockfile": "^4.1.2",
-- "@types/retry": "^0.12.2",
- "@types/zxcvbn": "^4.4.1",
-- "@typescript-eslint/eslint-plugin": "^5.51.0",
-- "@typescript-eslint/parser": "^5.51.0",
-- "autoprefixer": "^10.4.7",
-- "base64-loader": "^1.0.0",
- "buffer": "^6.0.3",
-- "chromatic": "^6.5.6",
- "clean-webpack-plugin": "^4.0.0",
- "concurrently": "^7.2.1",
- "copy-webpack-plugin": "^11.0.0",
-@@ -83,62 +47,25 @@
- "css-loader": "^6.5.1",
- "del": "^6.0.0",
- "electron": "21.3.1",
+- "@types/koa-json": "2.0.20",
+- "@types/lowdb": "1.0.11",
+ "@types/lunr": "2.3.4",
+ "@types/node": "18.16.9",
+- "@types/node-fetch": "2.6.3",
+ "@types/node-forge": "1.3.2",
+ "@types/node-ipc": "9.2.0",
+ "@types/papaparse": "5.3.7",
+- "@types/proper-lockfile": "4.1.2",
+- "@types/retry": "0.12.2",
+ "@types/zxcvbn": "4.4.1",
+- "@typescript-eslint/eslint-plugin": "5.59.5",
+- "@typescript-eslint/parser": "5.59.5",
+- "autoprefixer": "10.4.14",
+- "base64-loader": "1.0.0",
+ "buffer": "6.0.3",
+- "chromatic": "6.17.4",
+ "clean-webpack-plugin": "4.0.0",
+ "concurrently": "8.0.1",
+ "copy-webpack-plugin": "11.0.0",
+@@ -83,59 +47,24 @@
+ "css-loader": "6.7.3",
+ "del": "6.1.1",
+ "electron": "24.1.1",
- "electron-builder": "^23.6.0",
- "electron-log": "^4.4.8",
-- "electron-notarize": "^1.2.2",
-- "electron-rebuild": "^3.2.9",
-- "electron-reload": "^2.0.0-alpha.1",
- "electron-store": "^8.1.0",
- "electron-updater": "^5.3.0",
-- "eslint": "^8.14.0",
-- "eslint-config-prettier": "^8.5.0",
-- "eslint-import-resolver-typescript": "^2.7.1",
-- "eslint-plugin-import": "2.26.0",
-- "eslint-plugin-rxjs": "^5.0.2",
-- "eslint-plugin-rxjs-angular": "^2.0.0",
-- "eslint-plugin-tailwindcss": "^3.8.3",
-- "gulp": "^4.0.2",
-- "gulp-filter": "^7.0.0",
-- "gulp-if": "^3.0.0",
-- "gulp-json-editor": "^2.5.5",
-- "gulp-replace": "^1.1.0",
-- "gulp-zip": "^5.1.0",
- "html-loader": "^4.1.0",
-- "html-webpack-injector": "^1.1.4",
- "html-webpack-plugin": "^5.5.0",
-- "husky": "^8.0.1",
-- "jest-junit": "^15.0.0",
- "jest-mock-extended": "2.0.6",
-- "jest-preset-angular": "^12.2.6",
-- "lint-staged": "^13.0.3",
- "mini-css-extract-plugin": "^2.4.5",
+ "electron-log": "4.4.8",
+- "electron-reload": "2.0.0-alpha.1",
+ "electron-store": "8.1.0",
+ "electron-updater": "5.3.0",
+- "eslint": "8.40.0",
+- "eslint-config-prettier": "8.8.0",
+- "eslint-import-resolver-typescript": "3.5.5",
+- "eslint-plugin-import": "2.27.5",
+- "eslint-plugin-rxjs": "5.0.3",
+- "eslint-plugin-rxjs-angular": "2.0.1",
+- "eslint-plugin-tailwindcss": "3.11.0",
+- "gulp": "4.0.2",
+- "gulp-filter": "7.0.0",
+- "gulp-if": "3.0.0",
+- "gulp-json-editor": "2.5.6",
+- "gulp-replace": "1.1.4",
+- "gulp-zip": "5.1.0",
+ "html-loader": "4.2.0",
+- "html-webpack-injector": "1.1.4",
+ "html-webpack-plugin": "5.5.1",
+- "husky": "8.0.3",
+- "jest-junit": "16.0.0",
+ "jest-mock-extended": "3.0.4",
+- "jest-preset-angular": "13.1.1",
+- "lint-staged": "13.2.2",
+ "mini-css-extract-plugin": "2.7.5",
"node-ipc": "9.2.1",
-- "pkg": "5.8.0",
- "postcss": "^8.4.14",
-- "postcss-loader": "^7.0.1",
-- "prettier": "2.8.4",
-- "prettier-plugin-tailwindcss": "^0.2.5",
-- "process": "^0.11.10",
+- "pkg": "5.8.1",
+ "postcss": "8.4.23",
+- "postcss-loader": "7.3.0",
+- "prettier": "2.8.8",
+- "prettier-plugin-tailwindcss": "0.2.8",
+- "process": "0.11.10",
"regedit": "^3.0.3",
- "rimraf": "^3.0.2",
- "sass": "^1.34.1",
- "sass-loader": "^13.0.2",
-- "storybook-addon-designs": "^6.2.1",
-- "style-loader": "^3.3.1",
-- "tailwindcss": "^3.0.24",
- "tapable": "^1.1.3",
-- "ts-jest": "^28.0.6",
- "ts-loader": "^9.2.5",
- "tsconfig-paths-webpack-plugin": "^3.5.2",
-- "type-fest": "^2.18.0",
+ "rimraf": "5.0.1",
+ "sass": "1.62.1",
+ "sass-loader": "13.2.2",
+- "storybook-addon-designs": "6.3.1",
+- "style-loader": "3.3.2",
+- "tailwindcss": "3.3.2",
+- "ts-jest": "29.1.0",
+ "ts-loader": "9.4.2",
+ "tsconfig-paths-webpack-plugin": "4.0.1",
+- "type-fest": "2.19.0",
"typescript": "4.9.5",
-- "url": "^0.11.0",
-- "util": "^0.12.4",
-- "wait-on": "^6.0.1",
- "webpack": "^5.64.4",
-- "webpack-cli": "^4.9.1",
-- "webpack-dev-server": "^4.9.3",
-- "webpack-node-externals": "^3.0.0"
-+ "webpack-cli": "^4.9.1"
+- "url": "0.11.0",
+- "util": "0.12.5",
+- "wait-on": "7.0.1",
+ "webpack": "5.82.1",
+- "webpack-cli": "5.1.1",
+- "webpack-dev-server": "4.15.0",
+- "webpack-node-externals": "3.0.0"
++ "webpack-cli": "5.1.1"
},
"dependencies": {
- "@angular/animations": "^15.2.2",
+ "@angular/animations": "15.2.9",
@@ -148,53 +76,25 @@
- "@angular/platform-browser": "^15.2.2",
- "@angular/platform-browser-dynamic": "^15.2.2",
- "@angular/router": "^15.2.2",
-- "@koa/multer": "^3.0.0",
-- "@koa/router": "^10.1.1",
- "@microsoft/signalr": "^6.0.7",
- "@microsoft/signalr-protocol-msgpack": "^6.0.7",
-- "@ng-select/ng-select": "^10.0.3",
- "argon2": "^0.30.3",
-- "argon2-browser": "^1.18.0",
- "big-integer": "^1.6.51",
+ "@angular/platform-browser": "15.2.9",
+ "@angular/platform-browser-dynamic": "15.2.9",
+ "@angular/router": "15.2.9",
+- "@koa/multer": "3.0.2",
+- "@koa/router": "10.1.1",
+ "@microsoft/signalr": "6.0.16",
+ "@microsoft/signalr-protocol-msgpack": "6.0.16",
+- "@ng-select/ng-select": "10.0.4",
+ "argon2": "0.30.3",
+- "argon2-browser": "1.18.0",
+ "big-integer": "1.6.51",
- "bootstrap": "4.6.0",
-- "braintree-web-drop-in": "^1.33.1",
-- "bufferutil": "^4.0.6",
-- "chalk": "^4.1.0",
- "commander": "^7.2.0",
-- "core-js": "^3.11.0",
-- "date-input-polyfill": "^2.14.0",
+- "braintree-web-drop-in": "1.37.0",
+- "bufferutil": "4.0.7",
+- "chalk": "4.1.2",
+ "commander": "7.2.0",
+- "core-js": "3.30.2",
+- "date-input-polyfill": "2.14.0",
"duo_web_sdk": "github:duosecurity/duo_web_sdk",
- "form-data": "4.0.0",
-- "https-proxy-agent": "5.0.0",
-- "inquirer": "8.0.0",
-- "jquery": "3.6.0",
-- "jsdom": "^16.7.0",
-- "jszip": "^3.10.0",
-- "koa": "^2.13.4",
-- "koa-bodyparser": "^4.3.0",
-- "koa-json": "^2.0.2",
-- "lowdb": "^1.0.0",
- "lunr": "^2.3.9",
-- "multer": "^1.4.5-lts.1",
-- "ngx-infinite-scroll": "^15.0.0",
- "ngx-toastr": "^16.0.2",
- "node-fetch": "^2.6.7",
- "node-forge": "^1.3.1",
+- "https-proxy-agent": "5.0.1",
+- "inquirer": "8.2.5",
+- "jquery": "3.7.0",
+- "jsdom": "16.7.0",
+- "jszip": "3.10.1",
+- "koa": "2.14.2",
+- "koa-bodyparser": "4.4.0",
+- "koa-json": "2.0.2",
+- "lowdb": "1.0.0",
+ "lunr": "2.3.9",
+- "multer": "1.4.5-lts.1",
+- "ngx-infinite-scroll": "15.0.0",
+ "ngx-toastr": "16.2.0",
+ "node-fetch": "2.6.11",
+ "node-forge": "1.3.1",
"nord": "0.2.1",
-- "open": "^8.4.0",
- "papaparse": "^5.3.2",
-- "popper.js": "^1.16.1",
-- "proper-lockfile": "^4.1.2",
+- "open": "8.4.2",
+ "papaparse": "5.4.1",
+- "popper.js": "1.16.1",
+- "proper-lockfile": "4.1.2",
- "qrious": "4.0.2",
- "rxjs": "^7.5.5",
- "sweetalert2": "10.16.9",
- "tldts": "^5.7.84",
-- "utf-8-validate": "^5.0.9",
+ "rxjs": "7.8.1",
+ "sweetalert2": "10.16.11",
+ "tldts": "6.0.5",
+- "utf-8-validate": "5.0.10",
"zone.js": "0.12.0",
- "zxcvbn": "^4.4.2"
+ "zxcvbn": "4.4.2"
},
"overrides": {
- "tailwindcss": "$tailwindcss",
- "react": "^18.0.0",
+ "react": "18.2.0",
"@storybook/angular": {
- "zone.js": "$zone.js"
+ "zone.js": "0.12.0"
--- a/apps/desktop/desktop_native/package.json
+++ b/apps/desktop/desktop_native/package.json
@@ -10,9 +10,6 @@
@@ -187,7 +184,7 @@
"author": "",
"license": "GPL-3.0",
- "devDependencies": {
-- "@napi-rs/cli": "^2.6.2"
+- "@napi-rs/cli": "2.15.2"
- },
"napi": {
"name": "desktop_native",
++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.WEGMsy/_old and /var/tmp/diff_new_pack.WEGMsy/_new differ
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package openQA for openSUSE:Factory checked in at 2023-05-31 21:55:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openQA (Old)
and /work/SRC/openSUSE:Factory/.openQA.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA"
Wed May 31 21:55:22 2023 rev:470 rq:1090041 version:4.6.1685524945.b4ca723
Changes:
--------
openQA-devel-test.changes: same change
openQA-test.changes: same change
openQA-worker-test.changes: same change
--- /work/SRC/openSUSE:Factory/openQA/openQA.changes 2023-05-23 14:55:35.690856391 +0200
+++ /work/SRC/openSUSE:Factory/.openQA.new.1533/openQA.changes 2023-05-31 21:55:26.621340960 +0200
@@ -1,0 +2,31 @@
+Wed May 31 15:45:56 UTC 2023 - okurz(a)suse.com
+
+- Update to version 4.6.1685524945.b4ca723:
+ * Improve performance of server-side asset upload handling
+ * doc: Improve references for a quick installation
+ * openqa-bootstrap: Remove obsolete systemd check
+ * openqa-bootstrap: Speedup package installation
+ * openqa-bootstrap: Optionally skip SUSE-specifics
+ * container: Add single-instance variant
+ * openqa-bootstrap: Support systemd-less environments
+ * container: Handle potentially already existing certificates gracefully
+ * Add development container for openQA
+ * Update docs/WritingTests.asciidoc
+ * Mention required permisson for webhook based CI setup
+ * Use normal operators consistently in `CloneJob` consistently
+ * Fix logic in openqa-clone-job
+ * Remove unneeded list comprehension in openqa-label-all
+ * Remove python3-future from dependencies
+ * doc: Improve "Container based setup" section
+ * Fix postgres dir permissions for running openqa-bootstrap in nspawn
+ * doc: Improve introduction of "Containerized setup" chapter
+ * Remove debug "print" in gru plugin
+ * Extract formatting of CI check description into function
+ * Improve reporting CI status back
+ * Take restarted jobs into account when a PR is updated/closed
+ * Handle updated/closed PRs via webhook
+ * Assign webhook ID when creating a scheduled product from webhook
+ * Add indexed column `webhook_id` to scheduled products table
+ * Consider a tag's version when cleaning up job results
+
+-------------------------------------------------------------------
Old:
----
openQA-4.6.1684771865.6dc41fa.obscpio
New:
----
openQA-4.6.1685524945.b4ca723.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openQA-client-test.spec ++++++
--- /var/tmp/diff_new_pack.YZdjNo/_old 2023-05-31 21:55:29.057355358 +0200
+++ /var/tmp/diff_new_pack.YZdjNo/_new 2023-05-31 21:55:29.113355689 +0200
@@ -18,7 +18,7 @@
%define short_name openQA-client
Name: %{short_name}-test
-Version: 4.6.1684771865.6dc41fa
+Version: 4.6.1685524945.b4ca723
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later
++++++ openQA-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.YZdjNo/_old 2023-05-31 21:55:29.301356801 +0200
+++ /var/tmp/diff_new_pack.YZdjNo/_new 2023-05-31 21:55:29.309356848 +0200
@@ -18,7 +18,7 @@
%define short_name openQA-devel
Name: %{short_name}-test
-Version: 4.6.1684771865.6dc41fa
+Version: 4.6.1685524945.b4ca723
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later
++++++ openQA-test.spec ++++++
--- /var/tmp/diff_new_pack.YZdjNo/_old 2023-05-31 21:55:29.337357013 +0200
+++ /var/tmp/diff_new_pack.YZdjNo/_new 2023-05-31 21:55:29.341357036 +0200
@@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
-Version: 4.6.1684771865.6dc41fa
+Version: 4.6.1685524945.b4ca723
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later
++++++ openQA-worker-test.spec ++++++
--- /var/tmp/diff_new_pack.YZdjNo/_old 2023-05-31 21:55:29.425357533 +0200
+++ /var/tmp/diff_new_pack.YZdjNo/_new 2023-05-31 21:55:29.449357675 +0200
@@ -18,7 +18,7 @@
%define short_name openQA-worker
Name: %{short_name}-test
-Version: 4.6.1684771865.6dc41fa
+Version: 4.6.1685524945.b4ca723
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later
++++++ openQA.spec ++++++
--- /var/tmp/diff_new_pack.YZdjNo/_old 2023-05-31 21:55:29.497357958 +0200
+++ /var/tmp/diff_new_pack.YZdjNo/_new 2023-05-31 21:55:29.521358101 +0200
@@ -42,7 +42,7 @@
%endif
# runtime requirements that also the testsuite needs
%if %{with python_scripts}
-%define python_scripts_requires python3-base python3-requests python3-future openQA-client
+%define python_scripts_requires python3-base python3-requests openQA-client
%else
%define python_scripts_requires %{nil}
%endif
@@ -78,7 +78,7 @@
%define devel_requires %devel_no_selenium_requires chromedriver
Name: openQA
-Version: 4.6.1684771865.6dc41fa
+Version: 4.6.1685524945.b4ca723
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
++++++ openQA-4.6.1684771865.6dc41fa.obscpio -> openQA-4.6.1685524945.b4ca723.obscpio ++++++
/work/SRC/openSUSE:Factory/openQA/openQA-4.6.1684771865.6dc41fa.obscpio /work/SRC/openSUSE:Factory/.openQA.new.1533/openQA-4.6.1685524945.b4ca723.obscpio differ: char 49, line 1
++++++ openQA.obsinfo ++++++
--- /var/tmp/diff_new_pack.YZdjNo/_old 2023-05-31 21:55:29.601358573 +0200
+++ /var/tmp/diff_new_pack.YZdjNo/_new 2023-05-31 21:55:29.605358597 +0200
@@ -1,5 +1,5 @@
name: openQA
-version: 4.6.1684771865.6dc41fa
-mtime: 1684771865
-commit: 6dc41fad451b07472e0287a365f559b472cb46a2
+version: 4.6.1685524945.b4ca723
+mtime: 1685524945
+commit: b4ca72362c1a20eb5f4b4b14dbcfdd54ef5b3ff6
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jsonschema-specifications for openSUSE:Factory checked in at 2023-05-31 21:55:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonschema-specifications (Old)
and /work/SRC/openSUSE:Factory/.python-jsonschema-specifications.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonschema-specifications"
Wed May 31 21:55:21 2023 rev:4 rq:1090045 version:2023.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonschema-specifications/python-jsonschema-specifications.changes 2023-05-18 15:20:15.294196143 +0200
+++ /work/SRC/openSUSE:Factory/.python-jsonschema-specifications.new.1533/python-jsonschema-specifications.changes 2023-05-31 21:55:22.709317838 +0200
@@ -1,0 +2,8 @@
+Wed May 31 05:25:47 UTC 2023 - Johannes Kastl <kastl(a)b1-systems.de>
+
+- update to 2023.5.2:
+ full changelog available at
+ https://github.com/python-jsonschema/jsonschema-specifications/
+ compare/v2023.05.1...v2023.05.2
+
+-------------------------------------------------------------------
Old:
----
jsonschema_specifications-2023.5.1.tar.gz
New:
----
jsonschema_specifications-2023.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jsonschema-specifications.spec ++++++
--- /var/tmp/diff_new_pack.sGTXRG/_old 2023-05-31 21:55:23.141320391 +0200
+++ /var/tmp/diff_new_pack.sGTXRG/_new 2023-05-31 21:55:23.145320415 +0200
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-jsonschema-specifications
-Version: 2023.5.1
+Version: 2023.5.2
Release: 0
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry
License: MIT
++++++ jsonschema_specifications-2023.5.1.tar.gz -> jsonschema_specifications-2023.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.5.1/.pre-commit-config.yaml new/jsonschema_specifications-2023.5.2/.pre-commit-config.yaml
--- old/jsonschema_specifications-2023.5.1/.pre-commit-config.yaml 2020-02-02 01:00:00.000000000 +0100
+++ new/jsonschema_specifications-2023.5.2/.pre-commit-config.yaml 2020-02-02 01:00:00.000000000 +0100
@@ -14,22 +14,14 @@
- id: mixed-line-ending
args: [--fix, lf]
- id: trailing-whitespace
+ - repo: https://github.com/charliermarsh/ruff-pre-commit
+ rev: "v0.0.270"
+ hooks:
+ - id: ruff
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
- id: isort
- - repo: https://github.com/PyCQA/flake8
- rev: "6.0.0"
- hooks:
- - id: flake8
- - repo: https://github.com/asottile/yesqa
- rev: v1.4.0
- hooks:
- - id: yesqa
- - repo: https://github.com/asottile/pyupgrade
- rev: v3.3.2
- hooks:
- - id: pyupgrade
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.5.1/PKG-INFO new/jsonschema_specifications-2023.5.2/PKG-INFO
--- old/jsonschema_specifications-2023.5.1/PKG-INFO 2020-02-02 01:00:00.000000000 +0100
+++ new/jsonschema_specifications-2023.5.2/PKG-INFO 2020-02-02 01:00:00.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: jsonschema-specifications
-Version: 2023.5.1
+Version: 2023.5.2
Summary: The JSON Schema meta-schemas and vocabularies, exposed as a Registry
Project-URL: Documentation, https://jsonschema-specifications.readthedocs.io/
Project-URL: Homepage, https://github.com/python-jsonschema/jsonschema-specifications
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.5.1/jsonschema_specifications/__init__.py new/jsonschema_specifications-2023.5.2/jsonschema_specifications/__init__.py
--- old/jsonschema_specifications-2023.5.1/jsonschema_specifications/__init__.py 2020-02-02 01:00:00.000000000 +0100
+++ new/jsonschema_specifications-2023.5.2/jsonschema_specifications/__init__.py 2020-02-02 01:00:00.000000000 +0100
@@ -1,3 +1,6 @@
+"""
+The JSON Schema meta-schemas and vocabularies, exposed as a Registry.
+"""
from referencing import Registry as _Registry
from referencing.jsonschema import SchemaRegistry as _SchemaRegistry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.5.1/jsonschema_specifications/_core.py new/jsonschema_specifications-2023.5.2/jsonschema_specifications/_core.py
--- old/jsonschema_specifications-2023.5.1/jsonschema_specifications/_core.py 2020-02-02 01:00:00.000000000 +0100
+++ new/jsonschema_specifications-2023.5.2/jsonschema_specifications/_core.py 2020-02-02 01:00:00.000000000 +0100
@@ -16,7 +16,6 @@
"""
All schemas we ship.
"""
-
# importlib.resources.abc.Traversal doesn't have nice ways to do this that
# I'm aware of...
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.5.1/jsonschema_specifications/tests/test_jsonschema_specifications.py new/jsonschema_specifications-2023.5.2/jsonschema_specifications/tests/test_jsonschema_specifications.py
--- old/jsonschema_specifications-2023.5.1/jsonschema_specifications/tests/test_jsonschema_specifications.py 2020-02-02 01:00:00.000000000 +0100
+++ new/jsonschema_specifications-2023.5.2/jsonschema_specifications/tests/test_jsonschema_specifications.py 2020-02-02 01:00:00.000000000 +0100
@@ -1,7 +1,10 @@
+from collections.abc import Mapping
+
from jsonschema_specifications import REGISTRY
def test_it_contains_metaschemas():
schema = REGISTRY.contents("http://json-schema.org/draft-07/schema#")
+ assert isinstance(schema, Mapping)
assert schema["$id"] == "http://json-schema.org/draft-07/schema#"
assert schema["title"] == "Core schema meta-schema"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.5.1/noxfile.py new/jsonschema_specifications-2023.5.2/noxfile.py
--- old/jsonschema_specifications-2023.5.1/noxfile.py 2020-02-02 01:00:00.000000000 +0100
+++ new/jsonschema_specifications-2023.5.2/noxfile.py 2020-02-02 01:00:00.000000000 +0100
@@ -26,6 +26,12 @@
session.run("pytest", "--verbosity=3")
+@session()
+def audit(session):
+ session.install("pip-audit", ROOT)
+ session.run("python", "-m", "pip_audit")
+
+
@session(tags=["build"])
def build(session):
session.install("build")
@@ -38,20 +44,13 @@
session.install("build", "twine")
tmpdir = session.create_tmp()
session.run("python", "-m", "build", ROOT, "--outdir", tmpdir)
- session.run("python", "-m", "twine", "check", tmpdir + "/*")
+ session.run("python", "-m", "twine", "check", "--strict", tmpdir + "/*")
@session(tags=["style"])
def style(session):
- session.install(
- "flake8",
- "flake8-broken-line",
- "flake8-bugbear",
- "flake8-commas",
- "flake8-quotes",
- "flake8-tidy-imports",
- )
- session.run("python", "-m", "flake8", PACKAGE, __file__)
+ session.install("ruff")
+ session.run("ruff", "check", ROOT)
@session()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jsonschema_specifications-2023.5.1/pyproject.toml new/jsonschema_specifications-2023.5.2/pyproject.toml
--- old/jsonschema_specifications-2023.5.1/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
+++ new/jsonschema_specifications-2023.5.2/pyproject.toml 2020-02-02 01:00:00.000000000 +0100
@@ -49,13 +49,23 @@
Funding = "https://github.com/sponsors/Julian"
Source = "https://github.com/python-jsonschema/jsonschema-specifications"
+[tool.coverage.html]
+show_contexts = true
+skip_covered = false
+
[tool.coverage.run]
branch = true
source = ["jsonschema-specifications"]
dynamic_context = "test_function"
[tool.coverage.report]
+exclude_also = [
+ "if TYPE_CHECKING:",
+ "\\s*\\.\\.\\.\\s*",
+]
fail_under = 100
+show_missing = true
+skip_covered = true
[tool.doc8]
ignore = [
@@ -68,3 +78,46 @@
from_first = true
include_trailing_comma = true
multi_line_output = 3
+
+[tool.ruff]
+line-length = 79
+target-version = "py38"
+select = ["ANN", "B", "D", "E", "F", "Q", "UP", "W"]
+ignore = [
+ # Wat, type annotations for self and cls, why is this a thing?
+ "ANN101",
+ "ANN102",
+ # Private annotations are fine to leave out.
+ "ANN202",
+ # I don't know how to more properly annotate "pass along all arguments".
+ "ANN401",
+ # raise SomeException(...) is fine.
+ "B904",
+ # It's fine to not have docstrings for magic methods.
+ "D105",
+ # This rule makes diffs uglier when expanding docstrings (and it's uglier)
+ "D200",
+ # No blank lines before docstrings.
+ "D203",
+ # Start docstrings on the second line.
+ "D212",
+ # This rule misses sassy docstrings ending with ! or ?.
+ "D400",
+ # Section headers should end with a colon not a newline
+ "D406",
+ # Underlines aren't needed
+ "D407",
+ # Plz spaces after section headers
+ "D412",
+ # We support 3.8 + 3.9
+ "UP007",
+]
+extend-exclude = ["suite"]
+
+[tool.ruff.flake8-quotes]
+docstring-quotes = "double"
+
+[tool.ruff.per-file-ignores]
+"docs/*" = ["ANN", "D"]
+"jsonschema_specifications/tests/*" = ["ANN", "D"]
+"noxfile.py" = ["ANN", "D"]
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-wheezy.template for openSUSE:Factory checked in at 2023-05-31 21:55:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wheezy.template (Old)
and /work/SRC/openSUSE:Factory/.python-wheezy.template.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wheezy.template"
Wed May 31 21:55:19 2023 rev:3 rq:1090039 version:3.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wheezy.template/python-wheezy.template.changes 2020-11-10 13:39:12.616502487 +0100
+++ /work/SRC/openSUSE:Factory/.python-wheezy.template.new.1533/python-wheezy.template.changes 2023-05-31 21:55:20.345303866 +0200
@@ -1,0 +2,10 @@
+Tue May 30 16:09:25 UTC 2023 - Mia Herkt <mia(a)0x0.st>
+
+- Update to 3.1.0
+ * To determine if context is file or json string,
+ use os.path.isfile rather than checking file extension
+ * Eliminated unnecessary check for json module
+ * Added ability to set line join in console script.
+ * Added ability to escape line join by placing it twice.
+
+-------------------------------------------------------------------
Old:
----
wheezy.template-0.1.195.tar.gz
New:
----
wheezy.template-3.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wheezy.template.spec ++++++
--- /var/tmp/diff_new_pack.V3nYmv/_old 2023-05-31 21:55:20.797306538 +0200
+++ /var/tmp/diff_new_pack.V3nYmv/_new 2023-05-31 21:55:20.801306561 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-wheezy.template
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-wheezy.template
-Version: 0.1.195
+Version: 3.1.0
Release: 0
Summary: A lightweight template library
License: MIT
@@ -28,6 +27,8 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
Suggests: python-mock
Suggests: python-pytest
Suggests: python-pytest-cov
++++++ wheezy.template-0.1.195.tar.gz -> wheezy.template-3.1.0.tar.gz ++++++
++++ 1886 lines of diff (skipped)
1
0