Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-itemadapter for 
openSUSE:Factory checked in at 2021-10-30 23:14:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-itemadapter (Old)
 and      /work/SRC/openSUSE:Factory/.python-itemadapter.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-itemadapter"

Sat Oct 30 23:14:01 2021 rev:2 rq:928285 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-itemadapter/python-itemadapter.changes    
2020-07-08 19:14:08.271349348 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-itemadapter.new.1890/python-itemadapter.changes
  2021-10-30 23:14:51.915109957 +0200
@@ -1,0 +2,18 @@
+Sat Oct 30 13:06:13 UTC 2021 - Ben Greiner <[email protected]>
+
+- Update to v0.4.0
+  * Added ItemAdapter.is_item_class and
+    ItemAdapter.get_field_meta_from_class (#54)
+  * Added built-in support for pydantic models (#53)
+  * Adapter interface: added the ability to support arbitrary
+    types, by implementing a MutableMapping-based interface. By way
+    of this change, now any type can be used as a Scrapy item.
+  * Dropped support for Python 3.5 (#38).
+  * The new get_field_meta_from_class function offers the same
+    functionality as ItemAdapter.get_field_meta but for an item
+    class, as opposed to an item object (#34, #35).
+  * ItemAdapter.__repr__ no longer raises exceptions caused by the
+    underlying item (#31, #41).
+- Disable python36 build due to Scrapy 
+
+-------------------------------------------------------------------

Old:
----
  itemadapter-0.1.0.tar.gz

New:
----
  itemadapter-0.4.0.tar.gz

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

Other differences:
------------------
++++++ python-itemadapter.spec ++++++
--- /var/tmp/diff_new_pack.ASBnoI/_old  2021-10-30 23:14:52.275110246 +0200
+++ /var/tmp/diff_new_pack.ASBnoI/_new  2021-10-30 23:14:52.279110249 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-itemadapter
+# spec file
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2016, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,8 +27,10 @@
 %bcond_with test
 %endif
 %define skip_python2 1
+# Scrapy on TW has disabled python36 due to uvloop
+%define skip_python36 1
 Name:           python-itemadapter%{psuffix}
-Version:        0.1.0
+Version:        0.4.0
 Release:        0
 Summary:        Wrapper for data container objects
 License:        BSD-3-Clause
@@ -37,10 +39,10 @@
 BuildRequires:  %{python_module setuptools >= 40.5.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-attrs
 %if %{with test}
 BuildRequires:  %{python_module Scrapy >= 2.0}
 BuildRequires:  %{python_module attrs}
+BuildRequires:  %{python_module pydantic}
 BuildRequires:  %{python_module pytest >= 5.4}
 %endif
 %python_subpackages

++++++ itemadapter-0.1.0.tar.gz -> itemadapter-0.4.0.tar.gz ++++++
++++ 2217 lines of diff (skipped)

Reply via email to