| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
| |
* Add patch to switch from 'distutils' to 'setuptools'
* Set PIP_INSTALL_PACKAGE = "python_meh"
* Install files to ${datadir} as intended
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recipe does not inherit pypi, nor is PN a reasonable guess for the wheel
name so set PIP_INSTALL_PACKAGE appropriately.
The wheel is built in ${S}/dist rather than ${B}/dist so set
PIP_INSTALL_DIST_PATH appropriately.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
| |
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changelog:
===============================================================================
-Fixed an inadvertent loss of precision in the routine that computes a date’s
hours, minutes, and seconds. It was sometimes returning a small negative number
of seconds, which caused Python’s datetime type to complain
ValueError: second must be in 0..59.
-Users installing from source on Windows are now protected against a possible
encoding error as setup.py reads in two text files.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
| |
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
| |
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
| |
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changelog:
===============================================================
When you provide PyEphem with a Python datetime that has a time
zone attached, PyEphem now detects the time zone and converts
the date and time to UTC automatically.
A new search routine had been written and tested to power the
:ref:`transit-rising-setting` methods previous_rising(),
previous_setting(), next_rising(), and next_setting(). They
should no longer be susceptible to getting hung up in a loop.
You should also find them substantially faster.
Fixed the constellation() routine so that it uses astrometric,
rather than apparent, right ascension and declination. This
should make it more accurate along the borders of each
constellation.
Fixed how the underlying “libastro” library computes whether a
body’s image is deflected by gravity when its light passes close
to the Sun. Previously, users would see coordinates jump
unexpectedly as the deflection formula turned on and off haphazardly.
Fixed the star positions in the ephem.stars star catalog by adding
8.75 years of proper motion to each star. Previously, each
1991.25 position from the Hipparcos catalog was being incorrectly
treated as a 2000.0 position.
A new routine unrefract() lets you compute the real altitude of
a body that you observe in the sky at a given apparent altitude.
The old cities.lookup() function is now officially deprecated.
Because of a Google API restriction, it stopped working in 2018.
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
| |
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
| |
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
| |
Fixes
FileNotFoundError: [Errno 2] No such file or directory: 'pkg-config'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
| |
"BSD" is ambiguous, use the precise licenses BSD-3-Clause
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
| |
Signed-off-by: Samuel Dolt <samuel.dolt.ext@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
| |
-License-Update: Change to MIT License.
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 1.8.0:
- Add compatibility with pathlib paths
- Fix thread compatibility of modern windows implementation
- Fix handling of UNC names in legacy windows implementation
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade python3-blivetgui from 2.1.10 to 2.2.1.
* drop backported patch
0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade python3-blivet from 3.1.4 to 3.4.0.
* it imports selinux conditionally, so remove
0001-comment-out-selinux.patch
* rebase 0008-use-oe-variable-to-replace-hardcoded-dir.patch and
0010-invoking-mkfs-with-infinite-timeout.patch
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
| |
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 1.7.1:
- Changed conditional for when to try to use pyobjc version
- Add console_script entry point
- Increased python CI versions
- Fix minor issue in setup.py
- Fix issue with windows tests importing modules on non-windows
- Unit test cleanups, rewrites, and flake8 cleanups
- Windows: Fix legacy windows platform for multi-byte unicode and
add tests
- macOS: Add alternative pyobjc version to potentially improve
compatibility
- Add main method which allows calling via python -m send2trash
somefile
- Windows: Add support for using IFileOperation when pywin32 is
present on Vista and newer
- Add support for passing multiple files at once in a list
- Windows: Batch multi-file calls to improve performance
- Windows: Fix issue with SHFileOperation failing silently when
path is not found
License-Update: License remains BSD-3-Clause License
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 1.2.0 with bug fixes and enhancements:
- Finalized the pywbem mock support
- Logging: Added a value 'off' for the log destination in the
pywbem.configure_logging() function that disables logging
- Improved exception handling during the parsing of CIM-XML
responses received from a WBEM server
- Reduced memory consumption of CIM objects and CIM types by
defining their attributes to use Python slots
- Reduced memory consumption of CIM objects by using lazy
initialization of dictionary-type attributes
- Unsupported versions for CIM infrastructure, DTD or protocol
version returned in CIM-XML responses from WBEM servers are
now raised as new exceptions pywbem
- In the makefile, added an ignore list for issues reported by
safety along with the reasons why each issue is ignored
- Improvements in the log messages of the MOFCompiler class
- Added a conn_close() method to the pywbem.MOFCompiler class
that closes the underlying connection
- Added 'make perftest' to run performance tests
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.9.0:
- Modified the --timestats general option from boolean to choice
with 3 choices for when statistics are displayed (after each
command or via a command).
- Fixed a ValueError on Windows that was raised when the
connections file was not on the home drive.
- Limit click package to < 8.0 because of a) incompatibility with
python 2.7, b) incompatibility between click 8.0 and clicl-repl.
- Limit mock package to lt 4.0.3 to avoid issue issue that causes
test failure.
- Fix issue caused by mock package version 4.0.3 by creating
replacements for warnings.warn and warnings.warn_explicit
functions and removing the use of the patch decorator in
pywbemcli.py before the definition of the cli function.
- Fixes issue where in pywbemcli the --timeout and --use-pull
general options were not always correctly included in the new
object context in interactive mode if they were specified on
the interactive mode cmd line.
- Fixed issue in tests with use of stdin and inputting the instance
path for instance get and instance delete. This was a test setup
issue and not a code issue.
- Mitigated the coveralls HTTP status 422 by pinning
coveralls-python to <3.0.0.
- Fix issue where documentation index disappeared when we changed
the documentation theme
- Test: Fixed behavior of 'pdb' test condition, which is supposed
to stop in the pdb debugger before executing the command
function, but did immediately leave the debugger again because
of redirections of the standard streams. The debugger now
properly comes up when 'pdb' is specified as a condition.
- Test: Fixed restoring of environment variables that are modified
by testcases, and displaying of PYWBEMCLI environment variables
during testing in verbose mode.
- Change MOFCompiler.add_mof/remove_mof() to only display
exceptions received if not MOFCompileError since the MOF
compiler logs all MOFCompileError exceptions.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
|
|
|
|
|
|
| |
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.8.1:
- Fixed a ValueError on Windows that was raised when the
connections file was not on the home drive.
- Limit click package to < 8.0 because of a) incompatibility with
python 2.7, b) incompatibility between click 8.0 and clicl-repl.
- Limit mock package to lt 4.0.3 to avoid issue issue that causes
test failure.
- Increased minimum pywbem version from 1.1.1 to 1.1.3 to pick
up fixes.
- Migrated from Travis and Appveyor to GitHub Actions. This required
several changes in package dependencies for development.
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 1.1.3:
- MOF compiler: Fixed bug where MOF compiler did not correctly
install a CIM schema in a non-default namespace because it tried
to get the qualifiers from the default namespace.
- Test: Changed dependency to ‘typed-ast’ to match the needs of
‘astroid’ and to install it only on CPython. This allows
re-enabling PyPy3 on Travis.
- Test: Pinned psutil to <=5.6.3 on PyPy2+3 to avoid an
installation error.
- Test: Increased the minimum version of ‘pyzmq’ on Python 3.9
to 19.0.0 to avoid an installation error.
- Test: Circumvented unicode issue with
lxml.etree.fromstring()/XML() on Python 3.9 by passing in binary
strings.
- Test: Adjusted _format()/_ascii2() testcases to PyPy3 behavior
with binary vs unicode results.
- Test: Disabled leaktest in travis also on PyPy3 (in addition to
PyPy2).
- Fixed a DeprecationWarning issued by urllib3 about using the
whitelist_methods parameter of Retry.
- Fixed issue on GitHub Actions with macos by no longer running
“brew update” in pywbem_os_setup.sh. (issue #2544)
- Docs: Fixed incorrect attribute name ‘provider_classnames’ in
method provider example. (issue #2564)
- Mitigated the coveralls HTTP status 422 by pinning
coveralls-python to <3.0.0.
- Migrated from Travis and Appveyor to GitHub Actions. This
required several changes in package dependencies for development.
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>
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.50:
- dump: Use exception's type and value when calculating hash
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently it lives in:
* meta-jupyter
* meta-microcontroller
Seems important so add it to meta-python
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 3.7.7.1:
- Fixed a memory leak in readdb()
- Fixed the Body.copy() method to correctly copy object-specific
fields across to the new object, like Saturn ring tilt and Earth
satellite catalog number
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 3.11.7:
- Set PY_SSIZE_T_CLEAN for the build
- add nvme support
- Update RELEASE file to make last step be "make 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.8.0:
- Moving the commands “server profiles” and “serve
centralinsts” to the new group profiles with the commmand
names “profile list” and “profile centralinsts” added a
command group and removed 2 commands from the server
command group.
- The –deprecation-warnings / –no-deprecation-warnings
general option has been remamed to –warn / –no-warn, and
it now controls the display of all Python warnings.
- Order display of instance names when the .? is used to pick
an instance name so the same order of instance names is
displayed for all versions of Python.
- Pinned prompt-toolkit to <3.0 on Python 3.8 on Windows to
avoid WinError 995.
- Fixed exception when command entered in interactive mode,
on Python 2.
- Test: Default connection file does not get restored in some
cases during test.
- AssociationShrub produces instancename slightly different table
output in some cases for pywbem 1 vs previous
versions(inclusion of “/:” prefix).
- Test: Fixed attempt in test_class_cmds.py to invoke a non-static
method on a class object.
- Fix help message for “–deprecated” to be unicode so python 2.7
help does not fail.
- Upgraded nocasedict and nocaselist packages to pick up fixes.
- Error in test defintion for qualdecl Indication causes failure
with pywbem i.1.0 where mocker validates qualifiers scopes.
- Test: Preventive fix for potential issue with virtualenv raising
AttributeError during installtest on Python 3.4.
- Test: Added checking for no expected warning.
- Fixed incorrect property order in instance table output, where
key properties were not ordered before non-key properties but
ordered along with them.
- Docs/Test: Fixed failing install of Jinja2 on Python 3.4 by
adding it to dev-requirements.txt and pinning it to <2.11 for
Python 3.4.
- Test: Aligned qualifier definitions in test MOF with CIM Schema.
- Upgraded pywbem to 1.1.1 to pick up fixes and enhancements.
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 1.1.0:
- Test: Fixed dependency issues with ‘pyrsistent’ package on
Python 2.7 and Python 3.4.
- Increased minimum versions of nocasedict to 1.0.0 and nocaselist
to 1.0.2 to pick up fixes needed for pywbem.
- Windows install: Upgraded WinOpenSSL to 1.1.1h.
- Test: Changed collection of .yaml files in function tests to
address DeprecationWarning issued by pytest.
- Upgraded the minimum versions of nocasedict to 1.0.3 and of
nocaselist to 1.0.1, to pick up fixes in these packages.
- Removed dependency on package custom-inherit and removed package
from pywbem.
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.7.3:
- Docs/Test: Fixed failing install of Jinja2 on Python 3.4 by
adding it to dev-requirements.txt and pinning it to <2.11 for
Python 3.4.
- Fixed incorrect property order in instance table output, where
key properties were not ordered before non-key properties but
ordered along with them.
- Test: Fixed qualifier definitions in qualifier_filter_model.mof
to accomodate improved MOF compiler in pywbem 1.1.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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.7.2:
- Test: Fixed attempt in test_class_cmds.py to invoke a non-static
method on a class object.
- Test: Preventive fix for potential issue with virtualenv raising
AttributeError during installtest on 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.49:
- Fix make archive command after pot file removal
- Add Readme with description and translation badge
- Add pot file to the git ignore
- Pause release when making bumpver to check and solve
translations
- Remove unused PREFIX from Makefile
- Remove Zanata
- Push translations to our translation repository
- Download translations from Weblate
- Remove pot 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add release 0.7.1 of the python client tools to work with WBEM
Servers using the PyWBEM API:
- Pinned prompt-toolkit to <3.0 on Python 3.8 on Windows to avoid
WinError 995
- Fixed exception when command entered in interactive mode, on
Python 2
- Test: Default connection file does not get restored in some
cases during test.
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 1.0.2:
- Fixed erronously raised HeaderParseError when WBEM server
returns Content-type: text/xml. This content-type is valid
according to DSP0200. Added testcases.
- Fixed handling of ReturnQueryResultClass=True in
WBEMConnection.OpenQueryInstances().
- Mock: In the mock support, fixed multiple errors in the mocked
OpenQueryInstances(), and added testcases for it.
- Mock: Added support for more ways the output parameters can be
returned in method providers: The container for the output
parameters can now also be a Mapping (including pywbem’s
internal NocaseDict or nocasedict.NocaseDict), in addition to
just the built-in dict. The values in such a Mapping container
can now also be CIMParameter objects, in addition to just the
CIM data values. This provides consistency with the way the
input parameters of the method provider are represented.
Removed the wbemcli command that was deprecated in pywbem 0.15.0.
The recommended replacement is the pywbemcli command from the
'pywbemtools' 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.17.4 with the following bug fixes:
- Test: On Python 3.8, upgraded the minimum version of lxml from
4.4.1 to 4.4.3, in order to fix an XMLSyntaxError raised when
encountering UCS-4 characters.
- Test: Fixed issue with Swig when installing M2Crypto on native
Windows in the Appveyor CI, reporting mssing files swig.swg and
python.swg. This was fixed by pinning the swig version to 4.0.1.
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>
|
|
|
|
|
|
|
|
|
|
| |
Update python3-pykickstart from 3.22 to 3.26.
* Update context of 0001-support-authentication-for-kickstart.patch
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.17.3:
- Improved support for array-typed elements in ValueMapping
- Accomodated the newly released flake8 version 3.8.1 by removing
the pinning of pyflakes to <2.2.0, and adjusting the source
code of pywbem to get around the new flake8 messages E123, E124,
E402.
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upgrade to release 0.17.2:
- Test: Fixed virtualenv related failures during install test.
- Dev: Increased the versions of the base packages ‘pip’,
‘setuptools’ and ‘wheel’ to the content of Ubuntu 18.04 as
a minimum, and to the lowest versions that support a particular
Python versions beyond that. This only affects development of
pywbem.
- Setup: Added the scripts for installing OS-level dependencies
(pywbem_os_setup.sh/.bat) to the source distribution archive.
Note that starting with the upcoming pywbem 1.0.0, these scripts
are no longer needed, so this change will not be rolled forward
into 1.0.0.
- Increased the version of ‘PyYAML’ from 5.1 to 5.3 on Python 2.7,
to pick up a fix for dealing with Unicode characters above U+FFFF
in narrow Python builds. This could not be fixed for Python 2.6
since PyYAML 3.12 dropped support for Python 2.6
- Fixed raise error for invalid reference_direction in
WBEMServer.get_central_instances().
- Fixed raise error for missing ports in WBEMListener.__init__().
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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Inherit pypi. Upgrade to release 3.11.6:
- Use preprocessor for the _ped module and what constants to
include
- Reduce libparted requirement to 3.2
- Update the pypi target in the Makefile
- Reduce minimum Python required to 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>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
Rename recipes which were previously built with python2 to their python3
equivalents.
Use new python3 classes (setuptools3) in those recipes.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Remove recipes which require python2 from the layer. Those recipes are
moved to meta-python2 and are not required here any longer.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
* LICENSE.txt move to toplevel
* Use github for SRC_UTI, pypi source does not build
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
Avoid warning due to the class rename in OE-Core.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
-Refresh the following patch:
0003-comment-out-sections-shutdown-and-environment-in-gen.patch
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|