Maja Massarini
Maja Massarini
Hi Bodhi team, I am Maja from the Packit team. More than an issue this is a request for a feature. We are now able to automatically release a package...
Both `Upstream` and `Distgit` classes have `create_pull` ([up](https://github.com/packit/packit/blob/main/packit/upstream.py#L157L182) and [dg](https://github.com/packit/packit/blob/main/packit/distgit.py#L269L298)) and `fork_to_push` ([up](https://github.com/packit/packit/blob/main/packit/upstream.py#L95L155) and [dg](https://github.com/packit/packit/blob/main/packit/distgit.py#L229L267)). They could be used by code not aware of the underlying `PackitRepositoryBase` (like [here](https://github.com/packit/packit/blob/4c842da068e99ff62c620cf1a9c25cd3c7ddb665/packit/api.py#L1083L1098)) but...
I think [this change](https://requests.readthedocs.io/en/latest/community/updates/#id3) is making the test fail when using *python-requests-2.31.0-3.fc40* in the new fedora distro f40. The breaking PR should be [this one](https://github.com/psf/requests/pull/6226). I get this error: ```...
Fixes packit#2182 Merge after - [ ] [This](https://pagure.io/pagure/pull-request/5436) PR has been merged in Pagure - [ ] A new token has been created for packit and packit-stg with `pull_request_update` acl...
### Description We want to be able to call the pull-from-upstream procedure without a git upstream or without a git upstream at all. #2136 is a draft PR example we...
A **dirty** draft for **pull-from-upstream with no upstream**. Many topics to discuss around this. This code worked from the command line; in `.packit.yaml` there should be no `upstream_project_url` key then...
[This](https://github.com/oamg/leapp-repository/blob/a6445b391a01bf17d3ad8229ca1185b10479f467/.packit.yaml#L20) `fix_spec` actions are *corner cases* of the `release_suffix` management and they are for this reason somehow weak. In this same case we would be able to replace the `fix_spec`...
As a result of the packit/packit#1543 epic our config is no more strictly associated with just one Package. We should change its name from `PackageConfig` to something like `RepoConfig` and...
Related with packit/ogr#769 We should make more visible that something weird happened (in this example a warning message was printed) when running a user command. We should be able to...