Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[lib389] outdated version in provided metadata #5203

Closed
stanislavlevin opened this issue Mar 15, 2022 · 0 comments · Fixed by #5204
Closed

[lib389] outdated version in provided metadata #5203

stanislavlevin opened this issue Mar 15, 2022 · 0 comments · Fixed by #5204
Labels
needs triage The issue will be triaged during scrum

Comments

@stanislavlevin
Copy link
Contributor

Issue Description

There is a hardcoded version of lib389 since 9dccfea.

Package Version and Platform:

  • Platform: any
  • Package and version: 1.4.0.2 +

Steps to Reproduce

>>> from importlib.metadata import version                                       
>>> version("lib389")                                                            
'1.4.0.1'

Expected results
Expected actual version of lib389.

@stanislavlevin stanislavlevin added the needs triage The issue will be triaged during scrum label Mar 15, 2022
stanislavlevin added a commit to stanislavlevin/389-ds-base that referenced this issue Mar 17, 2022
Bug Description:

There is a hardcoded version of `lib389` since
9dccfea.

Fix Description:

Build `setup.py` from template.

Fixes: 389ds#5203

Reviewed by: Simon Pichugin (thanks!)

Signed-off-by: Stanislav Levin <slev@altlinux.org>
stanislavlevin added a commit to stanislavlevin/389-ds-base that referenced this issue Aug 17, 2023
Bug Description:

There is a hardcoded version of `lib389` since
9dccfea.

Fix Description:

Build `setup.py` from template.

Fixes: 389ds#5203

Reviewed by: Simon Pichugin (thanks!)

Signed-off-by: Stanislav Levin <slev@altlinux.org>
vashirov pushed a commit that referenced this issue Aug 17, 2023
Bug Description:

There is a hardcoded version of `lib389` since
9dccfea.

Fix Description:

Build `setup.py` from template.

Fixes: #5203

Reviewed by: Simon Pichugin (thanks!)

Signed-off-by: Stanislav Levin <slev@altlinux.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage The issue will be triaged during scrum
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant