معرفی شرکت ها
python-specfile-0.15.0-1.fc38.src.rpm
تبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتبلیغات ما
مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.
مشاهده بیشترتوضیحات
ویژگی | مقدار |
---|---|
سیستم عامل | Linux |
توزیع | Fedora 38 |
مخزن | Fedora Everything noarch |
نام بسته | python-specfile |
نام فایل بسته | python-specfile-0.15.0-1.fc38.src.rpm |
نسخه بسته | 0.15.0 |
انتشار بسته | 1.fc38 |
معماری بسته | noarch |
نگهدارنده | - |
تاریخ ساخت | Mon 13 Mar 2023 10 |
هاست سازنده | buildvm-ppc64le-40.iad2.fedoraproject.org |
نوع بسته | .rpm |
آدرس صفحه اصلی | https://github.com/packit/specfile |
مجوز | MIT |
حجم دانلود | 116K |
حجم نصب | 90.473K |
جایگزین ها
بسته | نسخه | معماری | مخزن |
---|---|---|---|
python-specfile-0.25.0-1.fc38.src.rpm | 0.25.0 | noarch | Fedora Everything |
python-specfile-0.28.2-1.fc38.src.rpm | 0.28.2 | noarch | Fedora Everything |
نیازمندی
مقدار | نام |
---|---|
- | (python3dist(toml) if python3-devel < 3.11) |
- | pyproject-rpm-macros |
- | python3-devel |
- | python3-devel |
- | python3dist(flexmock) |
- | python3dist(packaging) |
>= 19 | python3dist(pip) |
- | python3dist(pytest) |
- | python3dist(rpm) |
>= 45 | python3dist(setuptools) |
- | python3dist(setuptools-scm) |
- | python3dist(setuptools-scm-git-archive) |
- | python3dist(setuptools-scm[toml]) |
- | python3dist(wheel) |
ارائه دهنده
مقدار | نام |
---|---|
= 0.15.0-1.fc38 | python3-specfile |
نحوه نصب
نصب پکیج rpm python-specfile:
dnf install python-specfile-0.15.0-1.fc38.src.rpm
فایل ها
مسیرها |
---|
python-specfile.spec |
گزارش تغییرات
تاریخ آخرین تغییر | جزئیات |
---|---|
2023-03-10 |
Parsing the spec file by RPM is now performed only if really necessary, greatly improving performance in certain scenarios. (#212)
|
2023-02-23 |
Fixed a bug that broke parsing in case spec file contained conditionalized macro definitions or similar constructs. (#209)
|
2023-01-30 |
Fixed infinite loop that occured when section options were followed by whitespace. (#197)
|
2023-01-23 |
Fixed a bug in section parsing that caused sections to be ignored when there were macro definitions spread across the spec file and not cumulated at the top. (#191)
|
2023-01-20 |
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
2023-01-20 |
Added `Section.options` attribute for convenient manipulation of section options. (#183)
|
2023-01-06 |
All classes including `Specfile` itself can now be copied using the standard `copy()` and `deepcopy()` functions from `copy` module. (#176)
|
2022-12-14 |
Tags enclosed in conditional macro expansions are not ignored anymore. (#156)
|
2022-12-09 |
Context managers (`Specfile.sections()`, `Specfile.tags()` etc.) can now be nested and combined together (with one exception - `Specfile.macro_definitions()`), and it is also possible to use tag properties (e.g. `Specfile.version`, `Specfile.license`) inside them. It is also possible to access the data directly, avoiding the `with` statement, by using the `content` property (e.g. `Specfile.tags().content`), but be aware that no modifications done to such data will be preserved. You must use `with` to make changes. (#153)
|
2022-11-30 |
Fixed an issue that caused empty lines originally inside changelog entries to appear at the end. (#140)
|
2022-11-12 |
`specfile` now supports localized tags (e.g. `Summary(fr)`) and tags with qualifiers (e.g. `Requires(post)`).
|
2022-10-25 |
Added utility classes for working with (N)EVR. (#113)
|
2022-10-14 |
Added `Specfile.update_tag()` method that allows updating tag values while trying to preserve macro expansions. You can watch a demo on [YouTube](https://youtu.be/yzMfBPdFXZY). (#101)
|
2022-10-07 |
It is now possible to filter changelog entries by specifying lower bound EVR, upper bound EVR or both. (#104)
|
2022-08-25 |
Switched to our own implementation of working with `%changelog` timestamps and removed dependency on arrow (#88)
|
2022-08-10 |
Added new `%conf` section (#74)
|