#2 No release in python3.Xdist(adduserpath) provide
Closed 3 years ago by lbalhar. Opened 3 years ago by churchyard.
rpms/ churchyard/python-userpath no_release_pydist  into  rawhide

file modified
+1 -1
@@ -35,7 +35,7 @@ 

  # Old package name

  Provides:       python3-adduserpath = %{version}-%{release}

  Provides:       python3dist(adduserpath) = %{version}-%{release}

- Provides:       python%{python3_version}dist(adduserpath) = %{version}-%{release}

+ Provides:       python%{python3_version}dist(adduserpath) = %{version}

  Obsoletes:      python3-adduserpath < 0.4.0.10

  

  %description -n python3-%{pypi_name}

Other such provides don't have it either.
No big deal, so no release bump.

Note that the version still might be non-standard if it includes trailing zeros,
but we can live with that.

Arguably, this release might be completely undesired. Even when the package is installed, pip install adduserpath will try to install a different one.

Thank you. I've removed the old provides.

Pull-Request has been closed by lbalhar

3 years ago
Metadata