#8 Epel 9 Preparation
Closed 2 years ago by churchyard. Opened 2 years ago by rcallicotte.
rpms/ rcallicotte/python-pathspec epel9  into  epel9

file modified
+3 -2
@@ -3,7 +3,7 @@ 

  Release:        1%{?dist}

  Summary:        Utility library for gitignore style pattern matching of file paths

  

- License:        MPL 2.0

+ License:        MPLv2.0

  URL:            https://github.com/cpburnz/python-path-specification

  Source0:        https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz

  
@@ -51,7 +51,8 @@ 

  %{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info

  

  %changelog

- * Wed Nov 17 2021 Miro Hrončok <mhroncok@redhat.com> - 0.9.0-1

+ * Sun Jan 16 2022 Robby Callicotte <rcallicotte@fedoraproject.org> - 0.9.0-1

+ - Updated licence name

  - Update to 0.9.0

  - Fixes rhbz#1983374

  

I have modified the name value to match the specfile name and updated the license shortname to match the listing on the licensing page. The spec was also updated to use sub-package syntax per the example on https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_201x/#_example_python_spec_file.

My first attempt at a PR was pretty horrendous, so please let me know if there is anything I can do to facilitate better communication.

Let's merge rawhide into epel9 instead? The divergence here makes no benefit.

rebased onto 3fe2e64

2 years ago

I have merged rawhide into epel9 branch (via git reset to 204c8a9) and amended the changelog accordingly.

1 new commit added

  • Changed license shortname to match Fedora lic spec.
2 years ago

A git reset won't apply here. This pull request cannot be merged. We need a merge commit.

I've pushed the change that synces epel9 to rawhide manually, as pagure refused to create a pull request with empty commit.

Pull-Request has been closed by churchyard

2 years ago
Metadata