#74 Update rawhide to upstream release 0.11.0
Merged a year ago by lecris. Opened a year ago by lecris.
rpms/ lecris/python-scikit-build-core rawhide-update  into  rawhide

Update to 0.11.0 upstream release
Cristian Le • a year ago  
file modified
+18 -12
@@ -6,7 +6,8 @@ 

        - "protect .git*"

        - "protect sources"

        - "protect changelog"

-       - "- plans/rpmlint.fmf"

+       - "protect gating.yaml"

+       - "- *.spec"

    - .packit.yaml

  

  upstream_package_name: scikit-build-core
@@ -20,31 +21,36 @@ 

    - epel-10-x86_64

    - epel-10-aarch64

  

- jobs:

-   - &copr_build

+ _:

+   # Job templates

+   - &build-in-packit

      job: copr_build

-     trigger: pull_request

+   - &build-in-scikit-build

+     <<: *build-in-packit

+     owner: "@scikit-build"

    - &tests

      job: tests

-     trigger: pull_request

      fmf_path: .distro

-     targets:

-       - fedora-all-x86_64

-       - fedora-all-aarch64

-   - <<: *copr_build

+ 

+ jobs:

+   # Upstream jobs

+   - <<: *build-in-scikit-build

      trigger: release

-     owner: "@scikit-build"

      project: release

    - <<: *tests

      trigger: release

-   - <<: *copr_build

+   - <<: *build-in-scikit-build

      trigger: commit

      branch: main

-     owner: "@scikit-build"

      project: nightly

    - <<: *tests

      trigger: commit

      branch: main

+   - <<: *build-in-packit

+     trigger: pull_request

+   - <<: *tests

+     trigger: pull_request

+   # Downstream jobs

    - job: propose_downstream

      trigger: release

      dist_git_branches:

file modified
+1 -2
@@ -1,5 +1,4 @@ 

- summary:

-   Documentation examples

+ summary: Documentation examples

  discover+:

    how: fmf

    filter: "tag: examples"

file modified
+1 -2
@@ -1,8 +1,7 @@ 

  /:

    inherit: false

  

- summary:

-   Basic smoke tests

+ summary: Basic smoke tests

  discover:

    how: fmf

    filter: "tag: smoke"

@@ -1,3 +0,0 @@ 

- addFilter("python.?-scikit-build-core\+pyproject.* spelling-error \('[Mm]etapackage")

- addFilter("python.?-scikit-build-core\+.* no-documentation")

- addFilter("python.?-scikit-build-core.* files-duplicate .*__init__.py .*")

@@ -1,11 +1,14 @@ 

  %global debug_package %{nil}

  

  Name:           python-scikit-build-core

- Version:        0.10.7

+ Version:        0.11.0

  Release:        %autorelease

  Summary:        Build backend for CMake based projects

  

- License:        Apache-2.0

+ # The main project is licensed under Apache-2.0, but it has a vendored project

+ # src/scikit_build_core/_vendor/pyproject_metadata: MIT

+ # https://github.com/scikit-build/scikit-build-core/issues/933

+ License:        Apache-2.0 AND MIT

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

  Source:         %{pypi_source scikit_build_core}

  
@@ -36,6 +39,8 @@ 

  

  %prep

  %autosetup -n scikit_build_core-%{version}

+ # Rename the bundled license so that it can be installed together

+ cp -p src/scikit_build_core/_vendor/pyproject_metadata/LICENSE LICENSE-pyproject-metadata

  

  

  %generate_buildrequires
@@ -58,7 +63,7 @@ 

  

  

  %files -n python3-scikit-build-core -f %{pyproject_files}

- %license LICENSE

+ %license LICENSE LICENSE-pyproject-metadata

  %doc README.md

  

  

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

- SHA512 (scikit_build_core-0.10.7.tar.gz) = dcd9e3170f7fb0251ce2353ecd5080b64c16b914f2afe8380d318388f1d2fdbe9ca989ed2bffa44963b1ce629e7fa1545132d003f60d76b35e8c680418d883da

+ SHA512 (scikit_build_core-0.11.0.tar.gz) = a2fae6d62c6283ed42789eaafb8eabf0637146733434c1041583470b3f593d557b7d5d5f9ff887e94ea6bfff409b526948c4c9807213f95880156c3d25f2202b

file modified
+1
@@ -5,4 +5,5 @@ 

  

  # Define tests

  /version:

+   summary: Read version

    test: python3 -c "import scikit_build_core; print(scikit_build_core.__version__)"

Upstream tag: v0.11.0
Upstream commit: 47431d4e
Resolves: rhbz#2348951

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

Pull-Request has been merged by lecris

a year ago