summaryrefslogtreecommitdiffstats
path: root/src/software/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* python: synced version of eggs with openlmi-providersMichal Minar2013-07-301-1/+1
|
* software: added sample configurationMichal Minar2013-07-231-0/+2
| | | | install software configs in spec
* renamed openlmi namespace to lmiMichal Minar2013-07-041-8/+8
| | | | | To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.
* software version bump to 0.9Michal Minar2013-03-221-1/+1
| | | | updated README
* rewritten for safe execution of transactionsMichal Minar2013-02-041-2/+6
| | | | | | | | | | | | | | | | | | | | | | | Made separate process openlmi.software.yumdb.process.YumWorker for calls to yum API. Its client openlmi.software.yumdb.YumDB communicates with it via synchronnous queues - uplink and downlink. Resolves: #63 in openlmi trac -- yum API not useable, while changing thread_id) Resolves: #33 in openlmi trac -- Install/remove package Common functionality of providers moved under openlmi.software.core subpackage to make them easily accessible from other providers without cyclic dependencies. Improved logging with cmpi_logging module. openlmi.software.cimom_entry module now is the only module loadable by cmpi-bindings. It sets up providers and maps them by their name. New subpackages: openlmi.software.core openlmi.software.yumdb
* added pylintlmi checker for python source checkingMichal Minar2012-11-281-2/+2
| | | | | | | | | | | | | | | | | | pylintlmi uses pylint (python source code checking utility) - giving it custom configuration for openlmi project and plugins with additional checks for usage see src/software/README renamed directory "src/software/providers" to "src/software/openlmi/software" * allows installation to custom PYTHONPATH together with openlmi-python egg * that also allows running pylint on sources in devel directory without messages like: W0403: 28,0: Relative import 'openlmi.software.core', should be 'openlmi.software.openlmi.software.core' E0611: 28,0: No name 'software' in module 'openlmi' F0401: 28,0: Unable to import 'openlmi.software.core'
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-121-1/+1
|
* fixed software setup.py0.0.14Michal Minar2012-11-081-1/+1
|
* added python namespace package called openlmiMichal Minar2012-11-081-2/+4
| | | | | This is aimed to be a common package for all openlmi python providers. It allows using fully-qualified imports in provider source packages.
* Change project name from Cura to OpenLMIRadek Novacek2012-10-221-4/+4
|
* changed install directory for software providersMichal Minar2012-10-101-4/+4
| | | | bumped version
* renamed yum package providers to softwareMichal Minar2012-10-101-0/+16
renamed LMI_Yum* to LMI_Software* removed attributes GroupString and LicenseString from LMI_SoftwarePackage modified attributes Group, Architecture and License of LMI_SoftwarePackage to return string instead of Uints - because values and valuemaps would need frequent updates