Metadata-Version: 2.1
Name: arcor2-build
Version: 0.9.2
Summary: ARCOR2 - Augmented Reality Collaborative Robot.
Home-page: UNKNOWN
Author: Robo@FIT
Author-email: imaterna@fit.vut.cz
License: LGPL
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Requires-Python: ==3.8.*
Description-Content-Type: text/markdown
Requires-Dist: Flask (==1.1.2)
Requires-Dist: PyYAML (==5.3.1)
Requires-Dist: apispec-webframeworks (==0.5.2)
Requires-Dist: apispec (==3.3.2)
Requires-Dist: arcor2-build-data (~=0.8.1)
Requires-Dist: arcor2 (~=0.9.2)
Requires-Dist: flask-swagger-ui (==3.25.0)
Requires-Dist: flask-cors (==3.0.8)
Requires-Dist: pyhumps (==1.6.1)
Requires-Dist: typed-ast (==1.4.1)

# arcor2_build
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [0.9.2] - 2020-10-30

### Changed
- ARCOR2 dependency updated

## [0.9.1] - 2020-10-19

### Changed
- ARCOR2 dependency updated

## [0.9.0] - 2020-10-16

### Changed
- Code generation adapted according to `print_exception` location change.

## [0.8.1] - 2020-10-05

### Added
- Build now has `--debug` argument ([0e6e418](http://github.com/robofit/arcor2/commit/0e6e418)).
### Fixed
- Fixed empty response error ([0edc1a6](http://github.com/robofit/arcor2/commit/0edc1a6)).
### Changed
- Build now assembles the execution package in memory ([7ac70d0](http://github.com/robofit/arcor2/commit/7ac70d0)).

## [0.8.0] - 2020-09-24
### Changed
- The first release of the separated package.

