معرفی شرکت ها


packit-0.104.0-1.fc39.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A tool for integrating upstream projects with Fedora operating system
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything noarch
نام بسته packit
نام فایل بسته packit-0.104.0-1.fc39.src.rpm
نسخه بسته 0.104.0
انتشار بسته 1.fc39
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Mon 18 Nov 2024 01
هاست سازنده buildvm-a64-06.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/packit/packit
مجوز MIT
حجم دانلود 6.5M
حجم نصب 6.374M
This project provides tooling and automation to integrate upstream open source projects into Fedora operating system.


جایگزین ها

بسته نسخه معماری مخزن
packit-0.104.0-1.fc39.noarch.rpm 0.104.0 noarch Fedora Everything
packit-0.80.0-1.fc39.noarch.rpm 0.80.0 noarch Fedora Everything
packit-0.80.0-1.fc39.src.rpm 0.80.0 noarch Fedora Everything
packit-0.87.1-1.fc39.noarch.rpm 0.87.1 noarch Fedora Everything
packit-0.87.1-1.fc39.src.rpm 0.87.1 noarch Fedora Everything
packit-0.97.1-1.fc39.noarch.rpm 0.97.1 noarch Fedora Everything
packit-0.97.1-1.fc39.src.rpm 0.97.1 noarch Fedora Everything


نیازمندی

مقدار نام
- (python3dist(tomli) if python3-devel < 3.11)
- pyproject-rpm-macros
- python3-devel
- python3-devel
- python3dist(backoff)
>= 7 python3dist(bodhi-client)
- python3dist(cachetools)
- python3dist(cccolutils)
- python3dist(click)
- python3dist(click-man)
- python3dist(copr)
- python3dist(deepdiff)
- python3dist(distro)
- python3dist(flexmock)
- python3dist(gitpython)
- python3dist(hatch-vcs)
- python3dist(hatchling)
- python3dist(koji)
- python3dist(lazy-object-proxy)
- python3dist(marshmallow)
- python3dist(marshmallow-enum)
- python3dist(munch)
- python3dist(ogr)
- python3dist(packaging)
>= 19 python3dist(pip)
- python3dist(pytest)
- python3dist(pytest-cov)
- python3dist(pytest-timeout)
- python3dist(python-bugzilla)
- python3dist(python-gnupg)
- python3dist(pyyaml)
- python3dist(requests)
- python3dist(requests-kerberos)
- python3dist(rpkg)
- python3dist(setuptools)
- python3dist(setuptools-scm)
- python3dist(specfile)
- python3dist(tabulate)


ارائه دهنده

مقدار نام
= 0.104.0-1.fc39 packit
= 0.104.0-1.fc39 python3-packit


نحوه نصب


نصب پکیج rpm packit:

    dnf install packit-0.104.0-1.fc39.src.rpm


فایل ها

مسیرها
packit.spec


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2024-11-15

Packit configuration file can now have a placeholder top-level key `_` that is ignored when read.
test: &base-test
You can now define `with_opts` and `without_opts` in target-specific configuration of `copr_build` job to build with `--with` and `--without` rpmbuild options. (#2463)
Resolves: rhbz#2325040

2024-11-10

Packit now supports and defaults to `fast_forward_merge_into` syntax via `--dist-git-branches-mapping` in `dist-git init`. (#2456)

2024-10-22

Fixed passing list of resolved bugs when running `packit propose-downstream` or `packit pull-from-upstream`. (#2447)
Resolves: rhbz#2321004

2024-10-11

We have fixed an issue that was introduced during the unification of the interface for passing resolved Bugzillas / Jira tickets to the `sync-release` or `bodhi_update` jobs. (#2442)
`packit validate-config` now checks for the existence of downstream package. (#2436)
Packit now allows building VM images via CLI without any Copr repository specified. (#2434)
Resolves: rhbz#2318003

2024-10-04

Check for `upstream_project_url` presence in the configuration when `pull_from_upstream` job is configured was removed from `validate-config`, as this is no longer required. (#2423)
`packit init` now adds working directories that are used in `packit prepare-sources` into the `.gitignore` file in the same directory where Packit config resides. (#2431)
Previously, `create-update` command took `--resolve-bugzillas` option and `propose-downstream` command took `--resolve-bug` option. The options have been unified into `--resolve-bug` for better user experience. If you used `create-update` with `--resolve-bugzillas` you have to use `--resolve-bug` (or shorthand `-b`) now instead. (#2428)
Resolves: rhbz#2316445

2024-09-18

In the user configuration file, it's possible to set `default_parse_time_macros`, e.g. might be helpful in situations like [packit/packit-service#2514](https://github.com/packit/packit-service/issues/2514). (#2408)
Packit now allows to configure mock bootstrap feature setup of Copr projects with a new `bootstrap` configuration option. (#2411)
Resolves: rhbz#2313250

2024-09-06

Packit now supports passing custom arguments to various static analyzers through `--csmock-args` CLI option and `csmock_args` configuration. (#2402)
When synching a new release Packit is now able to fast forward a specified merge to a configured list of branches.
stable": {}}` (#2363)
Resolves: rhbz#2310376

2024-08-24

`dist-git init` command now allows `upstream-git-url` not to be specified. (#2387)
Resolves: rhbz#2306481

2024-08-15

Update to version 0.100.2
Resolves: rhbz#2300464

2024-08-01

Dummy release to test the "build in side tags" new feature!
Resolves: rhbz#2300464

2024-07-29

`packit pull-from-upstream` now allows omitting `upstream_project_url` in the configuration in which case the interaction with the upstream repository is skipped during release syncing. (#2354)
We have implemented a CLI support for Koji builds against CBS Koji instance. (#2267)

2024-07-18

Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

2024-07-12

Update to version 0.99.0

2024-07-04

Packit now updates its own, not yet merged, pull requests instead of creating new ones for new releases. (#2204)
Resolves: rhbz#2295821

2024-06-21

We have fixed a bug that caused inconsistency between the promised environment variables (from the docs) and the environment that has been actually provided. Now you should have access to `PACKIT_UPSTREAM_REPO` and `PACKIT_DOWNSTREAM_REPO`, if they have been cloned already, in the `post-upstream-clone` action. (#2327)
Resolves: rhbz#2293661

2024-06-17

Rebuilt for Python 3.13
Resolves: rhbz#2291573