Changelog for
fedmod-0.6.3-8.fc32.noarch.rpm :
* Tue Apr 07 2020 Kalev Lember
- 0.6.3-8- Add f32 branched dataset
* Wed Feb 05 2020 Kalev Lember - 0.6.3-7- Add f31 release dataset and change the default from f30 to f31
* Tue Jan 28 2020 Fedora Release Engineering - 0.6.3-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 03 2019 Miro Hrončok - 0.6.3-5- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok - 0.6.3-4- Rebuilt for Python 3.8
* Wed Jul 31 2019 Stephen Gallagher - 0.6.3-3- Fix libmodulemd dependency
* Thu Jul 25 2019 Fedora Release Engineering - 0.6.3-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jun 27 2019 Nils Philippsen 0.6.3-1- Update version metadata for release 0.6.3 (nilsAATTredhat.com)- Add f30 release dataset and change the default from f29 to f30 (klemberAATTredhat.com)
* Tue Mar 12 2019 Nils Philippsen 0.6.2-1- Update version metadata for release 0.6.2 (nilsAATTredhat.com)- repo2module: allow feeding from existing modulemd (nilsAATTredhat.com)- repo2module: set NSVC, default profile from API pkg (or default) (nilsAATTredhat.com)- add ModuleFromRepoGenerator and repo2module command (nilsAATTredhat.com)- parse_dataset_name(): cope with \'architectures\' missing (nilsAATTredhat.com)- add reading list of packages from a repository (nilsAATTredhat.com)- allow writing caches silently (nilsAATTredhat.com)- DistroPaths: work with local repositories (nilsAATTredhat.com)- cope with non-x86_64 multilib (nilsAATTredhat.com)- add script to generate compat arch configuration (nilsAATTredhat.com)- _depchase: don\'t hardcode x86_64 (nilsAATTredhat.com)- fix summarize_modules() called from outside CLI (nilsAATTredhat.com)- fix typo (nilsAATTredhat.com)
* Mon Mar 04 2019 Nils Philippsen 0.6.1-1- Update version metadata for release 0.6.1 (nilsAATTredhat.com)- cope with click < 7.0 (nilsAATTredhat.com)
* Mon Mar 04 2019 Nils Philippsen 0.6.0-1- Update version metadata for release 0.6.0 (nilsAATTredhat.com)- add get-modulemds command (nilsAATTredhat.com)- --show-property: allow using globs (nilsAATTredhat.com)- summarize-modules: allow reordering default properties (nilsAATTredhat.com)- add ModuleProperty.__repr__() (nilsAATTredhat.com)- tack MBS build info onto retrieved module objects (nilsAATTredhat.com)- summarize-modules: allow showing additional properties (nilsAATTredhat.com)- summarize-modules: use more intuitive option variable names (nilsAATTredhat.com)- use consistent names for module summarizing tests (nilsAATTredhat.com)- deprecate \'summarize-module\' command name and options (nilsAATTredhat.com)- summarize-module: update help texts (nilsAATTredhat.com)- report on found modules and builds if verbose (nilsAATTredhat.com)- fix loglevel options (nilsAATTredhat.com)- lint: don\'t superfluously declare command name (nilsAATTredhat.com)- use command names consistently for CLI functions (nilsAATTredhat.com)- fix import order (nilsAATTredhat.com)
* Tue Feb 26 2019 Nils Philippsen 0.5.0-1- Update version metadata for release 0.5.0 (nilsAATTredhat.com)- only print summary if builds are found (nilsAATTredhat.com)- filter module builds by platform stream (nilsAATTredhat.com)- config: expand platform module stream name template (nilsAATTredhat.com)- add platform module configuration (nilsAATTredhat.com)- summarize-module: optionally access MBS (nilsAATTredhat.com)- bump copyright years (nilsAATTredhat.com)- add enumerate_module_defaults() methods (nilsAATTredhat.com)- optimize requesting builds if latest and no filters (nilsAATTredhat.com)- simplify iterating over module stream builds (nilsAATTredhat.com)- implement filtering module builds by NSVC (nilsAATTredhat.com)- implement filtering module names (nilsAATTredhat.com)- Source.enumerate_module_builds(): add `latest` parameter (nilsAATTredhat.com)- RPMRepoDataSource: implement enumerate_module_builds() (nilsAATTredhat.com)- RPMRepoDataSource: make API match Source interface (nilsAATTredhat.com)- rename RPMRepositorySource -> RPMRepoDataSource (nilsAATTredhat.com)- collect_pages(): introduce `limit` parameter (nilsAATTredhat.com)- collect_pages(): retrieve pages concurrently (nilsAATTredhat.com)- retry(): catch timeout errors (nilsAATTredhat.com)- retry(): put growing sleeps between attempts (nilsAATTredhat.com)- move code out of else branch in try...except (nilsAATTredhat.com)- only gather sibling builds if `latest` is set (nilsAATTredhat.com)- use MBS results-per-page setting (nilsAATTredhat.com)- avoid nested function (nilsAATTredhat.com)- don\'t use hardcoded MBS and Pagure connectors (nilsAATTredhat.com)- add --source option and evaluate it (nilsAATTredhat.com)- add runtime configuration (nilsAATTredhat.com)- add Source.from_type() factory (nilsAATTredhat.com)- add config needed to access build systems directly (nilsAATTredhat.com)- add BuildSystemSource (nilsAATTredhat.com)- add RPMRepositorySource (nilsAATTredhat.com)- add core Source class (nilsAATTredhat.com)- define Pagure and MBS API consumers (nilsAATTredhat.com)- add async REST API consumer (nilsAATTredhat.com)- repodata: cache merged modulemds (nilsAATTredhat.com)- repodata: distinguish between JSON and YAML caches (nilsAATTredhat.com)- summarize-module: ignore versions in tests (nilsAATTredhat.com)- set default dataset in Fedora configuration (nilsAATTredhat.com)- cope with un- rather than wrongly defined dataset (nilsAATTredhat.com)- move dataset functions to util (nilsAATTredhat.com)- move dict helper functions and classes into util (nilsAATTredhat.com)- split out application setup from CLI toplevel function (nilsAATTredhat.com)- add --debug option (nilsAATTredhat.com)- lint: use not implicitly casting YAML loader (nilsAATTredhat.com)- augment PyYAML to not implicitly type-cast scalars (nilsAATTredhat.com)- make util a package (nilsAATTredhat.com)
* Tue Feb 05 2019 Nils Philippsen 0.4.6-1- Update version metadata for release 0.4.6 (nilsAATTredhat.com)- Fix buildorder for generated flatpak modulemd (otaylorAATTfishsoup.net)
* Thu Jan 31 2019 Fedora Release Engineering - 0.4.5-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Jan 21 2019 Nils Philippsen 0.4.5-1- Update version metadata for release 0.4.5 (nilsAATTredhat.com)- fix typo (nilsAATTredhat.com)- Change rationale from \"Runtime dependencies\" to \"Runtime dependency\" (otaylorAATTfishsoup.net)- Clean up generated Flatpak modulemd (otaylorAATTfishsoup.net)- rpm2flatpak: Handle manifests with \'id\' rather than \'app-id\' (otaylorAATTfishsoup.net)- rpm2flatpak: Add \'platform\' as a dependency (otaylorAATTfishsoup.net)- rpm2flatpak: add a --flatpak-common option (otaylorAATTfishsoup.net)
* Wed Jan 16 2019 Nils Philippsen 0.4.4-1- Update version metadata for release 0.4.4 (nilsAATTredhat.com)- access default-architecture via template expansion (nilsAATTredhat.com)- log and re-raise unhandled exceptions (nilsAATTredhat.com)- dataset: cope with dashes in release name (nilsAATTredhat.com)
* Thu Dec 20 2018 Nils Philippsen 0.4.3-1- Update version metadata for release 0.4.3 (nilsAATTredhat.com)- remove obsolete test files (nilsAATTredhat.com)- flatpak generator: move test files out of source (nilsAATTredhat.com)- rpm2flatpak: Add an option to initialize from the Flathub manifest (otaylorAATTfishsoup.net)- flatpak_generator.py: Use a literal string for finish-args (otaylorAATTfishsoup.net)- add missing blank lines after imports (nilsAATTredhat.com)- flake8: use \'google\' import order style (nilsAATTredhat.com)- define application name for flake8 (nilsAATTredhat.com)- summarizer: improve how GErrors are wrapped (nilsAATTredhat.com)- summarizer: better handling of local yaml files (rdossantAATTredhat.com)- mention rebasing (nilsAATTredhat.com)- add contributing section (nilsAATTredhat.com)- mention summarize-module (nilsAATTredhat.com)- summarizer: replace assert by exception (rdossantAATTredhat.com)- summarizer: read metadata from url in cmdline (rdossantAATTredhat.com)- summarizer: update method documentation (rdossantAATTredhat.com)- summarizer: add glob pattern matching for filtering (nilsAATTredhat.com)- summarizer: ignore cached metadata when given a yaml (rdossantAATTredhat.com)- flake8: only flag lines longer than 100 characters (nilsAATTredhat.com)- summarize-module: add modular dependency info (rdossantAATTredhat.com)- summarize-module: add version and context to output (rdossantAATTredhat.com)- Flatten the module profiles lookup dict (rdossantAATTredhat.com)- summarize-module: make shallow copy of lookup dicts (rdossantAATTredhat.com)- summarize-module: mark print_summary as internal (rdossantAATTredhat.com)- Revert \"repodata: make get_dataset public\" (rdossantAATTredhat.com)- download further metadata from redirected URLs (nilsAATTredhat.com)- always access local paths via repo_paths object (nilsAATTredhat.com)- split _download_metadata_files() chunks visually (nilsAATTredhat.com)- move repo <-> metadata logic into RepoPaths (nilsAATTredhat.com)- pep8: don\'t use bare \'except\' (nilsAATTredhat.com)- pep8: fix over-/underindentation (nilsAATTredhat.com)- pep8: fix too long lines (nilsAATTredhat.com)- pep8: fix number of blank lines between items (nilsAATTredhat.com)- pep8: remove stray commas from single element sets (nilsAATTredhat.com)- pep8: fix whitespace errors (nilsAATTredhat.com)- pep8: ignore E402 around gi.require_version() lines (nilsAATTredhat.com)- pep8: separate import groups (nilsAATTredhat.com)- pep8: reorder imports (nilsAATTredhat.com)- pep8: remove unused imports (nilsAATTredhat.com)- summarize_modules: use spec.v2.yaml for tests (nilsAATTredhat.com)- module-summarizer: add tests (rdossantAATTredhat.com)- Add tool for displaying summary of modules (rdossantAATTredhat.com)- fetchrepodata: make merge_modules public (rdossantAATTredhat.com)- repodata: make get_dataset public (rdossantAATTredhat.com)- Add lookup for default stream and profiles (rdossantAATTredhat.com)- Add lookup for module profiles in cached data (rdossantAATTredhat.com)- Use new ImprovedModule available in libmodulemd (rdossantAATTredhat.com)
* Fri Nov 16 2018 Nils Philippsen 0.4.2-1- Update version metadata for release 0.4.2 (nilsAATTredhat.com)- add shell completion for dataset names (nilsAATTredhat.com)- install shell completion files (nilsAATTredhat.com)- add basic command line completion functionality (nilsAATTredhat.com)- add comment about \'virtualenv\' option (nilsAATTredhat.com)- fix Fedora Rawhide URLs (nilsAATTredhat.com)- fix Fedora architectures (nilsAATTredhat.com)- fix using plain strings as baseurl (nilsAATTredhat.com)- cope with missing default architecture, assume x86_64 (nilsAATTredhat.com)- cope with dataset regex not defining $releasever (nilsAATTredhat.com)- derive \'rawhide\' release from fedora-base (nilsAATTredhat.com)
* Tue Nov 13 2018 Nils Philippsen 0.4.1-1- Update version metadata for release 0.4.1 (nilsAATTredhat.com)- only optionally require koji (nilsAATTredhat.com)
* Fri Nov 09 2018 Nils Philippsen 0.4.0-1- Update version metadata for release 0.4.0 (nilsAATTredhat.com)- add BR: python3-{decorator,dnf} for tests (nilsAATTredhat.com)- don\'t install test suite (nilsAATTredhat.com)- don\'t mention metalink in configuration files (nilsAATTredhat.com)- let Config.clear() clean out pre-processed helper dicts (nilsAATTredhat.com)- config: honor all configuration directories (nilsAATTredhat.com)- ship configuration files (nilsAATTredhat.com)- use configured instead of hardcoded repositories (nilsAATTredhat.com)- add and verify configuration for source repositories (nilsAATTredhat.com)- add releases dict containing expanded configuration (nilsAATTredhat.com)- lint: add default for --min-level (nilsAATTredhat.com)- use command option defaults from configuration (nilsAATTredhat.com)- add first round of configuration files (nilsAATTredhat.com)- add basic configuration framework (nilsAATTredhat.com)- cope with faulty or missing content length (nilsAATTredhat.com)- provide information about unexpected exceptions (nilsAATTredhat.com)- lint: understand booleans as scalar values (nilsAATTredhat.com)- require minimum pytest version (nilsAATTredhat.com)- run (standalone) tests as check (nilsAATTredhat.com)- update dependencies (nilsAATTredhat.com)- move Python sources back to toplevel (nilsAATTredhat.com)- require PyGObject and koji Python packages (nilsAATTredhat.com)- merge relevant parts of src/README.md (nilsAATTredhat.com)- update the README (nilsAATTredhat.com)- mark tests that need metadata present (nilsAATTredhat.com)- test_cli_ux: cope with missing metadata cache (nilsAATTredhat.com)
* Tue Sep 25 2018 Nils Philippsen 0.3.1-1- Update version metadata for release 0.3.1 (nilsAATTredhat.com)- use summary and description of first package (nilsAATTredhat.com)
* Mon Sep 17 2018 Nils Philippsen 0.3.0-1- Update version metadata for release 0.3.0 (nilsAATTredhat.com)- test that wrong data types in filter block get flagged (nilsAATTredhat.com)- test that wrong data types in api block get flagged (nilsAATTredhat.com)- test that wrong data types in profiles block get flagged (nilsAATTredhat.com)- test that non-scalar values in references get flagged (nilsAATTredhat.com)- test that unknown reference keys get flagged (nilsAATTredhat.com)- lint: cope gracefully with non-dict references block (nilsAATTredhat.com)- test that non-dict references block gets flagged (nilsAATTredhat.com)- test that non-dict xmd block gets flagged (nilsAATTredhat.com)- test that missing platform dependencies are flagged (nilsAATTredhat.com)- lint: warn about missing dependencies block (nilsAATTredhat.com)- test that a missing dependencies block gets flagged (nilsAATTredhat.com)- pytest: filter more deprecation warnings caused by koji (nilsAATTredhat.com)- test that items from infrastructure are flagged (nilsAATTredhat.com)- avoid other warnings when importing Modulemd (nilsAATTredhat.com)- make AATTlinting_fails preserve method signatures (nilsAATTredhat.com)- refactor AATTlinting_fails (nilsAATTredhat.com)- test license blocks that are unknown or not lists (nilsAATTredhat.com)- test license blocks that aren\'t dicts (nilsAATTredhat.com)- test summaries that are more than one sentence (nilsAATTredhat.com)- test non-Unicode and non-YAML documents (nilsAATTredhat.com)- test non-scalar license values (nilsAATTredhat.com)- test missing licenses, licenses.module blocks (nilsAATTredhat.com)- lint: fix lint_licenses_scalar() (nilsAATTredhat.com)- test dependencies blocks of the wrong version (nilsAATTredhat.com)- lint: check that a v1 dependencies block is a dict (nilsAATTredhat.com)- test for trailing periods in summary, description (nilsAATTredhat.com)- include all levels when linting by default (nilsAATTredhat.com)- lint: better cope with missing description (nilsAATTredhat.com)- test for missing summary and description (nilsAATTredhat.com)- test for wrong or missing document versions (nilsAATTredhat.com)- add class for generic modulemd tests (nilsAATTredhat.com)- add and use linting_fails decorator (nilsAATTredhat.com)- lint: test missing document element (nilsAATTredhat.com)- add basic harness to test linting (nilsAATTredhat.com)- require pytest for testing (nilsAATTredhat.com)- lint: update copyright year (nilsAATTredhat.com)- lint: update v1_dependencies_buildrequires_dict docstring (nilsAATTredhat.com)- lint: cope with modulemd v1/v2 dependencies blocks (nilsAATTredhat.com)- lint: accept modulemd v2 documents (nilsAATTredhat.com)- lint: add missing blank line before class (nilsAATTredhat.com)- lint: update linked anchors (nilsAATTredhat.com)- add period to sentence ends (nilsAATTredhat.com)- Fix error message when container.yaml exists (otaylorAATTfishsoup.net)- pytest: filter deprecation warnings caused by koji (nilsAATTredhat.com)- avoid warning when importing Modulemd (nilsAATTredhat.com)- change back out of temporary directory after test (nilsAATTredhat.com)- tests: make check for Python 2 setuptools fuzzier (nilsAATTredhat.com)
* Thu Sep 06 2018 Nils Philippsen 0.2.3-1- Update version metadata for release 0.2.3 (nilsAATTredhat.com)- Default to the f29 dataset (otaylorAATTfishsoup.net)- Flatpak: Base runtime and package branches off of the current dataset (otaylorAATTfishsoup.net)- Add a f29 release version (otaylorAATTfishsoup.net)- Add a rawhide release version (otaylorAATTfishsoup.net)- Allow for multiple release versions, and add a --dataset argument (otaylorAATTfishsoup.net)- Add F28 modular updates repo (otaylorAATTfishsoup.net)- Fix usage of attrs (otaylorAATTfishsoup.net)
* Thu Aug 09 2018 Nils Philippsen 0.2.2-1- Update version metadata for release 0.2.2 (nilsAATTredhat.com)- fix modulemd dependencies (nilsAATTredhat.com)
* Thu Aug 09 2018 Nils Philippsen 0.2.1-1- Update version metadata for release 0.2.1 (nilsAATTredhat.com)- For Flatpaks, default components to the F28 branch (otaylorAATTfishsoup.net)- rpm2flatpak: reference the master stream, not the stable stream (otaylorAATTfishsoup.net)- Fix libmodulemd usage for changes in libmodulemd-1.5 (otaylorAATTfishsoup.net)
* Tue Aug 07 2018 Nils Philippsen 0.2-1- Update version metadata for release 0.2 (nilsAATTredhat.com)- ignore untracked files for releases (nilsAATTredhat.com)- reset release when tagging (nilsAATTredhat.com)- fix typo (nilsAATTredhat.com)- Add flatpak-report command (otaylorAATTfishsoup.net)- Add rpm2flatpak (otaylorAATTfishsoup.net)- Factor out a rpm_name_only utility functio (otaylorAATTfishsoup.net)
* Fri May 25 2018 Karsten Hopp 0.1-2- update License tag for package review add %license (karstenAATTredhat.com)- add changelog (karstenAATTredhat.com)- Update version metadata for release 0.1 (karstenAATTredhat.com)- _depchase: Remove some stray assignments (otaylorAATTfishsoup.net)- add mapping package/module for dependencies (karstenAATTredhat.com)- Enable the Fedora updates repository (otaylorAATTfishsoup.net)- depchase: Handle duplicate packages in the pool (otaylorAATTfishsoup.net)- Fix problem resolving relative paths to updates repo (otaylorAATTfishsoup.net)- Use RPM metadata as the basis for summary and description (otaylorAATTfishsoup.net)- Use a cache for dependency details (otaylorAATTfishsoup.net)- update maintainer (karstenAATTredhat.com)- disable updates for now, move that to a new issue (karstenAATTredhat.com)- break out unrelated commit (karstenAATTredhat.com)- add module updates (karstenAATTredhat.com)- libmodulemd fixes (karstenAATTredhat.com)- Use libmodulemd instead of modulemd (otaylorAATTfishsoup.net)
* Fri May 25 2018 Karsten Hopp - update License tag for package review add %license (karstenAATTredhat.com)- add changelog (karstenAATTredhat.com)- Update version metadata for release 0.1 (karstenAATTredhat.com)- _depchase: Remove some stray assignments (otaylorAATTfishsoup.net)- add mapping package/module for dependencies (karstenAATTredhat.com)- Enable the Fedora updates repository (otaylorAATTfishsoup.net)- depchase: Handle duplicate packages in the pool (otaylorAATTfishsoup.net)- Fix problem resolving relative paths to updates repo (otaylorAATTfishsoup.net)- Use RPM metadata as the basis for summary and description (otaylorAATTfishsoup.net)- Use a cache for dependency details (otaylorAATTfishsoup.net)- update maintainer (karstenAATTredhat.com)- disable updates for now, move that to a new issue (karstenAATTredhat.com)- break out unrelated commit (karstenAATTredhat.com)- add module updates (karstenAATTredhat.com)- libmodulemd fixes (karstenAATTredhat.com)- Use libmodulemd instead of modulemd (otaylorAATTfishsoup.net)
* Fri May 25 2018 Karsten Hopp - Update version metadata for release 0.1 (karstenAATTredhat.com)- _depchase: Remove some stray assignments (otaylorAATTfishsoup.net)- add mapping package/module for dependencies (karstenAATTredhat.com)- Enable the Fedora updates repository (otaylorAATTfishsoup.net)- depchase: Handle duplicate packages in the pool (otaylorAATTfishsoup.net)- Fix problem resolving relative paths to updates repo (otaylorAATTfishsoup.net)- Use RPM metadata as the basis for summary and description (otaylorAATTfishsoup.net)- Use a cache for dependency details (otaylorAATTfishsoup.net)- update maintainer (karstenAATTredhat.com)- disable updates for now, move that to a new issue (karstenAATTredhat.com)- break out unrelated commit (karstenAATTredhat.com)- add module updates (karstenAATTredhat.com)- libmodulemd fixes (karstenAATTredhat.com)- Use libmodulemd instead of modulemd (otaylorAATTfishsoup.net)