1
0

9 Commits

Author SHA256 Message Date
c460cdb088 Accepting request 1153034 from network:samba:CONTAINERS
OBS-URL: https://build.opensuse.org/request/show/1153034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sambacc?expand=0&rev=4
2024-02-29 20:49:29 +00:00
292d5ea7c5 Accepting request 1153033 from home:jaimeMF:branches:network:samba:CONTAINERS
- Add dependency on setuptools.

OBS-URL: https://build.opensuse.org/request/show/1153033
OBS-URL: https://build.opensuse.org/package/show/network:samba:CONTAINERS/python-sambacc?expand=0&rev=8
2024-02-28 21:00:33 +00:00
53eb4e60ab Accepting request 1086073 from network:samba:CONTAINERS
- Update to version v0.2+git.108.e7850e0:
  * docs: document the availability of yaml and toml formatted confs
  * extras: have rpm spec recommend extras on fedora 37 & later
  * extras: add our toml and yaml extras to the rpm spec
  * tox: get all test envs that install via pip working with extras
  * setup: add extras for toml and yaml
  * tests: support testing toml with tomli or tomllib
  * sambacc: support tomli for reading toml on older versions
  * tests: add test cases for yaml formatted configuration
  * sambacc: add support for reading YAML formatted configs
  * tests: add test cases for toml formatted configuration
  * sambacc: add support for reading TOML formatted configs
  * copr: add .copr/Makefile for building in COPR system
  * container: default to dnf in build script
  * container: more granular controls of build script behavior
  * container: generate a more robust rpm spec file
  * container: make build script a tad more consistent
  * extras: fix a typo in the rpm spec
  * extras: add additional build deps to the rpm spec file
  * extras: add validation extra as an rpm sub package
  * sambacc: make config module robust to unexpected jsonschema versions

OBS-URL: https://build.opensuse.org/request/show/1086073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sambacc?expand=0&rev=3
2023-05-10 14:20:10 +00:00
339f55c1ed - Update to version v0.2+git.108.e7850e0:
* docs: document the availability of yaml and toml formatted confs
  * extras: have rpm spec recommend extras on fedora 37 & later
  * extras: add our toml and yaml extras to the rpm spec
  * tox: get all test envs that install via pip working with extras
  * setup: add extras for toml and yaml
  * tests: support testing toml with tomli or tomllib
  * sambacc: support tomli for reading toml on older versions
  * tests: add test cases for yaml formatted configuration
  * sambacc: add support for reading YAML formatted configs
  * tests: add test cases for toml formatted configuration
  * sambacc: add support for reading TOML formatted configs
  * copr: add .copr/Makefile for building in COPR system
  * container: default to dnf in build script
  * container: more granular controls of build script behavior
  * container: generate a more robust rpm spec file
  * container: make build script a tad more consistent
  * extras: fix a typo in the rpm spec
  * extras: add additional build deps to the rpm spec file
  * extras: add validation extra as an rpm sub package
  * sambacc: make config module robust to unexpected jsonschema versions

OBS-URL: https://build.opensuse.org/package/show/network:samba:CONTAINERS/python-sambacc?expand=0&rev=6
2023-05-10 11:27:34 +00:00
f59a50223c Accepting request 1080186 from network:samba:CONTAINERS
- Update to version v0.2+git.88.c81c65a:
  * workflows: add a job to check commit messages
  * gitlint: add a .gitlint configuration file
  * tox: add a gitlint environment
  * tox: add an 'extras' to the python package
  * extras: fix a warning when building on fc37
  * extras: use the new py3-sys tox env in the rpm spec file
  * tox: create a new py3-sys environment
  * workflows: do not run push job if test job fails
  * workflows: add test runs for centos stream9 and fedora 37
  * workflows: use non-shallow git checkout to please setuptools_scm
  * container: inform git that our repo path is acceptable
  * container: always run rpm build as part of a normal build
  * tox: remove jsonschema from the tox deps list
  * sambacc: ignore mypy errors if it can't import jsonschema
  * setup.cfg: add sambacc.schema to package list
  * tox: add schemacheck to verify that generated schema data matches yaml
  * tests: add initial tests of json schema validation
  * commands: extend the context protocol with a require_validation method
  * commands: add cli option & env var to control config validation
  * sambacc: add support for json schema based validation of the config
  * tox: add type definition packages for mypy testing with json schema
  * pyproject: do not require typing in the schema dir
  * schema: commit generated python
  * schema: add a python tool to manage schema files
  * schema: add new json-schema based schema files to the tree
  * tests: supply invalid configuration to GloalConfig directly
  * sambacc: add an initial_data argument to GlobalConfig class
  * sambacc: add a JSONData type for convenience
  * tests: fix a typo in a test name
  * sambacc: rename check_config_data to take it private
  * github: sync mergify rules that handle aged PRs
  * docs: fix incorrect version number in configuration.md
- Drop empty %generate_buildrequires section: no code in the
  section produces build deps.

OBS-URL: https://build.opensuse.org/request/show/1080186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sambacc?expand=0&rev=2
2023-04-19 15:42:51 +00:00
3885e7c585 - Update to version v0.2+git.88.c81c65a:
* workflows: add a job to check commit messages
  * gitlint: add a .gitlint configuration file
  * tox: add a gitlint environment
  * tox: add an 'extras' to the python package
  * extras: fix a warning when building on fc37
  * extras: use the new py3-sys tox env in the rpm spec file
  * tox: create a new py3-sys environment
  * workflows: do not run push job if test job fails
  * workflows: add test runs for centos stream9 and fedora 37
  * workflows: use non-shallow git checkout to please setuptools_scm
  * container: inform git that our repo path is acceptable
  * container: always run rpm build as part of a normal build
  * tox: remove jsonschema from the tox deps list
  * sambacc: ignore mypy errors if it can't import jsonschema
  * setup.cfg: add sambacc.schema to package list
  * tox: add schemacheck to verify that generated schema data matches yaml
  * tests: add initial tests of json schema validation
  * commands: extend the context protocol with a require_validation method
  * commands: add cli option & env var to control config validation
  * sambacc: add support for json schema based validation of the config
  * tox: add type definition packages for mypy testing with json schema
  * pyproject: do not require typing in the schema dir
  * schema: commit generated python
  * schema: add a python tool to manage schema files
  * schema: add new json-schema based schema files to the tree
  * tests: supply invalid configuration to GloalConfig directly
  * sambacc: add an initial_data argument to GlobalConfig class
  * sambacc: add a JSONData type for convenience
  * tests: fix a typo in a test name

OBS-URL: https://build.opensuse.org/package/show/network:samba:CONTAINERS/python-sambacc?expand=0&rev=4
2023-04-18 20:07:14 +00:00
bb7bf195ea Accepting request 1077724 from home:dimstar:Factory
- Drop empty %generate_buildrequires section: no code in the
  section produces build deps.

OBS-URL: https://build.opensuse.org/request/show/1077724
OBS-URL: https://build.opensuse.org/package/show/network:samba:CONTAINERS/python-sambacc?expand=0&rev=3
2023-04-18 20:05:12 +00:00
e4ff98c869 Accepting request 1063470 from network:samba:CONTAINERS
Initial submission of sambacc. This is a dependency of samba containers.

OBS-URL: https://build.opensuse.org/request/show/1063470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sambacc?expand=0&rev=1
2023-02-07 17:48:58 +00:00
26b2c2d288 - Update to version v0.2+git.56.9d8b892:
* container: parameterize the sambacc containerfile
  * container: update build.sh with ability to install dependencies

- Update to version v0.2+git.54.f426c23:
  * Revert "container: Switch to CentOS Stream 9 as base image"
  * mergify.yml: Fix a typo
  * container: Switch to CentOS Stream 9 as base image
  * github: add mergify configuration YAML file
  * sambacc: re-format with black version 23.1a1
  * docs: add first full document describing JSON config
  * tox.ini: avoid one tox warning when running py3-mypy
  * pyproject: require type annotations for sambacc function defs
  * sambacc: complete type annotations for container_dns.py
  * sambacc: complete type annotations for simple_waiter.py

- Initial commit of sources

OBS-URL: https://build.opensuse.org/package/show/network:samba:CONTAINERS/python-sambacc?expand=0&rev=1
2023-02-06 16:46:54 +00:00