.git_archival.txt
.gitattributes
.gitignore
.packit.yaml
.pre-commit-config.yaml
.zuul.yaml
CHANGELOG.md
Containerfile.tests
LICENSE
Makefile
README.md
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
epel/python-specfile.spec
fedora/python-specfile.spec
files/install-requirements-pip.yaml
files/install-requirements-rpms.yaml
files/local-tests-requirements.yaml
files/zuul-tests.yaml
files/tasks/build-rpm-deps.yaml
files/tasks/generic-dnf-requirements.yaml
files/tasks/project-dir.yaml
files/tasks/rpm-deps.yaml
files/tasks/rpm-test-deps.yaml
specfile/__init__.py
specfile/changelog.py
specfile/exceptions.py
specfile/macro_options.py
specfile/prep.py
specfile/rpm.py
specfile/sections.py
specfile/sourcelist.py
specfile/sources.py
specfile/specfile.py
specfile/tags.py
specfile/types.py
specfile.egg-info/PKG-INFO
specfile.egg-info/SOURCES.txt
specfile.egg-info/dependency_links.txt
specfile.egg-info/requires.txt
specfile.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/constants.py
tests/data/spec_autopatch/patch0.patch
tests/data/spec_autopatch/patch1.patch
tests/data/spec_autopatch/patch2.patch
tests/data/spec_autopatch/patch3.patch
tests/data/spec_autopatch/patch4.patch
tests/data/spec_autopatch/patch5.patch
tests/data/spec_autopatch/patch6.patch
tests/data/spec_autopatch/test-0.1.tar.xz
tests/data/spec_autopatch/test.spec
tests/data/spec_autosetup/patch0.patch
tests/data/spec_autosetup/patch1.patch
tests/data/spec_autosetup/patch2.patch
tests/data/spec_autosetup/test-0.1.tar.xz
tests/data/spec_autosetup/test.spec
tests/data/spec_commented_patches/patch0.patch
tests/data/spec_commented_patches/patch1.patch
tests/data/spec_commented_patches/patch2.patch
tests/data/spec_commented_patches/patch3.patch
tests/data/spec_commented_patches/patch4.patch
tests/data/spec_commented_patches/patch5.patch
tests/data/spec_commented_patches/patch6.patch
tests/data/spec_commented_patches/test-0.1.tar.xz
tests/data/spec_commented_patches/test.spec
tests/data/spec_minimal/test.spec
tests/data/spec_multiple_sources/test.7z
tests/data/spec_multiple_sources/test.spec
tests/data/spec_multiple_sources/test.tar.bz2
tests/data/spec_multiple_sources/test.tar.gz
tests/data/spec_multiple_sources/test.tar.lrz
tests/data/spec_multiple_sources/test.tar.lz
tests/data/spec_multiple_sources/test.tar.xz
tests/data/spec_multiple_sources/test.tar.zst
tests/data/spec_multiple_sources/test.txt
tests/data/spec_multiple_sources/test.zip
tests/data/spec_patchlist/patch0.patch
tests/data/spec_patchlist/patch1.patch
tests/data/spec_patchlist/patch2.patch
tests/data/spec_patchlist/test-0.1.tar.xz
tests/data/spec_patchlist/test.spec
tests/data/spec_rpmautospec/test.spec
tests/data/spec_traditional/patch0.patch
tests/data/spec_traditional/patch1.patch
tests/data/spec_traditional/patch2.patch
tests/data/spec_traditional/test-0.1.tar.xz
tests/data/spec_traditional/test.spec
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_specfile.py
tests/unit/__init__.py
tests/unit/test_changelog.py
tests/unit/test_macro_options.py
tests/unit/test_prep.py
tests/unit/test_rpm.py
tests/unit/test_sections.py
tests/unit/test_sourcelist.py
tests/unit/test_sources.py
tests/unit/test_specfile.py
tests/unit/test_tags.py