forked from pool/python-jaraco.stream
- update to 3.0.4:
* Moved more_itertools into the dependencies. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.stream?expand=0&rev=20
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3af4b0441090ee65bd6dde930d29f93f50c4a2fe6048e2a9d288285f5e4dc441
|
|
||||||
size 8877
|
|
||||||
3
jaraco_stream-3.0.4.tar.gz
Normal file
3
jaraco_stream-3.0.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2bc5028e721ed2cc852b96ec9a33f2b7664e9b2dbf87eefbe617d126641934b
|
||||||
|
size 10744
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 14 09:22:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.0.4:
|
||||||
|
* Moved more_itertools into the dependencies.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 12 13:07:37 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Fri May 12 13:07:37 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jaraco.stream
|
# spec file for package python-jaraco.stream
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%define _name jaraco.stream
|
%define _name jaraco.stream
|
||||||
Name: python-jaraco.stream
|
Name: python-jaraco.stream
|
||||||
Version: 3.0.3
|
Version: 3.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Routines for dealing with data streams
|
Summary: Routines for dealing with data streams
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jaraco/jaraco.stream
|
URL: https://github.com/jaraco/jaraco.stream
|
||||||
Source: https://files.pythonhosted.org/packages/source/j/%{_name}/%{_name}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/j/%{_name}/jaraco_stream-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.6}
|
BuildRequires: %{python_module base >= 3.6}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools >= 56}
|
BuildRequires: %{python_module setuptools >= 56}
|
||||||
@@ -37,13 +37,6 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module more-itertools}
|
BuildRequires: %{python_module more-itertools}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
# SECTION documentation requirements
|
|
||||||
BuildRequires: python3-Sphinx
|
|
||||||
# Require offline feature introduced in gh#jaraco/jaraco.packaging#11
|
|
||||||
BuildRequires: python3-jaraco.packaging >= 9.2
|
|
||||||
BuildRequires: python3-pylons-sphinx-themes
|
|
||||||
BuildRequires: python3-rst.linker >= 1.9
|
|
||||||
# /SECTION
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -52,13 +45,17 @@ for loading gzip data on the fly.
|
|||||||
|
|
||||||
%package -n %{name}-doc
|
%package -n %{name}-doc
|
||||||
Summary: Documentation files for %{name}
|
Summary: Documentation files for %{name}
|
||||||
|
BuildRequires: python3-Sphinx
|
||||||
|
BuildRequires: python3-furo
|
||||||
|
BuildRequires: python3-jaraco.packaging >= 9.2
|
||||||
|
BuildRequires: python3-rst.linker >= 1.9
|
||||||
Provides: %{python_module jaraco.stream-doc = %{version}}
|
Provides: %{python_module jaraco.stream-doc = %{version}}
|
||||||
|
|
||||||
%description -n %{name}-doc
|
%description -n %{name}-doc
|
||||||
This package contains documentation files for %{name}.
|
This package contains documentation files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n jaraco_stream-%{version}
|
||||||
rm -rf jaraco.stream.egg-info
|
rm -rf jaraco.stream.egg-info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -76,7 +73,7 @@ rm -r build/sphinx/html/{.buildinfo,.doctrees}
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGES.rst README.rst
|
%doc NEWS.rst README.rst
|
||||||
%dir %{python_sitelib}/jaraco
|
%dir %{python_sitelib}/jaraco
|
||||||
%{python_sitelib}/jaraco/stream/
|
%{python_sitelib}/jaraco/stream/
|
||||||
%{python_sitelib}/jaraco.stream-%{version}*-info
|
%{python_sitelib}/jaraco.stream-%{version}*-info
|
||||||
|
|||||||
Reference in New Issue
Block a user