Commit Graph

2749 Commits

Author SHA1 Message Date
Leon Anavi
179f4fadf1 python3-sentry-sdk: Upgrade 0.17.6 -> 0.17.7
Upgrade to release 0.17.7:

- Internal: Change data category for transaction envelopes.
- Fix a bug under Celery 4.2+ that may have caused disjoint
  traces or missing transactions.

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-09-24 12:52:17 -07:00
Leon Anavi
695d3ef1a1 python3-paho-mqtt: Upgrade 1.5.0 -> 1.5.1
Upgrade to release 1.5.1:

- Exceptions that occur in callbacks are no longer suppressed by
  default. They can optionally be suppressed by setting
  `client.suppress_exceptions = True`.
- Fix PUBREL remaining length of > 2 not being accepted for MQTT
  v5 message flows.

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-09-24 12:52:12 -07:00
Hongxu Jia
b18f740260 python3-dateutil/python3-pykwalify: add nativesdk support
Call pykwalify module in SDK

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-24 12:51:54 -07:00
Tim Orling
d964d093f5 python3-jinja2: bbappend for ptest
The main recipe has moved to oe-core, but with ptest
disabled. Here we simply conditionally inherit ptest
to enable it in meta-python.

Remove the original recipe and the python3-jinja2/
directory.

Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-23 10:13:35 -07:00
Tim Orling
92be59704b python3-markupsafe: bbappend for ptest
The main recipe has moved to oe-core, but with ptest
disabled. Here we simply conditionally inherit ptest
to enable it in meta-python.

Remove the original recipe and the python3-markupsafe/
directory.

Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-23 10:13:35 -07:00
Leon Anavi
2a460d8c67 python3-flask-uploads: 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-09-23 10:13:31 -07:00
Leon Anavi
5c61f29d25 python3-xlsxwriter: Upgrade 1.3.3 -> 1.3.4
Upgrade to release 1.3.4:

- Replaced internal MD5 digest used to check for duplicate images
  with a SHA256 digest to avoid issues on operating systems such
  as Red Hat in FIPS mode which don't support MD5 for security
  reasons

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-09-23 10:13:27 -07:00
Leon Anavi
118d8d95a8 python3-isort: Upgrade 5.5.2 -> 5.5.3
Upgrade to release 5.5.3:

- Bug fix: in rare cases isort can mangle yield from or raise
  from statements.

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-09-23 10:13:23 -07:00
Leon Anavi
810f203e96 python3-luma-core: Upgrade 1.16.1 -> 1.16.2
Upgrade to release 1.16.2:
- Added new parallel interface module
- Renamed parallel class to bitbang_6800; moved to parallel module

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-09-23 10:13:16 -07:00
Leon Anavi
d7c8d85f95 python3-rfc3339-validator: Upgrade 0.1.1 -> 0.1.2
Upgrade to release 0.1.2:

- setup.py: move pytest-runner to test_requirements

Patch has been removed from the recipe because it has been already
upstreamed in the new release.

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-09-21 08:57:41 -07:00
Leon Anavi
ea5d1e2298 python3-cmd2: Upgrade 1.3.9 -> 1.3.10
Upgrade to release 1.3.10:

- Added user-settable option called always_show_hint. If True,
  then tab completion hints will always display even when tab
  completion suggestions print. Arguments whose help or hint text
  is suppressed will not display hints even when this setting is
  True.
- argparse tab completion now groups flag names which run the same
  action. Optional flags are wrapped in brackets like it is done
  in argparse usage text.
- default category decorators are now heritable by default and
  will propagate the category down the class hierarchy until
  overridden. There's a new optional flag to set heritable to
  false.
- Added --silent flag to alias/macro create. If used, then no
  confirmation message will be printed when aliases and macros
  are created or overwritten.
- Added --with_silent flag to alias/macro list. Use this option
  when saving to a startup script that should silently create
  aliases and macros.
- Fixed issue where flag names weren't always sorted correctly in
  argparse tab completion

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-09-21 08:57:33 -07:00
Leon Anavi
50cc12f693 python3-sentry-sdk: Upgrade 0.17.5 -> 0.17.6
Upgrade to release 0.17.6:

- Support for Flask 0.10 (only relaxing verson check)

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-09-21 08:57:26 -07:00
Leon Anavi
9b895954bb python3-langtable: Upgrade 0.0.52 -> 0.0.53
Upgrade to release 0.0.53:

- Capitalize the return values of language_name() and
  territory_name()
- Add more translations from CLDR
- Get translation changes from CLDR

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-09-21 08:57:10 -07:00
Hongxu Jia
7f70cce019 python3-argcomplete: add recipe 1.12.0
Tab complete all the things!

Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-21 08:55:57 -07:00
Zang Ruochen
bccd3277e4 python3-test-generator: 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-09-16 09:16:41 -07:00
Leon Anavi
5b8df78562 python3-msk: Upgrade 0.3.15 -> 0.3.16
Upgrade to release 0.3.16:

- Ensure local HEAD matches remote during upgrade
- Remove typing dependency - only required for Python <= 3.4
- Include license file in sdist package
- Add default icon and color during Skill creation
- Improved category selection and display
- Improve PyPI listing info

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-09-16 09:16:37 -07:00
Leon Anavi
110e978c9a python3-ruamel-yaml: Upgrade 0.16.11 -> 0.16.12
Upgrade to release 0.16.12:

- update links in doc

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-09-16 09:16:33 -07:00
Leon Anavi
44d93eab94 python3-pyrsistent: Upgrade 0.16.0 -> 0.17.3
Upgrade 0.17.3:

- Remove Python 2 support code. This includes dropping some
  compatibility code and the dependency on six.
- Python 3 exception chaining. This is a minor backwards
  incompatibility, hence stepping to 0.17.0.
- Restrict package to Python >= 3.5 to not break unpinned
  Python 2 dependencies.
- Release v0.17.3 with proper meta data requiring Python >= 3.5.

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-09-16 09:16:27 -07:00
Leon Anavi
c5406a6d48 python3-pychromecast: Upgrade 7.2.1 -> 7.3.0
Upgrade to release 7.3.0:

- add support for QUEUE_INSERT
- Run black and flake8 on examples
- Fix get_chromecasts non blocking mode
- Black 20.8b1

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-09-16 09:16:06 -07:00
Leon Anavi
3833774054 python3-matplotlib: Upgrade 3.3.1 -> 3.3.2
Upgrade to release 3.3.2:

- fix Axis scale on twinned Axes
- fix auto-close of Figures in nbagg
- fix automatic title placement if Axes is off the Figure
- fix autoranging of log scales with barstacked histogram
- fix extra redraws when using Button or TextBox widgets
- fix imshow with LogNorm and large vmin/vmax ranges
- fix plotting Pandas DataFrame with string MultiIndex
- fix scatter with marker=''
- fix scatter3d color/linewidth re-projection
- fix state of mode buttons in TkAgg backends
- include license files in built distribution
- reduce Visual C++ runtime requirements 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-09-16 09:16:02 -07:00
Leon Anavi
275c9da05e python3-stevedore: Upgrade 3.2.1 -> 3.2.2
Upgrade to release 3.2.2:

- fix supported python versions in documentation

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-09-16 09:15:57 -07:00
Leon Anavi
4d655195b4 python3-pymisp: Upgrade 2.4.130 -> 2.4.131
Upgrade to release 2.4.131:

- [test] Validate tag removal.
- [describeTypes] updated and sha3 added.
- Bump version, file template version objects and dependencies.
- Rename blacklist -> blocklist.

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-09-16 09:15:53 -07:00
Leon Anavi
065641165f python3-nocaselist: Upgrade 1.0.1 -> 1.0.2
Upgrade to release 1.0.2:

- Fixed an AttributeError during unpickling.
- Optimized pickling a NocaseList object by serializing only the
  original list, but not the second lower-cased list. This
  optimization is only implemented for Python 3.
- Added tests for pickling and unpickling.
- Suppressed new Pylint issue 'super-with-arguments', because
  this package still supports Python 2.7.

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-09-16 09:15:48 -07:00
Leon Anavi
7a19eeae41 python3-attrs: Upgrade 20.1.0 -> 20.2.0
Upgrade to release 20.2.0:

- Backward-incompatible: attr.define(), attr.frozen(),
  attr.mutable(), and attr.field() remain provisional.
- attr.define() et al now correct detect __eq__ and __ne__.
- attr.define() et al's hybrid behavior now also works correctly
  when arguments are passed.
- It's possible to define custom __setattr__ methods on slotted
  classes again.
- In 20.1.0 we introduced the inherited attribute on the
  attr.Attribute class to differentiate attributes that have been
  inherited and those that have been defined directly on the
  class.It has shown to be problematic to involve that attribute
  when comparing instances of attr.Attribute though, because when
  sub-classing, attributes from base classes are suddenly not
  equal to themselves in a super class.
  Therefore the inherited attribute will now be ignored when
  hashing and comparing instances of attr.Attribute.
- zope.interface is now a "soft dependency" when running the test
  suite; if zope.interface is not installed when running the test
  suite, the interface-related tests will be automatically skipped.
- The ergonomics of creating frozen classes using
  @define(frozen=True) and sub-classing frozen classes has been
  improved: you don't have to set on_setattr=None anymore. #687

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-09-16 09:15:41 -07:00
Leon Anavi
415cf6bdec python3-sentry-sdk: Upgrade 0.17.3 -> 0.17.5
Upgrade to release 0.17.5:

- Work around an issue in the Python stdlib that makes the entire
  process deadlock during garbage collection if events are sent
  from a __del__ implementation.
- Add possibility to wrap ASGI application twice in middleware to
  enable split up of request scope data and exception catching.

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-09-16 09:15:03 -07:00
Leon Anavi
0f347c01c7 python3-google-api-python-client: Upgrade 1.11.0 -> 1.12.1
Upgrade to release 1.12.1:

- deps: require six>=1.13.0
- add quota_project, credentials_file, and scopes support
- convert print statement to function
- remove http from batch execute docs

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-09-16 09:14:58 -07:00
Leon Anavi
b31347847d python3-cffi: Upgrade 1.14.2 -> 1.14.3
Upgrade to release 1.14.3:

- Don't call PyEval_InitThreads() on CPython >= 3.7, where it
  should always be a no-op.  It is explicitly deprecated in 3.9.
- Let the test run directly on pypy too
- Remove extremely old and outdated .gitignore

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-09-16 09:14:22 -07:00
Leon Anavi
b6870570cf python3-parse: Upgrade 1.17.0 -> 1.18.0
Upgrade to release 1.18.0:

- Correct bug in int parsing introduced in 1.16.0

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-09-15 09:28:35 -07:00
Leon Anavi
e926680b8d python3-pint: Upgrade 0.15 -> 0.16
Upgrade to release 0.16:

- Fixed issue where performing an operation of a Quantity with
  certain units would perform an in-place unit conversion that
  modified the operand in addition to the returned value
- Implements Logarithmic Units like dBm, dB or decade
- Drop dependency on setuptools pkg_resources to read package
  resources, using std lib importlib.resources instead.

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-09-15 09:28:35 -07:00
Leon Anavi
3430952804 python3-pandas: Upgrade 1.1.1 -> 1.1.2
Upgrade to release 1.1.2:

- Regression in DatetimeIndex.intersection() incorrectly raising
  AssertionError when intersecting against a list
- Fix regression in updating a column inplace
- Fix regression in DataFrame.append() mixing tz-aware and
  tz-naive datetime columns
- Performance regression for RangeIndex.format()
- Regression where MultiIndex.get_loc() would return a slice
  spanning the full index when passed an empty list
- Bug in DataFrame.eval() with object dtype column binary
  operations
- Bug in Series constructor raising a TypeError when constructing
  sparse datetime64 dtypes
- Bug in DataFrame.apply() with result_type="reduce" returning
  with incorrect index
- Bug in Series.astype() and DataFrame.astype() not respecting the
  errors argument when set to "ignore" for extension dtypes
- Bug in DateTimeIndex.format() and PeriodIndex.format() with
  name=True setting the first item to "None" where it should be ""
- Other 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-09-15 09:28:35 -07:00
Leon Anavi
fc1bac1f23 python3-pyusb: Upgrade 1.0.2 -> 1.1.0
Upgrade to release 1.1.0:

- Make deploy script compatible with setuptools_scm and add
  prompts
- tutorial: fix the description of the return of
  find(find_all=True)
- Fix broken link in tutorial to libusb caveats
- Use setuptools_scm for versioning
- simplify version_info regex
- Bug fixes

License-Update: Normalize all copyright disclaimers, update year

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-09-15 09:28:35 -07:00
Leon Anavi
39abd92a7e python3-pyroute2: Upgrade 0.5.13 -> 0.5.14
Upgrade to release 0.5.14:

- iproute: ip neigh get
- iproute: link_lookup fix
- nftables: missing hooks
- netns: bug 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-09-15 09:28:34 -07:00
Leon Anavi
a5a11b54b3 python3-nocasedict: Upgrade 0.5.0 -> 1.0.0
Upgrade to release 1.0.0 with the following bug fixes:

- Test: Fixed that the reversed test against the built-in dict
  was attempted on Python 3.7, but the built-in dict became
  reversible only in Python 3.8.
- Test: Fixed issue on pypy2 (Python 2.7) where the testcases for
  update() passed keyword arguments that had integer-typed
  argument names. That is supported by CPython 2.7 when passing
  them as a kwargs dict, but not by pypy2. Removed these
  testcases, because the support for that feature in CPython 2.7
  is not part of the Python language.
- Docs: Fixed missing Python 2 only methods in RTD docs
- Pylint: Accomodated new ‘raise-missing-from’ check in Pylint
  2.6.0.

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-09-15 09:28:34 -07:00
Leon Anavi
68cafa5a95 python3-alembic: Upgrade 1.4.2 -> 1.4.3
Upgrade to release 1.4.3:

- Added support to drop named CHECK constraints that are specified
  as part of a column, rather than table wide. Previously, only
  constraints associated with the table were considered.
- Fixed issue where the MySQL dialect would not correctly render
  the server default of a column in an alter operation, if the
  operation were programmatically generated from an autogenerate
  pass as it would not accommodate for the full structure of the
  DefaultClause construct.
- Fixed issue where the CAST applied to a JSON column when copying
  a SQLite table during batch mode would cause the data to be lost,
  as SQLite's CAST with JSON appears to convert the data to the
  value "0". The CAST is now skipped in a dialect-specific manner,
  including for JSON columns on SQLite.
- The alembic current command no longer creates an alembic_version
  table in the database if one does not exist already, returning
  no version as the current version. This allows checking for
  migrations in parallel without introducing race conditions.
- Fixed issue where columns in a foreign-key referenced table
  would be replaced with null-type columns during a batch
  operation; while this did not generally have any side effects,
  it could theoretically impact a batch operation that also
  targets that table directly and also would interfere with future
  changes to the .append_column() method to disallow implicit
  replacement of columns.
- Fixed issue where the mssql_drop_foreign_key=True flag on
  op.drop_column would lead to incorrect syntax error due to a
  typo in the SQL emitted, same typo was present in the test as
  well so it was not detected.

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-09-15 09:28:34 -07:00
Leon Anavi
a09767b5cc python3-pymysql: Upgrade 0.10.0 -> 0.10.1
Upgrade to release 0.10.1:

- Fix missing import of ProgrammingError.
- Fix auth switch request handling.

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-09-15 09:28:34 -07:00
Leon Anavi
f807d8454a python3-haversine: Upgrade 2.2.0 -> 2.3.0
Upgrade to release 2.3.0:

- Added the comb parameter for haversine_vector

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-09-15 09:28:34 -07:00
Leon Anavi
76fa68032a python3-diskcache: Upgrade 5.0.2 -> 5.0.3
Upgrade to release 5.0.3:

- Add python_requires kwarg to setup

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-09-15 09:28:34 -07:00
Leon Anavi
7a0bf421cf python3-coverage: Upgrade 5.2.1 -> 5.3
Upgrade to release 5.3:

- The source setting has always been interpreted as either a file
  path or a module, depending on which existed. If both
  interpretations were valid, it was assumed to be a file path.
  The new source_pkgs setting can be used to name a package to
  disambiguate this case.
- If a plugin was disabled due to an exception, we used to still
  try to record its information, causing an exception. This is now
  fixed.

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-09-15 09:28:34 -07:00
Leon Anavi
4097284092 python3-isort: Upgrade 5.5.0 -> 5.5.2
Upgrade to release 5.5.2:

- Fixed: --diff option is ignored when input is from stdin.
- Fixed: Ensure indented import sections with import heading and
  a preceding comment don't cause import sorting loops.
- Fixed: isort error when float to top on almost empty file.
- Fixed: noqa comment moved to where flake8 cant see it.
- Fixed: .svn missing from default ignore list.

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-09-15 09:28:34 -07:00
Leon Anavi
c1a0881979 python3-tqdm: Upgrade 4.48.2 -> 4.49.0
Upgrade to release 4.49.0:

- CLI: add --tee
- CLI: add --update and --update_to
- CLI: add --null
- CLI: accept - instead of _ in options (e.g. --update-to)
- make update() return True on display to ease efficient use of
  custom callbacks
- fix py>=3 CLI --delim encoding error
- fix py>=3.5 version detection in tqdm.auto
- fix final ETA when using initial
- update documentation
- add & update 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-09-15 09:28:34 -07:00
Leon Anavi
75a78b8a2a python3-trafaret: Upgrade 2.0.2 -> 2.1.0
Upgrade to release 2.1.0:

- fix for `Dict` merge
- new `is_valid` method

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-09-15 09:28:34 -07:00
Leon Anavi
3eeda97b3c python3-ujson: Upgrade 3.1.0 -> 3.2.0
Upgrade to release 3.2.0:

- Make PEP 384 compliant
- Build and deploy aarch64 wheels

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-09-15 09:28:34 -07:00
Leon Anavi
35e3e374d6 python3-dbus-next: Upgrade 0.1.3 -> 0.1.4
Upgrade to release 0.1.4:

- Support tcp transport addresses
- Add support for the annonymous authentication protocol
- Add flags kwarg to aio high level client method call
- Allow subclassing of DBusError
- Fix exception in aio message handler loop on task cancellation
- Improve error messages
- Fix match rule memory leak bug
- Don't add match rules for high level client by default
- Add empty properties interface to standard interfaces

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-09-15 09:28:34 -07:00
Leon Anavi
3cb8969680 python3-iso8601: Upgrade 0.1.12 -> 0.1.13
Upgrade to release 0.1.13:

- Move project source code to GitHub
- Remove python 2.6, 3.2, 3.3 and 3.4 from tests
- Add python 3.7 and 3.8 to 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-09-15 09:28:34 -07:00
Leon Anavi
9c9aab3b8c python3-texttable: Upgrade 1.6.2 -> 1.6.3
Upgrade to release 1.6.3:

- Improve int conversion

License-Update: Update copyright year to 2020.

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-09-15 09:28:34 -07:00
Leon Anavi
cabb94a3ba python3-traitlets: Upgrade 5.0.3 -> 5.0.4
Upgrade to release 5.0.4:

- Support deprecated use of byte-literals for bytes on the
  command-line: ipython kernel --Session.key="b'abc'". The b
  prefix is no longer needed in traitlets 5.0, but is supported
  for backward-compatibility
- Improve output of configuration errors, especially when help
  output would make it hard to find the helpful error message

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-09-15 09:28:34 -07:00
Trevor Gamblin
ab05d6522f python3-django: add recipe for 3.1.1
meta-python only contains a recipe for django 2.2.x, so
add a recipe file for the newest branch.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-15 09:28:34 -07:00
Trevor Gamblin
eb69aad33f python3-django: upgrade 2.2.13 -> 2.2.16
Summary of release notes from https://docs.djangoproject.com/en/2.2/releases/

2.2.14 release notes:

- Fixed messages of InvalidCacheKey exceptions and CacheKeyWarning warnings
  raised by cache key validation (#31654).

2.2.15 release notes:

- Allowed setting the SameSite cookie flag in HttpResponse.delete_cookie()
  (#31790).
- Fixed crash when sending emails to addresses with display names longer than
  75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+ (#31784).

2.2.16 release notes:

- Fixed CVE-2020-24583: Incorrect permissions on intermediate-level directories
  on Python 3.7+
- Fixed CVE-2020-24584: Permission escalation in intermediate-level directories
  of the file system cache on Python 3.7+
- Fixed a data loss possibility in the select_for_update(). When using related
  fields pointing to a proxy model in the of argument, the corresponding model
  was not locked (#31866).
- Fixed a data loss possibility, following a regression in Django 2.0, when
  copying model instances with a cached fields value (#31863).

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-11 17:44:02 -07:00
Leon Anavi
81d2d5b01d python3-sentry-sdk: Upgrade 0.17.2 -> 0.17.3
Upgrade to release 0.17.3:

- Fix an issue with the pure_eval integration in interaction with
  trimming where pure_eval would create a lot of useless local
  variables that then drown out the useful ones in trimming.

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-09-10 01:24:34 -07:00
Leon Anavi
1c7b46f706 python3-isort: Upgrade 5.4.2 -> 5.5.0
- Fixed: isort: off comment doesn't work, if it's the top comment
  in the file.
- Fixed: reverse_relative setting doesn't have any effect when
  combined with force_sort_within_sections.
- Fixed: --skip can error in the case of projects that contain
  recursive symlinks.
- Fixed: ensure_newline_before_comments doesn't work if comment is
  at top of section and sections don't have lines between them.
- Fixed: comments in imports with ";" can keep isort from
  recognizing import line.
- Fixed: As imports removed when combine_star is set.
- Fixed: --float-to-top has no effect if no import is already at
  the top.
- Fixed: isort never settles on module docstring + add import.
- Fixed: Error raised when repo contains circular symlinks.
- Fixed: noqa comment is moved from star import to constant
  import.
- Fixed: Incorrect placement of import additions.
- Fixed: isort5 throws error when stdin used on Windows with
  deprecated args.
- Added support for specifying config file when using git hook.
- Added support for coloring diff output.
- New multi-line grid mode without parentheses.
- Extensive profile testing.
- Proprety based testing applied to code snippets.
- Create automated integration test that includes full code base
  of largest OpenSource isort users.

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-09-10 01:24:34 -07:00