#3 Update f38 to version 0.17.1
Closed a year ago by lecris. Opened a year ago by lecris.
rpms/ lecris/python-scikit-build rawhide  into  f38

Bump version to 0.17.1
Cristian Le • a year ago  
Change to autospec
Cristian Le • a year ago  
file modified
+1
@@ -1,2 +1,3 @@ 

  /scikit-build-0.16.6.tar.gz

  /scikit-build-0.16.7.tar.gz

+ /scikit_build-0.17.1.tar.gz

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

+ * Thu Apr 13 2023 Cristian Le <fedora@lecris.me> - 0.17.1

+ - Update to 0.17.1

+ - Pypi archive name changed

+ - Switched to autospec

+ 

+ * Fri Feb 17 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.16.7-1

+ - Update to 0.16.7

+ 

+ * Thu Feb 09 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.16.6-1

+ - Initial package

file modified
+7 -9
@@ -1,6 +1,8 @@ 

+ %global pypi_name scikit_build

+ 

  Name:           python-scikit-build

- Version:        0.16.7

- Release:        1%{?dist}

+ Version:        0.17.1

+ Release:        %{autorelease}

  Summary:        Improved build system generator for Python C/C++/Fortran/Cython extensions

  

  # This project is mainly MIT but LICENSE also mentions some code
@@ -8,7 +10,7 @@ 

  # All bundled(cmake()) files listed are Apache-2.0 licensed.

  License:        MIT AND BSD-2-Clause-Views AND Apache-2.0

  URL:            https://github.com/scikit-build/scikit-build

- Source:         %{pypi_source scikit-build}

+ Source0:        %{pypi_source %{pypi_name}}

  

  BuildArch:      noarch

  BuildRequires:  python3-devel
@@ -52,7 +54,7 @@ 

  

  

  %prep

- %autosetup -p1 -n scikit-build-%{version}

+ %autosetup -n %{pypi_name}-%{version}

  

  

  %generate_buildrequires
@@ -83,8 +85,4 @@ 

  

  

  %changelog

- * Fri Feb 17 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.16.7-1

- - Update to 0.16.7

- 

- * Thu Feb 09 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.16.6-1

- - Initial package

+ %autochangelog

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (scikit-build-0.16.7.tar.gz) = 5bba94214c249f891b2972301b0e37b5f10938151e37a04b845dfc9e11ae85edc7e3880984f9fbbd1c037257fc8baa3ba7b006b1f1b7abb941d1a54e049f3cbc

+ SHA512 (scikit_build-0.17.1.tar.gz) = 617a68d92787c576f1c3fc9c24c8cc90e1fe976a853f3ae81442e1a99a20e1f4049d7ffac967c2248bf172f07a3e2092fc28b8d558b35da628a58cd3d9d16ae3

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

+1, same comments as in rawhide branch applies here, but since that branch was already merged let's not diverge branches.

+1, same comments as in rawhide branch applies here, but since that branch was already merged let's not diverge branches.

There is a packit workflow for upstream, we should change those there.

Pull-Request has been closed by lecris

a year ago