Revisions of python-oslo.config

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1171470 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 44)
- update to version 9.4.0
  - reno: Update master for unmaintained/yoga
  - Update master for stable/2023.2
  - Remove compatibility with Python < 3.8
  - Bump hacking
  - Update python classifier in setup.cfg
  - Add choices parameter for IntOpt class
  - Bump hacking (again)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1130299 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 43)
- update to version 9.2.0
  - Bump bandit and make oslo.config compatible with latest rules
  - Moves supported python runtimes from version 3.8 to 3.10
  - Revert "Moves supported python runtimes from version 3.8 to 3.10"
  - Update master for stable/2023.1
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1100700 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 42)
- restrict to urllib3 1.x
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1084313 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 41)
- update to version 9.1.1
  - Fix issues related to tox4
  - Update master for stable/zed
  - Add Python3 antelope unit tests
  - fix CLI mismatch in unit tests
  - Disable a config test if ran under the root user
  - Make tests backward compat with cliff' older versions
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 996550 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
- update to version 9.0.0
  - Drop python3.6/3.7 support in testing runtime
  - Add Python3 zed unit tests
  - Update master for stable/yoga
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 979081 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 39)
- update to version 8.8.0
  - Update python testing classifier
  - Replace deprecated UPPER_CONSTRAINTS_FILE variable
  - Update master for stable/xena
  - Fix tests for Python3.
  - setup.cfg: Replace dashes with underscores
  - Add Python3 yoga unit tests
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 940194 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
- update to version 8.7.1
  - remove unicode from code
  - Add Python3 xena unit tests
  - Adding the missing HostDomain config option
  - Add the version parameter.
  - Fix formatting of release list
  - Move flake8 as a pre-commit local target.
  - config-generator yaml format doesn't work with i18n fields
  - setup.cfg: Replace dashes with underscores
  - update doc url
  - Ussuri+ is python3 only
  - Remove references to 'sys.version_info'
  - Update master for stable/wallaby
  - tests: Add test for config file priority order
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 868497 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
- update to version 8.3.3
  - sphinxext: Add 'merge_domaindata'
  - Update TOX_CONSTRAINTS_FILE for stable/victoria
  - Update .gitreview for stable/victoria
  - Add a new type HostDomain.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 789261 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 33)
- switch to python 3.x only builds
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 783515 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
- update to version 6.11.2
  - Update .gitreview for stable/train
  - Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
  - Ensure option groups don't change during logging
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 774910 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
- update to version 6.11.1
  - Move user docs to top of index
  - Switch to sphinxcontrib-apidoc
  - Update master for stable/stein
  - Add unit tests for validator
  - OpenDev Migration Patch
  - Deprecate ConfigFilter
  - Cap Bandit below 1.6.0 and update Sphinx requirement
  - Revert "Replace git.openstack.org URLs with opendev.org URLs"
  - Clean up the unnecessary sphinx from test-requirements.txt
  - Add note to docs about CLI opts and config files
  - Blacklist sphinx 2.1.0 (autodoc bug)
  - Handle collections.abc deprecations
  - Document precedence of config sources
  - tox: Suppress output
  - Add exclude-groups option to config validator
  - Dropping the py35 testing
  - Replace git.openstack.org URLs with opendev.org URLs
  - Improve removing quotes logic
  - Clarify help on config-file and config-dir options
  - Add a Quick Start tutorial
  - tox: Whitelist 'find'
  - Add special handling for keystone_authtoken group
  - Fix coverage tox venv
  - Remove '.testr.conf'
  - Add Python 3 Train unit tests
  - Bump the openstackdocstheme extension to 1.20
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 692854 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
- update to version 6.8.1
  - Unit tests to illustrate positional argument bug
  - move some documentation out of the source files
  - Optimizing the safety of the http link site in faq.rst.
  - Fix get_location for opts in groups
  - Update mailinglist from dev to discuss
  - Use template for lower-constraints
  - Add support for machine-readable files to validator
  - Clean up grammar and spelling in driver docs
  - import zuul job settings from project-config
  - generator: Pass conf to _OptFormatter
  - sphinxext: Print output to logs, not to file
  - sphinxext: Handle multi-line group descriptions
  - Close a previously opened file in config generator
  - Always build universal wheels
  - Update reno for stable/rocky
  - Add support for looking in environment for config
  - Simple config validator
  - avoid trailing space in sphinxext log output
  - add python 3.6 unit test job
  - python3: Ensure ConfigOpts __iter__ uses list(d.keys())
  - [Configuration] Clean up .gitignore files.
  - sphinxext: Stop emitting lines multiple times
  - Document when sample_default is in use
  - add lib-forward-testing-python3 test job
  - Add release note and documentation for config validator
  - Cleaning testrepository occurrences.
  - Write sphinxext debug tempfile with linebreaks
  - Replace assertRaisesRegexp with assertRaisesRegex
  - fix formatting of sample defaults
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 672174 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 29)
- update to version 6.4.1
  - Update UPPER_CONSTRAINTS_FILE for stable/rocky
  - python3: Ensure ConfigOpts __iter__ uses list(d.keys())
  - Update .gitreview for stable/rocky
  - import zuul job settings from project-config
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 667838 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 28)
- avoid oslo.log dependency (bsc#1121609)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 633097 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
Initial Rocky clients submission. please combine all in one staging project otherwise this will never build
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 583336 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 26)
- Switch to stable/queens spec template
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 565766 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
- update to version 5.2.0
  - Clean up enforce_type related test method's name
  - Remove -U from pip install
  - Provide descriptions for choices
  - Fix the invalid links for doc file in oslo.config
  - Avoid tox_install.sh for constraints support
  - sphinxext: Don't sometimes emit trailing newlines
Displaying revisions 1 - 20 of 44
openSUSE Build Service is sponsored by