forked from pool/python-itemadapter
- update to 0.8.0:
* Dropped Python 3.6 support, and made Python 3.11 support official * It is now possible to declare custom `ItemAdapter` subclasses with their own `ADAPTER_CLASSES` attribute, allowing to support different item types in different parts of the same code base * Improved type hint support Improve performance by removing imports inside functions (#60) - Disable python36 build due to Scrapy OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itemadapter?expand=0&rev=8
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2016, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -30,7 +30,7 @@
|
||||
# Scrapy on TW has disabled python36 due to uvloop
|
||||
%define skip_python36 1
|
||||
Name: python-itemadapter%{psuffix}
|
||||
Version: 0.7.0
|
||||
Version: 0.8.0
|
||||
Release: 0
|
||||
Summary: Wrapper for data container objects
|
||||
License: BSD-3-Clause
|
||||
|
Reference in New Issue
Block a user