#11242 Unretire rpms/pyftpdlib
Closed: Fixed by humaton. Opened by aekoroglu.

Name of the package?

pyftpdlib

FAS username of the new maintainer?

aekoroglu

Branches that you need it to be unretired for?

rawhide

Package re-review BZ URL?

https://bugzilla.redhat.com/show_bug.cgi?id=2164342

Any extra information?

DNF team has an issue related with python-behave but ci-dnf-stack requires pyftpdlib.
I also renamed the package regarding to python packaging guideline naming directives.

PoC:

[aekoroglu@i9 dnf]$ behave repolist.feature
Feature: Repolist # repolist.feature:1
  Background: Using repositories dnf-ci-fedora and dnf-ci-thirdparty-updates  # repolist.feature:4
  @dnf5daemon
  Scenario: Repolist without arguments                                          # repolist.feature:16
    Given I use repository "dnf-ci-fedora"                                      # steps/repo.py:182 0.080s
    And I use repository "dnf-ci-thirdparty-updates"                            # steps/repo.py:182 0.032s
    And I use repository "dnf-ci-fedora-updates" with configuration             # steps/repo.py:208 0.106s
      | key     | value |
      | enabled | 0     |
    And I use repository "dnf-ci-thirdparty" with configuration                 # steps/repo.py:208 0.059s
      | key     | value |
      | enabled | 0     |
    When I execute dnf with args "repolist"                                     # steps/cmd.py:106 0.186s
    Then the exit code is 0                                                     # ../common/output.py:57 0.000s
    And stdout contains "dnf-ci-fedora\s+dnf-ci-fedora"                         # steps/cmd.py:237 0.000s
    And stdout contains "dnf-ci-thirdparty-updates\s+dnf-ci-thirdparty-updates" # steps/cmd.py:237 0.000s
    And stdout does not contain "dnf-ci-fedora-updates"                         # steps/cmd.py:243 0.000s
    And stdout does not contain "dnf-ci-thirdparty\s+dnf-ci-thirdparty"         # steps/cmd.py:243 0.000s

Metadata Update from @phsmoura:
- Issue tagged with: low-gain, low-trouble, ops

The package is now unretired. For missing branches please use $fedpkg request-branch

Metadata Update from @humaton:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata