Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-abseil for openSUSE:Factory 
checked in at 2021-12-09 19:46:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-abseil (Old)
 and      /work/SRC/openSUSE:Factory/.python-abseil.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-abseil"

Thu Dec  9 19:46:02 2021 rev:9 rq:938246 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-abseil/python-abseil.changes      
2020-11-17 21:26:27.557447673 +0100
+++ /work/SRC/openSUSE:Factory/.python-abseil.new.2520/python-abseil.changes    
2021-12-09 19:46:49.809168518 +0100
@@ -1,0 +2,51 @@
+Thu Dec  9 14:06:42 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to version 1.0.0 
+  * absl-py no longer supports Python 2.7, 3.4, 3.5. All versions
+    have reached end-of-life for more than a year now.
+  * New releases will be tagged as vX.Y.Z instead of pypi-vX.Y.Z in
+    the git repo going forward.
+- Release notes for 0.15.0
+  * (testing) #128: When running bazel with its --test_filter=
+    flag, it now treats the filters as unittest's -k flag in Python
+    3.7+.
+- Release notes for 0.14.1
+  * Top-level LICENSE file is now exported in bazel.
+- Release notes for 0.14.0
+  * #171: Creating argparse_flags.ArgumentParser with
+    argument_default= no longer raises an exception when other
+    absl.flags flags are defined.
+  * #173: absltest now correctly sets up test filtering and fail
+    fast flags when an explicit argv= parameter is passed to
+    absltest.main.
+- Release notes for 0.13.0
+  * (app) Type annotations for public app interfaces.
+  * (testing) Added new decorator @absltest.skipThisClass to
+    indicate a class contains shared functionality to be used as a
+    base class for other TestCases, and therefore should be
+    skipped.
+  * (app) Annotated the flag_parser paramteter of run as
+    keyword-only. This keyword-only constraint will be enforced at
+    runtime in a future release.
+  * (app, flags) Flag validations now include all errors from
+    disjoint flag sets, instead of fail fast upon first error from
+    all validators. Multiple validators on the same flag still
+    fails fast.
+- Release notes for 0.12.0
+  * (flags) Made EnumClassSerializer and EnumClassListSerializer
+    public.
+  * (flags) Added a required: Optional[bool] = False parameter to
+    DEFINE_* functions.
+  * (testing) flagsaver overrides can now be specified in terms of
+    FlagHolder.
+  * (testing) parameterized.product: Allows testing a method over
+    cartesian product of parameters values, specified as a
+    sequences of values for each parameter or as kwargs-like dicts
+    of parameter values.
+  * (testing) Added public flag holders for --test_srcdir and
+    --test_tmpdir. Users should use absltest.TEST_SRCDIR.value and
+    absltest.TEST_TMPDIR.value instead of FLAGS.test_srcdir and
+    FLAGS.test_tmpdir.
+  * (flags) Made CsvListSerializer respect its delimiter argument.
+
+-------------------------------------------------------------------

Old:
----
  pypi-v0.11.0.tar.gz

New:
----
  abseil-py-1.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-abseil.spec ++++++
--- /var/tmp/diff_new_pack.TSOhhK/_old  2021-12-09 19:46:50.269168739 +0100
+++ /var/tmp/diff_new_pack.TSOhhK/_new  2021-12-09 19:46:50.277168743 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-abseil
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:           python-abseil
-Version:        0.11.0
+Version:        1.0.0
 Release:        0
 Summary:        Abseil Python Common Libraries
 License:        Apache-2.0
 URL:            https://github.com/abseil/abseil-py
-Source0:        
https://github.com/abseil/abseil-py/archive/pypi-v%{version}.tar.gz
+Source0:        
https://github.com/abseil/abseil-py/archive/v%{version}.tar.gz#/abseil-py-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
@@ -33,16 +33,6 @@
 Provides:       python-absl-py = %{version}
 Obsoletes:      python-absl-py < %{version}
 BuildArch:      noarch
-%ifpython2
-Requires:       python-enum34
-%endif
-# SECTION test requirements
-BuildRequires:  %{python_module six}
-%if %{with python2}
-BuildRequires:  python-enum34
-BuildRequires:  python-mock
-%endif
-# /SECTION
 %python_subpackages
 
 %description
@@ -55,7 +45,7 @@
 * Testing utilities
 
 %prep
-%setup -q -n abseil-py-pypi-v%{version}
+%setup -q -n abseil-py-%{version}
 
 %build
 %python_build
@@ -71,6 +61,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/absl
+%{python_sitelib}/absl_py-%{version}*-info
 
 %changelog

Reply via email to