Commit Graph

2452 Commits

Author SHA1 Message Date
Leon Anavi
616c53d1e1 python3-lrparsing: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:53 -07:00
Leon Anavi
5f9dd107ce python3-croniter: Upgrade 0.3.33 -> 0.3.34
Upgrade to release 0.3.34:

- Add croniter_range(start,end,cron_expr) function
- croniter_range: Allow different ret_type/input types
- croniter_range: Tweak internals
- Simplify datetime type check
- Remove croniter_range() timezone safety check
- Add cron expression optimizations

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:49 -07:00
Leon Anavi
2d9884f858 python3-padatious: Upgrade 0.4.7 -> 0.4.8
Upgrade to release 0.4.8:

- Add support for saving / loading models
- Handle apostrophes in a better way

Change LIC_FILES_CHKSUM due to repo restructure and update of
README.md. The license remains the same.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:45 -07:00
Leon Anavi
122f33d974 python3-pyperf: Upgrade 1.7.1 -> 2.0.0
Upgrade to release 2.0.0:

- Drop Python 2 support
- Fix test_runner on PyPy3

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:41 -07:00
Leon Anavi
d4e1bfe547 python3-msk: Upgrade 0.3.13 -> 0.3.15
Upgrade to release 0.3.15:

- Switch Github authentication to utilize Personal Access Tokens
  as the existing username and password method is being
  deprecated.
- Fix handling of --repo-cache argument.
- Query for name and e-mail if missing.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:37 -07:00
Leon Anavi
3c65b67d22 python3-requests-file: Upgrade 1.4.3 -> 1.5.1
Upgrade to release 1.5.1:

- Add set_content_length flag to disable on demand setting
  Content-Length
- Fix python 2.7 compatibility
- Rename test file for pytest
- Add tests via github actions
- Format code with black

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:33 -07:00
Leon Anavi
22ca2fba02 python3-pyrsistent: Upgrade 0.15.7 -> 0.16.0
Upgrade to release 0.16.0:

- No major updates but Python 2 support no longer guaranteed.
- Fix #192, 'ignore_extra' for 'pvector_field'.
- Fix #191, include LICENCE in distribution.
- Fix #190, minor MyPy errors.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:29 -07:00
Leon Anavi
e611bbeca9 python3-cmd2: Upgrade 0.9.23 -> 1.1.0
Upgrade to release 1.1.0:

- Fixed issue where subcommand usage text could contain a
  subcommand alias instead of the actual name
- Fixed bug in ArgparseCompleter where fill_width could become
  negative if token_width was large relative to the terminal
  width.
- Made ipy consistent
- with_argument_list, with_argparser, and
  with_argparser_and_unknown_args wrappers now pass kwargs through
  to their wrapped command function.
- Added table_creator module for creating richly formatted tables.
- Added new exceptions to the public API
- Added explicit handling of SystemExit. If a command raises this
  exception, the command loop will be gracefully stopped.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:25 -07:00
Leon Anavi
d401d92cff python3-cheetah: Upgrade 3.2.4 -> 3.2.5
Add homepage and upgrade to release 3.2.5:

- Tests(tox): Refactor `tox.ini`: remove spaces
- Setup: add markdown as an optional dependency
- Build: Install `wheel` and `auditwheel` that correspond to
  each other
- Style: Fix flake8 E741 ambiguous variable name 'l'

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:20 -07:00
Leon Anavi
6ea2fdd3c8 python3-ordered-set: Upgrade 3.1.1 -> 4.0.2
Upgrade to release 4.0.2:

- Fix packaging, remove vestiges of type stubs
- Code formatting (isort and black)
- Directly distribute type stub file via PEP 561
- Include pytest.ini in sdist
- Add a Jenkinsfile
- Handle another indexing case from NumPy

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-26 08:55:01 -07:00
Leon Anavi
31ba7ee420 python3-wcwidth: Upgrade 0.2.4 -> 0.2.5
Upgrade to release 0.2.5:

- Do not depend on pkg_resources module for list_versions()
  function.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:49 -07:00
Leon Anavi
e65b11a6e4 python3-license-expression: Upgrade 1.0 -> 1.2
Upgrade to release 1.2:

- Add ability to render WITH expression wrapped in parenthesis
- Fix anomalous backslashes in strings
- Update the thirdparty directory structure

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:45 -07:00
Leon Anavi
eef19bee98 python3-license-expression: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:41 -07:00
Leon Anavi
df0419f5be python3-lazy-object-proxy: Upgrade 1.4.3 -> 1.5.0
Upgrade to release 1.5.0:

- Added support for __fspath__.
- Dropped support for Python 3.4.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:37 -07:00
Leon Anavi
db824e1917 python3-lazy-object-proxy: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:33 -07:00
Leon Anavi
0c9afaa631 python3-ndg-httpsclient: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Fix the HOMEPAGE to point to the GitHub repository.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:28 -07:00
Leon Anavi
d143a976e4 python3-netaddr: Upgrade 0.7.19 -> 0.7.20
Upgrade to release 0.7.20:

- Fixed returning from an iterator on Python 3.7+, by Sergey
  Kozlov.
- Fixed Python 3.8 SyntaxWarning on using `is not` with a string
  literal, by Stefan Nordhausen.
- Fixed DeprecationWarnings by using raw strings for escape
  characters used in regexes, by Sean McGinnis.
- Improved IPGlob documentation, by obkmeta.
- Fixed exception creation in corner cases by explicitly passin
  error message params as tuples, by Matthias Urlichs.
- Stopped manually replacing shebang of an included script.
- Stopped using __file__ in all code that's expected to run in
  environments that don't support it (like PyOxidizer-produced
  binaries).
- Updated all databases included in the package.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:24 -07:00
Leon Anavi
92f8049bc9 python3-netaddr: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:19 -07:00
Leon Anavi
61e52047e1 python3-netifaces: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:16 -07:00
Leon Anavi
df2d009b3d python3-networkx: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Add
a HOMEPAGE.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:22:11 -07:00
Wang Mingyu
3533a8021f python3-py: upgrade 1.8.1 -> 1.8.2
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:52 -07:00
Sakib Sajal
7d2f49bdac python3-requests-toolbelt: add recipe for v0.9.1
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:48 -07:00
Leon Anavi
63d1f6eacc python3-xxhash: Upgrade 1.4.3 -> 1.4.4
Upgrade to release 1.4.4:

- Upgrade xxHash to v0.7.3
- Stop using PEP393 deprecated APIs
- Use XXH(32|64)_canonicalFromHash to replace u2bytes and
  ull2bytes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:43 -07:00
Leon Anavi
c5a3d25c10 python3-pint: Upgrade 0.12 -> 0.13
Upgrade to release 0.13:

- Reinstated support for pickle protocol 0 and 1, which is
  required by pytables
- Fixed bug with multiplication of Quantity by dict
- Bare zeros and NaNs (not wrapped by Quantity) are now gracefully
  accepted by all numpy operations; e.g. np.stack
  ([Quantity([1, 2], "m"), [0, np.nan]) is now valid, whereas
  np.stack([Quantity([1, 2], "m"), [3, 4]) will continue raising
  DimensionalityError.
- NaN is now treated the same as zero in addition, subtraction,
  equality, and disequality
- Fixed issue where quantities with a very large magnitude would
  throw an IndexError when using to_compact()
- Fixed crash when a Unit with prefix is declared for the first
  time while a Context containing unit redefinitions is active
- New implementation of 'Lx' String Format Type Option
  The old implementation treated 'Lx' as 'S' as produced by
  'uncertainties' package, but that is not fully compatible with
  SIunitx. The new code protects SIunitx by fixing what
  unceratinties produces.
- Added link to budding `pint-xarray` interface library to the
  docs, next to the link to pint-pandas.
- Removed outdated `_dir` attribute of `UnitsRegistry`, and added
  `__iter__` method so that now `list(ureg)` returns a list of
  all units in registry.
- Replace pkg_resources.version to importlib.metadata.version.
- Fix typo in docs for wraps example with optional arguments.
- Add momentum as a dimension
- Fixed a bug where unit exponents were only partially
  superscripted in HTML format
- Multiple contexts containing the same redefinition can now be
  stacked
- Fixed crash when some specific combinations of contexts were
  enabled
- Added support for checking prefixed units using `in` keyword
- Updated many examples in the documentation to reflect Pint's
  current behavior

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:38 -07:00
Leon Anavi
b2bab59b88 python3-spidev: Upgrade 3.4 -> 3.5
Upgrade to release 3.5:

- Fixed memory leaks

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:34 -07:00
Leon Anavi
4bbbc9b8a6 python3-semver: Upgrade 2.8.1 -> 2.10.2
Upgrade to release 2.10.2:

- :gh:`268`: Increase coverage
- :gh:`260` (:pr:`261`): Fixed __getitem__ returning None on
  wrong parts :pr:`263`: Doc: Add missing "install" subcommand
  for openSUSE

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:30 -07:00
Leon Anavi
ff2c6f8fdf python3-pytest-timeout: Upgrade 1.3.4 -> 1.4.1
Upgrade to release 1.4.1:

- Fix coverage compatibility which was broken by 1.4.0.
- Better detection of when we are debugging.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:26 -07:00
Leon Anavi
780d7bd435 python3-configparser: Upgrade 4.0.2 -> 5.0.0
Add toml-native as dependency. Upgrade to release 5.0.0:

- Require Python 3.6 or later. For Python 2.6-3.5, use
  configparser < 5 (selection should be automatic when installed
  using pip 9 from PyPI). The 4.x line remains supported for bug
  fixes but will no longer be updated for future releases.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:22 -07:00
Leon Anavi
2fc0494071 python3-more-itertools: Upgrade 8.3.0 -> 8.4.0
Upgrade to release 8.4.0:

- New itertools:
  :func:`mark_ends`
  :func:`is_sorted`
- Changes to existing itertools:
  :func:`islice_extended` can now be used with real slices
  The implementations for :func:`filter_except` and
  :func:`map_except` were improved
- Other changes:
  Automated tests now enforce code style (using black)
  The various signatures of :func:`islice_extended` and
  :func:`numeric_range` now appear in the docs
  The test configuration for mypy was updated

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:16 -07:00
Leon Anavi
242b4c1eca python3-setuptools-scm: Upgrade 3.5.0 -> 4.1.2
Upgrade to release 4.1.2:

- disallow git tags without dots by default again
- drop jaraco.windows from pyproject.toml, allows for wheel builds
  on python2
- include python 3.9 via the deadsnakes action
- return release_branch_semver scheme
- undo the devendoring of the samefile backport for python2.7
  on windows
- re-enable the building of universal wheels
- fix handling of missing git/hg on python2.7 (python 3 exceptions
  where used)
- correct the tox flake8 invocation
- trigger builds on tags again
- Add parentdir_project_version to support installs from GitHub
  release tarballs.
- use Coordinated Universal Time (UTC)
- switch to github actions for ci
- fix documentation for tag_regex and add support for single digit
  versions
- document handling of enterprise distros with unsupported
  setuptools versions
- switch to declarative metadata
- drop the internal copy of samefile and use a dependency on
  jaraco.windows on legacy systems
- select git tags based on the presence of numbers instead of dots
- enable getting a version form a parent folder prefix
- add release-branch-semver version scheme
- make global configuration available to version metadata
- drop official support for python 3.4

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:11 -07:00
Leon Anavi
cfabbfdd01 python3-certifi: Upgrade 2019.11.28 -> 2020.6.20
Upgrade to release 2020.6.20:

- Add python3.8 tag on setup.py
- Add a "contents" function that returns the content of the
  cert chain.
- Fix docs URL
- Use resources loader to handle non-filesystem situations
- Fix where() so that it works with importlib.resources when
  available
- Clarify trust origin is Mozilla

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:21:01 -07:00
Leon Anavi
a04498f956 python3-sh: Upgrade 1.12.14 -> 1.13.1
Upgrade to release 1.13.1:

- regression fix if _fg=False
- minor Travis CI fixes
- bugfix for boolean long options not respecting _long_prefix
- fix deprecation warning on Python 3.6 regexes
- _pass_fds and _close_fds special kwargs for controlling file
  descriptor inheritance in child.
- more efficiently closing inherited fds
- bugfix where passing invalid dictionary to _env will cause a
  mysterious child 255 exit code.
- bugfix where _in using 0 or sys.stdin wasn't behaving like a
  TTY, if it was in fact a TTY.
- bugfix where help(sh) raised an exception
- bugfix fixing broken interactive ssh tutorial from docs
- change to automatic tty merging into a single pty if
  _tty_in=True and _tty_out=True
- introducing _unify_ttys, default False, which allows explicit
  tty merging into single pty
- contrib command for ssh connections requiring passwords
- performance fix for polling output too fast when using _iter
- execution contexts can now be used in python shell
- bugfix ErrorReturnCode instances can now be pickled
- bugfix passing empty string or None for _in hanged
- bugfix where passing a filename or file-like object to _out
  wasn't using os.dup2
- regression make _fg work with _cwd again
- an invalid _cwd now raises a ForkException not an OSError.
- AIX support
- added a timeout=None param to RunningCommand.wait()

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:20:55 -07:00
Leon Anavi
5fef53b998 python3-sqlalchemy: Upgrade 1.3.12 -> 1.3.17
Upgrade to release 1.3.17:

- orm Bug fixes
- orm Added an accessor ColumnProperty.Comparator.expressions
  which provides access to the group of columns mapped under a
  multi-column ColumnProperty attribute.
- orm Introduce _orm.relationship.sync_backref flag in a
  relationship to control if the synchronization events that
  mutate the in-Python attributes are added. This supersedes the
  previous change #5149, which warned that viewonly=True
  relationship target of a back_populates or backref configuration
  would be disallowed.
- engine Bug fixes
- schema Bug fixes
- schema Add comment attribute to _schema.Column __repr__ method.

The year in LICENSE has been updated so LIC_FILES_CHKSUM was
changed.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25 10:20:38 -07:00
Leon Anavi
e9e823d1a0 python3-msgpack: Upgrade 0.6.2 -> 1.0.0
Upgrade to release 1.0.0:

- Remove Python 2 support from the msgpack/_cmsgpack.
  msgpack/fallback still supports Python 2.
- Remove encoding option from the Packer and Unpacker.
- Unpacker: The default value of max_buffer_type is changed to
  100MiB.
- Unpacker: strict_map_key is True by default now.
- Unpacker: String map keys are interned.
- Drop old buffer protocol support.
- Support Timestamp type.
- Support serializing and decerializing datetime object with
  tzinfo.
- Unpacker: Fix Unpacker.read_bytes() in fallback implementation.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:38:31 -07:00
Leon Anavi
14c793a845 python3-toml: Upgrade 0.10.0 -> 0.10.1
Upgrade to release 0.10.1:

- Removed test for unexpected EOF while parsing string
- Raise an exception if EOF is reached and a string is
  unterminated
- Allow loading from bytes paths.
- Fix the issue where the parser fails on time attr with no space
  after =
- Fix trailing whitespace in break
- Handle arrays of multiline strings
- Fix bad syntax handling
- Improve professionalism of error message.
- Extend TomlNumpyEncoder to numpy integer types.
- Fix loading values when a line has " }" after a boolean.

The copyright notices were updated and the md5 checksum has
changed. The license remains MIT.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:38:24 -07:00
Leon Anavi
9c68f1216b python3-booleanpy: Upgrade 3.7 to 3.8
Upgrade to release 3.8:

- Add support for evaluation of boolean expression.
- Fix parsing of tokens that have a number as the first character.
- Restore proper Python 2 compatibility.
- Add pointers to Linux distro packages.

Change LICENSE.txt md5 checksum because the year has been updated.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:38:19 -07:00
Leon Anavi
50cd88ed6b python3-ptyprocess: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:38:15 -07:00
Leon Anavi
502048818d python3-prompt-toolkit: Upgrade 2.0.10 -> 3.0.5
Upgrade to release 3.0.5 and add HOMEPAGE. The new release brings:

New features:
- (almost) 100% type annotated.
- Native asyncio instead of custom event loops.
- Added shift-based text selection.
- Added many more vt100 ANSI sequences and keys.
- Improved control/shift key support in Windows.
- No Mypy errors in prompt_toolkit anymore.
- Added `set_exception_handler` optional argument to
  `PromptSession.prompt()`.

Breaking changes:
- Python 2 support has been dropped. Minimal Python version is now
  3.6, although 3.7 is preferred (because of ContextVars).
- Native asyncio, so some async code becomes slightly different.
- The active `Application` became a contextvar. Which means that
  it should be propagated correctly to the code that requires it.
  However, random other threads or coroutines won't be able to know
  what the current application is.
- The dialog shortcuts API changed. All dialog functions now return
  an `Application`. You still have to call either `run()` or
  `run_async` on the `Application` object.
- The way inputhooks work is changed.
- `patch_stdout` now requires an `Application` as input.
- `ShiftControl` has been replaced with `ControlShift` and `s-c`
  with `c-s` in key bindings. Aliases for backwards-compatibility
  have been added.

Fixes:
- Bugfix in invalidate code. `PromptSession` was invalidating the
  UI continuously.
- Add uvloop support.
- Forwarded `set_exception_handler` in `Application.run` to the
  `run_async` call.
- Bugfix in `NestedCompleter` when there is a leading space.
- Bugfix in mouse handling on Windows.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:38:08 -07:00
Leon Anavi
1ac66c0dd7 python3-prompt-toolkit: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:38:04 -07:00
Leon Anavi
e1dc0ad8cb python3-pretend: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:38:00 -07:00
Leon Anavi
8534823419 python3-pathlib2: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:37:55 -07:00
Leon Anavi
9339edb111 python3-passlib: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Update
HOMEPAGE. Due to BitBucket deprecating Mercurial support,
Passlib's public repository and issue tracker has moved to
https://foss.heptapod.net/python-libs/passlib/wikis/home

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:37:51 -07:00
Leon Anavi
bd9932ad3c python3-parse: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 08:37:25 -07:00
Wang Mingyu
1b2bb7da09 python3-wtforms: upgrade 2.2.1 -> 2.3.1
License-Update: Updated text to BSD-3-Clause [1]

[1] c2f28fc297 (diff-cf47bc86e86f9fdc5feae6f28982bcb2)

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19 12:08:31 -07:00
Leon Anavi
ded7d43798 python3-pocketsphinx: Inherit features_check
Inherit features_check to fix unhandled-features-check warning
while executing do_package_qa.

Suggested-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19 10:20:36 -07:00
Armin Kuster
24b0ae55e6 python3-pyrad: add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19 10:17:50 -07:00
Armin Kuster
15d29166ed python3-smpplib: add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19 10:17:50 -07:00
Armin Kuster
4dd94341ac python3-sqlsoup: add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19 10:17:50 -07:00
Armin Kuster
c6b063b106 python3-huey: Add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19 10:17:50 -07:00
Armin Kuster
f20ffa014d python3-flask-versioned: Add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19 10:17:50 -07:00
Armin Kuster
688f135d4c python3-croniter: add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19 10:17:50 -07:00
Armin Kuster
e94e7162e4 python3-configobj: Add package
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-19 10:17:50 -07:00
Leon Anavi
3c7c324e4e python3-periphery: Upgrade 2.0.1 -> 2.1.0
Upgrade to release 2.1.0. Use LICENSE instead of PKG-INFO in
LIC_FILES_CHKSUM. The new release brings the following changes:

GPIO:
- Add poll_multiple() static method.
- Add line consumer label property.
- Add line bias, line drive, and inverted properties.
- Add additional properties as keyword arguments to constructor
  for character device GPIOs.
- Only unexport GPIO in close() if exported in open for sysfs
  GPIOs.
- Improve wording and fix typos in docstrings.

Serial:
- Fix performance of blocking read in read().
- Raise exception on unexpected empty read in read(), which may
  be caused by a serial port disconnect.
- Add vmin and vtime properties for the corresponding termios
  settings.
- Add support for termios timeout with read().
- Improve wording in docstrings.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-18 17:56:19 -07:00
Leon Anavi
d82336333e python3-periphery: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-18 17:56:15 -07:00
Leon Anavi
7f864d60f2 python3-pexpect: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-18 17:56:11 -07:00
Ryan Rowe
7a742c7670 add python3-argexec
Signed-off-by: Ryan Rowe <rrowe@xevo.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-18 17:56:07 -07:00
Ryan Rowe
b6c791ac78 add python3-dynamic-dispatch
Signed-off-by: Ryan Rowe <rrowe@xevo.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-18 17:55:46 -07:00
Ryan Rowe
78605cf1e5 python3-typeguard: Upgrade 2.7.1 -> 2.9.1
2.9.1 (2020-06-07)
- Fixed ImportError on Python < 3.8 when typing_extensions was not
  installed

2.9.0 (2020-06-06)
- Upped the minimum Python version from 3.5.2 to 3.5.3
- Added support for typing.NoReturn
- Added full support for typing_extensions (now equivalent to support
  of the typing module)
- Added the option of supplying check_type() with globals/locals for
  correct resolution of forward references
- Fixed erroneous TypeError when trying to check against non-runtime
  typing.Protocol (skips the check for now until a proper compatibility
  check has been implemented)
- Fixed forward references in TypedDict not being resolved
- Fixed checking against recursive types

2.8.0 (2020-06-02)
- Added support for the Mock and MagicMock types (PR by prescod)
- Added support for typing_extensions.Literal (PR by Ryan Rowe)
- Fixed unintended wrapping of untyped generators (PR by prescod)
- Fixed checking against bound type variables with check_type() without
  a call memo
- Fixed error message when checking against a Union containing a
  Literal

Signed-off-by: Ryan Rowe <rrowe@xevo.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:58:10 -07:00
Leon Anavi
098e0fae73 python-kconfiglib.inc: Remove
Remove inc file because the recipe python3-kconfiglib has been
alredy consolidated in a single file. I forgot to delete the
inc file in the previous commit.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:58:06 -07:00
Zheng Ruoqin
f961225a1c python3-dominate: Enable ptest
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:58:02 -07:00
Zheng Ruoqin
393ed2a056 python3-dnspython: Enable ptest
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:58 -07:00
Zheng Ruoqin
fff5e10eb5 python3-cachetools: Enable ptest
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:49 -07:00
Zang Ruochen
8ee8d72df4 python3-gunicorn: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:43 -07:00
Leon Anavi
bfadb14ecf python3-protobuf: Upgrade 3.11.3 -> 3.12.2
Upgrade to relase 3.12.2. Depends on the upgrade of protobuf
to 3.12.3 in meta-oe. The new release for Python brings:

- [experimental] Added proto3 presence support.
- [experimental] fast import protobuf module, only works with cpp
  generated code linked in.
- Truncate 'float' fields to 4 bytes of precision in setters for
  pure-Python implementation.
- Fixed a memory leak in C++ bindings.
- Added a deprecation warning when code tries to create Descriptor
  objects directly.
- Fix unintended comparison between bytes and string in
  descriptor.py.
- Avoid printing excess digits for float fields in TextFormat.
- Remove Python 2.5 syntax compatibility from the proto compiler
  generated _pb2.py module code.
- Drop 3.3, 3.4 and use single version docker images for all python
  tests.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:38 -07:00
Leon Anavi
491eaf90dd python3-protobuf: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:34 -07:00
Leon Anavi
fbc457f687 python3-psutil: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:30 -07:00
Leon Anavi
37616b4993 python3-can: Upgrade 3.3.2 -> 3.3.3
Upgrade to release 3.3.3. It contains backported fixes from 4.x
development branch which targets Python 3:

- Backport caching msg.data value in neovi interface.
- Fix Vector CANlib treatment of empty app name.
- Handle empty CSV file.
- ASCII reader can now handle FD frames.
- Exclude test packages from distribution.
- RTR crash fix in canutils log reader parsing RTR frames.
- Skip J1939 messages in ASC Reader.
- Exposes a configuration option to allow the CAN message player
  to send error frames (and sets the default to not send
  error frames).
- Fixes the semantics provided by periodic tasks in SocketCAN interface.
- Avoid padding CAN_FD_MESSAGE_64 objects to 4 bytes.
- Fixes the broken CANalyst-II interface.
- Socketcan BCM status fix.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:24 -07:00
Leon Anavi
14c95befb3 python3-importlib-metadata: Upgrade 1.5.2 -> 1.6.1
Upgrade to release 1.6.1:

- Added Distribution._local() as a provisional demonstration of
  how to load metadata for a local package. Implicitly requires
  that pep517 is installed
- Ensure inputs to FastPath are Unicode
- Tests now rely on importlib.resources.files (and backport)
  instead of the older path function.
- Support any iterable from find_distributions
- Added module and attr attributes to EntryPoint

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:18 -07:00
Leon Anavi
ec8596fe9b python3-importlib-metadata: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:13 -07:00
Leon Anavi
268c99107e python3-itsdangerous: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:09 -07:00
Leon Anavi
41b38d7421 python3-incremental: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:04 -07:00
Leon Anavi
812b1c01b0 python3-isodate: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:57:00 -07:00
Leon Anavi
85ddfbf258 python3-iso8601: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:56:56 -07:00
Zang Ruochen
2da223d89b python-html2text: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:56:52 -07:00
Zang Ruochen
9b318ba90b python3-iso3166: Enable ptest
-Consolidate into a single file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:56:47 -07:00
Zang Ruochen
cefcd95660 python3-ipy: Enable ptest
-Consolidate into a single file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:56:43 -07:00
Zang Ruochen
3bfde64d32 python3-intervals: Enable ptest
-Consolidate into a single file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:56:34 -07:00
Zang Ruochen
3a05a4e325 python3-geojson: Enable ptest
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-17 08:55:53 -07:00
Trevor Gamblin
8c4e201c62 python3-django: upgrade 2.2.7 -> 2.2.13
Upgrade from 2.2.7 for:

- Bugfixes, including CVE-2020-13254, CVE-2020-13596, many
others;
- Official support for Python 3.8 (as of Django 2.2.8)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Leon Anavi
2ff0eea40e python3-twisted: Upgrade 19.10.0 -> 20.3.0
Upgrade to release 20.3.0. The year in file LICENSE has been
updated but the project remains available under MIT license.
The patch for test_runner.py is no longer needed because the same
fix has been already applied in the upstream. The new release
bring the following improvements:

- Bugfixes
- Improved documentation
- twisted.news is deprecated
- twisted.conch.ssh now supports the curve25519-sha256 key
  exchange algorithm
- twisted.conch.ssh.keys can now write private keys in the new
  "openssh-key-v1" format, introduced in OpenSSH 6.5 and made the
  default in OpenSSH 7.8. ckeygen has a corresponding new
  --private-key-subtype=v1 option.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Leon Anavi
18a3ad7908 python3-twisted: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Leon Anavi
fabab6d315 python3-kconfiglib: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Leon Anavi
92abb5fac1 python3-jsonpointer: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Leon Anavi
0ca82b3fc7 python3-javaobj-py3: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Leon Anavi
34c8d65498 python3-parse-type: Upgrade 0.4.2 -> 0.5.2
Upgrade to release 0.5.2. The year in file LICENCE has been
changed therefore the checksum has been changed but it still
remains a BSD License. Add python3-six as a run-time dependency.
The new release brings:

- Update to parse-1.12.0
- Code cleanups
- Bug fixes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Leon Anavi
180688cf30 python3-parse-type: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Leon Anavi
7b256be4ab python3-packaging: Upgrade 20.3 -> 20.4
Upgrade to release 20.4 with the following improvements:

- Canonicalize version before comparing specifiers
- specifiers: don't rely on hashes for equality
- Add a NewType for normalized names
- Bug fixes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Leon Anavi
b6b29b8210 python3-packaging: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-13 21:34:21 -07:00
Mingli Yu
fe77eaab8f python3-m2crypto: add the missing rdepends
Add the missing rdepends to fix the error such as below:
 # python3
 [snip]
 >>> import M2Crypto
 ModuleNotFoundError: No module named 'decimal'

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-12 08:47:00 -07:00
Leon Anavi
342ffdc3c3 python3-pint: Upgrade 0.11 -> 0.12
Upgrade to release 0.12. Fix link to the homepage, add a summary.
The new release brings:

- Add full support for Decimal and Fraction at the registry level.
- NaN is now treated the same as zero in addition, subtraction,
  equality, and disequality
- New implementation of 'Lx' String Format Type Option
- Bug fixes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-12 08:46:54 -07:00
Leon Anavi
3def8e0526 python3-pint: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-12 08:46:48 -07:00
Wang Mingyu
ab0372b3bf python3-scapy: upgrade 0.25 -> 0.26
-License-Update: Version updated from 0.25 to 0.26.

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-12 08:46:25 -07:00
Leon Anavi
962ba625a5 python3-pocketsphinx: 0.1.0 -> 0.1.15
Add pulseaudio as a dependency and required distro feature because
libsphinxad requires it. Upgrade to release 0.1.15:

- Add all travis osx
- Remove bdist_egg and bdist_msi
- Bug fixes

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-11 21:58:29 -07:00
Leon Anavi
34fa0a4736 python3-pocketsphinx: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
Add a homepage and a description.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-11 21:58:29 -07:00
Leon Anavi
131d7d04b4 python3-ply: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-11 21:58:29 -07:00
Leon Anavi
3e8ffc30fb python3-pluggy: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-11 21:58:29 -07:00
Leon Anavi
a8c58b17e5 python3-pika: Consolidate in a single file
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-11 21:58:29 -07:00
Qi.Chen@windriver.com
639eae8901 python-django: set CVE_PRODUCT to be django
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-11 21:58:29 -07:00
Leon Anavi
332b5df1f3 python3-lxml: Upgrade 4.5.0 -> 4.5.1
Upgrade to release 4.5.1. With this release we no longer need to
specify --with-xml2-config='pkg-config libxml-2.0' or equivalent
for libxslt. Following the recent modifications of setupinfo.py
to use pkg-config, we just need build without flags.

Suggested-by: Stefan Behnel <stefan_ml@behnel.de>
Suggested-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-11 07:44:18 -07:00
Leon Anavi
5cc970c1d8 python3-prettytable: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Inherit pypi.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-11 07:44:11 -07:00