hello,
good catch.
On 27.3.2017 21:34, Johannes Kastl wrote:
> In the spec, the name of the package is python-python_axolotl (note
> the "_" instead of the "-" ).
>
> Is there any reason for that?
Doesn't seem to be.
In general, pypi names seemed to shift to using dashes instead of underscores everywhere. From
Python's dependency tracker POV, "_" and "-" in package name are the same, so it makes sense to use
always the same thing.
>
> I changed my copy to have the same name in the spec as the package,
> and it builds and it works. (I also updated it to 0.1.39, but that's
> just a side note).
>
> If desired, I can sr it to d:l:p.
yes, please do that, and please also write:
Obsoletes: python-python_axolotl < %{version}
Provides: python-python_axolotl = %{version}
regards
m.
>
> But maybe there should be an additional "Obsoletes
> python-python_axolotl" in there, to make sure the transition smooth.
>
> Johannes
>