#9 Fix build with setuptools 67.5.1 and convert to autochangelog/autorelease
Merged a year ago by lbalhar. Opened a year ago by lbalhar.
rpms/ lbalhar/python-jupyter-packaging rawhide  into  rawhide

file added
+67
@@ -0,0 +1,67 @@ 

+ * Tue Apr 18 2023 Lumír Balhar <lbalhar@redhat.com> - 0.12.3-3

+ - Fix build with setuptools 67.5.1

+ Resolves: rhbz#2183383

+ 

+ * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.3-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

+ 

+ * Sat Aug 27 2022 Lumír Balhar <lbalhar@redhat.com> - 0.12.3-1

+ - Update to 0.12.3

+ Resolves: rhbz#2121488

+ 

+ * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

+ 

+ * Mon Jun 20 2022 Lumír Balhar <lbalhar@redhat.com> - 0.12.2-1

+ - Update to 0.12.2

+ Resolves: rhbz#2099315

+ 

+ * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.12.1-2

+ - Rebuilt for Python 3.11

+ 

+ * Tue May 31 2022 Lumír Balhar <lbalhar@redhat.com> - 0.12.1-1

+ - Update to 0.12.1

+ Resolves: rhbz#2092028

+ 

+ * Mon Mar 28 2022 Miro Hrončok <mhroncok@redhat.com> - 0.12.0-2

+ - Drop build-time dependencies on coverage, linters etc.

+ 

+ * Fri Mar 25 2022 Lumír Balhar <lbalhar@redhat.com> - 0.12.0-1

+ - Update to 0.12.0

+ Resolves: rhbz#2068334

+ 

+ * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

+ 

+ * Tue Nov 16 2021 Lumír Balhar <lbalhar@redhat.com> - 0.11.1-1

+ - Update to 0.11.1

+ Resolves: rhbz#2023459

+ 

+ * Tue Oct 19 2021 Lumír Balhar <lbalhar@redhat.com> - 0.11.0-1

+ - Update to 0.11.0

+ Resolves: rhbz#2015227

+ 

+ * Wed Oct 06 2021 Lumír Balhar <lbalhar@redhat.com> - 0.10.6-1

+ - Update to 0.10.6

+ Resoves: rhbz#2008278

+ 

+ * Mon Sep 20 2021 Lumír Balhar <lbalhar@redhat.com> - 0.10.5-1

+ - Update to 0.10.5

+ Resolves: rhbz#2004479

+ 

+ * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.4-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

+ 

+ * Wed Jul 07 2021 Lumír Balhar <lbalhar@redhat.com> - 0.10.4-1

+ - Update to 0.10.4

+ Resolves: rhbz#1979685

+ 

+ * Thu Jun 24 2021 Lumír Balhar <lbalhar@redhat.com> - 0.10.3-1

+ - A few minor modifications

+ - Update to 0.10.3

+ 

+ * Thu Jan 14 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.7.11-2

+ - Use pyproject-rpm-macros and pytest macro.

+ 

+ * Fri Jan 08 2021 Filipe Brandenburger <filbranden@gmail.com> - 0.7.11-1

+ - Initial packaging.

file modified
+9 -66
@@ -2,10 +2,10 @@ 

  

  Name:           python-jupyter-packaging

  Version:        0.12.3

- Release:        2%{?dist}

+ Release:        %autorelease

  Summary:        Tools to help build and install Jupyter Python packages

  

- License:        BSD

+ License:        BSD-3-Clause

  URL:            https://github.com/jupyter/jupyter-packaging

  Source0:        %{pypi_source}

  BuildArch:      noarch
@@ -46,73 +46,16 @@ 

  not test_install and \

  not test_install_hybrid and \

  not test_run \

- "

+ " \

+ -W "ignore:pkg_resources is deprecated as an API::pkg_resources"

+ # ^^^

+ # Workaround pkg_resources deprecation warning leaking from

+ # setuptools:

+ # https://github.com/pypa/setuptools/issues/3878

  

  %files -n python3-jupyter-packaging -f %{pyproject_files}

  %license LICENSE

  %doc README.md

  

  %changelog

- * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.3-2

- - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

- 

- * Sat Aug 27 2022 Lumír Balhar <lbalhar@redhat.com> - 0.12.3-1

- - Update to 0.12.3

- Resolves: rhbz#2121488

- 

- * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-2

- - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

- 

- * Mon Jun 20 2022 Lumír Balhar <lbalhar@redhat.com> - 0.12.2-1

- - Update to 0.12.2

- Resolves: rhbz#2099315

- 

- * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.12.1-2

- - Rebuilt for Python 3.11

- 

- * Tue May 31 2022 Lumír Balhar <lbalhar@redhat.com> - 0.12.1-1

- - Update to 0.12.1

- Resolves: rhbz#2092028

- 

- * Mon Mar 28 2022 Miro Hrončok <mhroncok@redhat.com> - 0.12.0-2

- - Drop build-time dependencies on coverage, linters etc.

- 

- * Fri Mar 25 2022 Lumír Balhar <lbalhar@redhat.com> - 0.12.0-1

- - Update to 0.12.0

- Resolves: rhbz#2068334

- 

- * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-2

- - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

- 

- * Tue Nov 16 2021 Lumír Balhar <lbalhar@redhat.com> - 0.11.1-1

- - Update to 0.11.1

- Resolves: rhbz#2023459

- 

- * Tue Oct 19 2021 Lumír Balhar <lbalhar@redhat.com> - 0.11.0-1

- - Update to 0.11.0

- Resolves: rhbz#2015227

- 

- * Wed Oct 06 2021 Lumír Balhar <lbalhar@redhat.com> - 0.10.6-1

- - Update to 0.10.6

- Resoves: rhbz#2008278

- 

- * Mon Sep 20 2021 Lumír Balhar <lbalhar@redhat.com> - 0.10.5-1

- - Update to 0.10.5

- Resolves: rhbz#2004479

- 

- * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.4-2

- - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

- 

- * Wed Jul 07 2021 Lumír Balhar <lbalhar@redhat.com> - 0.10.4-1

- - Update to 0.10.4

- Resolves: rhbz#1979685

- 

- * Thu Jun 24 2021 Lumír Balhar <lbalhar@redhat.com> - 0.10.3-1

- - A few minor modifications

- - Update to 0.10.3

- 

- * Thu Jan 14 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.7.11-2

- - Use pyproject-rpm-macros and pytest macro.

- 

- * Fri Jan 08 2021 Filipe Brandenburger <filbranden@gmail.com> - 0.7.11-1

- - Initial packaging.

+ %autochangelog

1 new commit added

  • Convert License to SPDX identifier
a year ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/ca17f1baab8d4f7daf382d5a90a7f33b

rebased onto 71c3ec7

a year ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/f5a3d336fcfc43388dc6f325c477d1f5

Pull-Request has been merged by lbalhar

a year ago
Metadata