mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-03 02:37:48 +08:00
Version 2.1.0
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
v2.1.0
|
||||
------
|
||||
|
||||
* Change ModuleBuild.context to a database column which allows filtering
|
||||
* Generate informative Koji tag names when "name:stream:version" is not too long
|
||||
* Reuse components only from modules with the same build_context (same buildrequires names and streams)
|
||||
* Generate 'context' from hash based on buildrequires/requires stream instead of commit hashes
|
||||
* Allow defining list of packages which are blocked in the "-build" tag until they are built in a module
|
||||
* Keep the 'module_name:[]' in requires unexpanded in the recorded modulemd
|
||||
|
||||
v2.0.2
|
||||
------
|
||||
|
||||
|
||||
2
setup.py
2
setup.py
@@ -23,7 +23,7 @@ tests_require, _ = read_requirements(path.join(setup_py_path, 'test-requirements
|
||||
|
||||
setup(name='module-build-service',
|
||||
description='The Module Build Service for Modularity',
|
||||
version='2.0.2',
|
||||
version='2.1.0',
|
||||
classifiers=[
|
||||
"Programming Language :: Python",
|
||||
"Topic :: Software Development :: Build Tools"
|
||||
|
||||
Reference in New Issue
Block a user