summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: Reference proper spec-py.c filenameIgor Gnatenko2019-06-021-1/+1
* Pass rpmts object to rpmSpecBuild()Florian Festi2019-05-283-5/+19
* Implement a database cookie API for determining whether rpmdb has changedPanu Matilainen2019-05-271-0/+18
* Un-inline utf8FromString() python helper now that we canPanu Matilainen2019-05-272-12/+14
* Drop unused rpmtd python object remnantsPanu Matilainen2019-05-272-14/+0
* Drop now unnecessary PyCapsule foobar from python spec bindingsPanu Matilainen2019-05-272-12/+1
* python: Merge all py modulesIgor Gnatenko2019-04-297-257/+85
* Add python bindings for rpmteVerified(), export RPMSIG_UNVERIFIED_TYPEPanu Matilainen2019-04-092-0/+12
* Return NULL string as None from utf8FromString()Panu Matilainen2019-02-261-2/+8
* In Python 3, return all our string data as surrogate-escaped utf-8 stringsPanu Matilainen2019-02-2215-59/+67
* Bump the minimum Python version requirement to 2.7Panu Matilainen2018-10-043-36/+3
* Fix ancient python GIL locking bug on callback (RhBug:1632488)Panu Matilainen2018-10-031-2/+2
* While we're at it, add rpmdsIsReverse() + python bindings tooPanu Matilainen2018-09-181-0/+8
* Add python bindings + tests for rpmdsIsWeak() and rpmdsIsRich()Panu Matilainen2018-09-181-0/+16
* rpm.spec's .prep seems to be an attribute.Jan Pazdziora2018-08-081-1/+1
* Make python examples run with python 3, the print commands.Jan Pazdziora2018-08-084-24/+24
* Add a public API for controlling package verification flagsPanu Matilainen2018-06-272-0/+22
* Rename vslevel back to vfylevel everywhere, sighPanu Matilainen2018-06-272-11/+11
* Oops, add verification callback symbols to python bindingsPanu Matilainen2018-06-201-0/+3
* Add Python bindings + simple testcase for the verification level APIPanu Matilainen2018-06-203-0/+25
* Expose new RPMVSF_MASK_* constants in Python bindingFlorian Festi2018-06-052-4/+8
* Add package verification step to transactionsPanu Matilainen2018-05-091-0/+2
* Make python addSign() and delSign() actually work (RhBug:1558126)Panu Matilainen2018-03-201-2/+2
* Eliminate useless VERIFY_DIGEST and VERIFY_SIGNATURE constants from pythonPanu Matilainen2017-11-131-4/+0
* Move rpmVerifyAttrs enumeration to rpmfiles.h where it belongsPanu Matilainen2017-11-133-2/+3
* Add support for new virtual file attribute "%artifact"Panu Matilainen2017-11-081-0/+1
* Fix Python bindings library path for custom prefix.Jun Aruga2017-11-031-3/+6
* Add TR_RPMDB element type for representing packages from the rpmdbPanu Matilainen2017-10-031-0/+1
* rpmteDBOffset() is perfectly legal for TR_ADDED too, fix the docsPanu Matilainen2017-10-031-2/+2
* Remove long since dead codePanu Matilainen2017-10-031-12/+0
* Use pkg-config for figuring python cflags and libsPanu Matilainen2017-09-051-4/+4
* Export rpmsqBlock() to python bindings as blockSignals()Panu Matilainen2017-08-231-0/+11
* Pass sign arguments to signature deletion tooPanu Matilainen2017-05-291-12/+16
* Eliminate now unnecessary rpmtdFreeData() callsPanu Matilainen2017-05-262-2/+0
* fix comparison between signed and unsigned integer expressionsPer Øyvind Karlsen2017-05-181-1/+1
* add a spec.parsed setter for retrieving parsed specPer Øyvind Karlsen2017-04-041-0/+7
* Accept --nocaps also for the package installationLubomir Rintel2017-04-041-0/+1
* Eliminate rpmdsNotify() from the API + Python bindingsPanu Matilainen2017-03-281-17/+0
* Add a VSF control bit to disable payload digest verificationPanu Matilainen2017-03-081-0/+1
* Implement SHA256 header digest, creation + verificationPanu Matilainen2017-03-081-0/+1
* Remove support for special legacy header handling from hdr.unload()Panu Matilainen2017-03-011-23/+8
* Axe unimplemented VSFlags cruftPanu Matilainen2017-02-271-2/+0
* Fix number of references on spec_Type (#114)Pavlina Moravcova Varekova2017-02-232-4/+12
* Raise python exception on macro expand errorsPanu Matilainen2017-01-191-3/+7
* Return the return code of rpmsqPoll() to python tooPanu Matilainen2016-12-141-2/+1
* Replace rpmdbCheckSignals() with rpmsqPoll() everywhere, eliminate from APIPanu Matilainen2016-12-141-1/+1
* Clean up rpmdb leftovers from an atexit() handler.Panu Matilainen2016-12-132-16/+0
* Define AM_CFLAGS inside the Makefile.am files themselves.Mark Wielaard2016-12-091-0/+1
* Oops, python Makefile wasn't including rpm.amPanu Matilainen2016-12-081-0/+2
* Silence type-punning warnings from python bindings, it's a python featurePanu Matilainen2016-12-021-1/+1