From c7ec732f786a32b0dbad3ea4a4277e853f9cafc8 Mon Sep 17 00:00:00 2001
From: zubin
Date: Jun 16 2019 12:27:20 +0000
Subject: [PATCH 1/18] py2 to py3 init
---
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..25c729f
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "python.pythonPath": "/bin/python3"
+}
\ No newline at end of file
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index eaa23ad..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,2 +0,0 @@
-Branislav Blaskovic
-Tomas Meszaros
diff --git a/COPYING b/COPYING
deleted file mode 100644
index 94a9ed0..0000000
--- a/COPYING
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 141f4ed..0000000
--- a/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Branislav Blaskovic
-# Tomas Meszaros
-
-
-NAME = fedora-gooey-karma
-BINDIR = /usr/bin
-DATADIR = /usr/share
-
-all:
-
-run:
- ./src/fedora-gooey-karma
-
-install:
- mkdir -p $(DESTDIR)$(DATADIR)/$(NAME)
- install -D -p -m 755 src/$(NAME) $(DESTDIR)$(BINDIR)/$(NAME)
- install -D -p -m 644 src/*.py $(DESTDIR)$(DATADIR)/$(NAME)/
- mkdir -p $(DESTDIR)$(DATADIR)/applications
- install -D -p -m 644 $(NAME).desktop $(DESTDIR)$(DATADIR)/applications/
- mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor/
- cp -r icons/* $(DESTDIR)$(DATADIR)/icons/hicolor/
- chmod 644 $(DESTDIR)$(DATADIR)/icons/hicolor/*/apps/$(NAME).png
-
-uninstall:
- rm -rf $(DESTDIR)$(DATADIR)/$(NAME)
- rm -f $(DESTDIR)$(BINDIR)/$(NAME)
- rm -f $(DESTDIR)$(DATADIR)/applications/$(NAME).desktop
- rm -f $(DESTDIR)$(DATADIR)/icons/hicolor/*/apps/$(NAME).png
-
-clean:
- rm src/*.pyc
diff --git a/Makefile-reference b/Makefile-reference
new file mode 100644
index 0000000..141f4ed
--- /dev/null
+++ b/Makefile-reference
@@ -0,0 +1,31 @@
+# Branislav Blaskovic
+# Tomas Meszaros
+
+
+NAME = fedora-gooey-karma
+BINDIR = /usr/bin
+DATADIR = /usr/share
+
+all:
+
+run:
+ ./src/fedora-gooey-karma
+
+install:
+ mkdir -p $(DESTDIR)$(DATADIR)/$(NAME)
+ install -D -p -m 755 src/$(NAME) $(DESTDIR)$(BINDIR)/$(NAME)
+ install -D -p -m 644 src/*.py $(DESTDIR)$(DATADIR)/$(NAME)/
+ mkdir -p $(DESTDIR)$(DATADIR)/applications
+ install -D -p -m 644 $(NAME).desktop $(DESTDIR)$(DATADIR)/applications/
+ mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor/
+ cp -r icons/* $(DESTDIR)$(DATADIR)/icons/hicolor/
+ chmod 644 $(DESTDIR)$(DATADIR)/icons/hicolor/*/apps/$(NAME).png
+
+uninstall:
+ rm -rf $(DESTDIR)$(DATADIR)/$(NAME)
+ rm -f $(DESTDIR)$(BINDIR)/$(NAME)
+ rm -f $(DESTDIR)$(DATADIR)/applications/$(NAME).desktop
+ rm -f $(DESTDIR)$(DATADIR)/icons/hicolor/*/apps/$(NAME).png
+
+clean:
+ rm src/*.pyc
diff --git a/TODO b/TODO
deleted file mode 100644
index 4f000b6..0000000
--- a/TODO
+++ /dev/null
@@ -1,20 +0,0 @@
-TODO
-====
-
-* improve performance when loading packages from bodhi
- - it takes too long on older machines
-
-* add support for installing and deleting packages
- - some buttons next to the package name could be nice
-
-* refractor [done]
- - split mainwindow.py into several files
-
-* improve FAS integration
- - login dialog at the start?
-
-* automatic release recognition [done]
- - the right release number should be selected automatically
-
-* improve GUI
- - add icons, improve toolbar (about, help, etc.)
diff --git a/fedora-gooey-karma.desktop b/fedora-gooey-karma.desktop
deleted file mode 100644
index 6f899a1..0000000
--- a/fedora-gooey-karma.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=Fedora Gooey Karma
-Comment=Helps you to easily and fast provide feedback for all testing updates that you have currently installed
-Exec=fedora-gooey-karma
-Icon=fedora-gooey-karma
-Terminal=false
-Categories=GNOME;GTK;System;
diff --git a/icons/16x16/apps/fedora-gooey-karma.png b/icons/16x16/apps/fedora-gooey-karma.png
deleted file mode 100644
index 5f18e88..0000000
Binary files a/icons/16x16/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/icons/24x24/apps/fedora-gooey-karma.png b/icons/24x24/apps/fedora-gooey-karma.png
deleted file mode 100644
index 82e51a7..0000000
Binary files a/icons/24x24/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/icons/256x256/apps/fedora-gooey-karma.png b/icons/256x256/apps/fedora-gooey-karma.png
deleted file mode 100644
index ba5a0be..0000000
Binary files a/icons/256x256/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/icons/32x32/apps/fedora-gooey-karma.png b/icons/32x32/apps/fedora-gooey-karma.png
deleted file mode 100644
index 902fcb0..0000000
Binary files a/icons/32x32/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/icons/48x48/apps/fedora-gooey-karma.png b/icons/48x48/apps/fedora-gooey-karma.png
deleted file mode 100644
index 67b3ac3..0000000
Binary files a/icons/48x48/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/src/.vscode/settings.json b/src/.vscode/settings.json
new file mode 100644
index 0000000..615aafb
--- /dev/null
+++ b/src/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "python.pythonPath": "/usr/bin/python3"
+}
\ No newline at end of file
diff --git a/src/bodhiCalls.py b/src/bodhiCalls.py
new file mode 100644
index 0000000..6cefb1b
--- /dev/null
+++ b/src/bodhiCalls.py
@@ -0,0 +1,13 @@
+import requests
+from fedora.client.bodhi import Bodhi2Client
+import pprint
+bc = Bodhi2Client()
+
+args = {}
+
+args["releases"] = "30"
+args["limit"] = "1"
+
+args.pop('limit', None)
+
+print(bc.query(**args))
diff --git a/src/bodhiworker.py b/src/bodhiworker.py
deleted file mode 100644
index 7540036..0000000
--- a/src/bodhiworker.py
+++ /dev/null
@@ -1,249 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Author: Tomas Meszaros
-
-import os
-import os.path
-import re
-import subprocess
-from PySide import QtCore
-from fedora.client import BodhiClient
-from idlequeue import *
-
-class BodhiWorker(QtCore.QThread):
-
- bodhi_query_done = QtCore.Signal(object)
-
- def __init__(self, worker_name, queue, main_thread, parent=None):
- super(BodhiWorker, self).__init__(parent)
- self.queue = queue
-
- self.worker_name = worker_name
- self.main_thread = main_thread
-
- bodhi_url = 'https://admin.fedoraproject.org/updates/'
- self.bc = BodhiClient(bodhi_url, useragent="Fedora Gooey Karma", debug=None)
- self.installed_packages = []
- self.process_list = self.get_proc_list()
-
- def run(self):
- while True:
- action, data = self.queue.get()
-
- if action == 'package_update':
- package = data
- # Get info about this build
- variant, bodhi_update = self.__bodhi_query_pkg(package)
- if bodhi_update:
- # If we get info from bodhi, prepare some info
- # and send it to GUI
- bodhi_update['bugs_by_id'] = self.__get_bugs_by_id(bodhi_update)
- bodhi_update['bodhi_url'] = self.__get_url(bodhi_update)
- bodhi_update['test_cases'] = self.__get_testcases(bodhi_update)
- bodhi_update['formatted_comments'] = self.__get_comments(bodhi_update)
- bodhi_update['relevant_packages'] = self.__get_relevant_packages(package.name)
- bodhi_update['parsed_nvr'] = self.__parse_nvr(bodhi_update['itemlist_name'])
- bodhi_update['currently_running'] = []
-
- # Is something from this package running?
- ## Find package in installed packages
- for pkg in self.installed_packages:
- if pkg.name == bodhi_update['parsed_nvr']['name']:
- # Check for every process if it is in filelist
- for proc_name in self.process_list:
- if proc_name in pkg.filelist:
- # Append binary to list
- bodhi_update['currently_running'].append(proc_name)
- break
-
- # Send it to main thread
- main_thread_call(self.main_thread.bodhi_process_result,
- [variant, bodhi_update])
- else:
- # If there is no info from Bodhi, send info to main thread to adjust progress bar
- main_thread_call(self.main_thread.bodhi_process_result,
- ['progress_only', None])
-
- elif action == 'set_installed_packages':
- # Is this item for this worker?
- # data[0] worker_name, data[1] installed_packages
- if self.worker_name != data[0]:
- self.queue.put([action, data])
-
- self.installed_packages = data[1]
- else:
- print "Bodhi worker: Unknown action"
-
- self.queue.task_done()
-
- def __parse_nvr(self, nvr):
- splitted = nvr.split('-')
-
- # We need at least 3 items
- if len(splitted) < 3:
- return
-
- # Get items from array
- name = '-'.join(splitted[0:(len(splitted)-2)])
- version = splitted[-2]
- release = splitted[-1]
-
- return {'name':name, 'version':version, 'release':release}
-
- def __get_relevant_packages(self, package):
- pkgs = {}
- pkgs['desktop'] = {}
- pkgs['others'] = {}
-
- # TODO: Should be rewritten to pure python code
- try:
- p = subprocess.Popen('repoquery -q --qf "%{name}" --whatrequires ' + str(package),
- shell=True,
- stdout=subprocess.PIPE,
- stderr=subprocess.STDOUT)
-
- for line in p.stdout.readlines():
- name = line.lstrip().rstrip()
- for installed_pkg in self.installed_packages:
- if installed_pkg.name == name:
- # Which category is it?
- category = 'others'
- ## Search for desktop file
- for filename in installed_pkg.filelist:
- if re.search('^/usr/share/applications/(.*).desktop$', filename):
- category = 'desktop'
- break
-
- pkgs[category][name] = installed_pkg
- except IOError, e:
- print "BodhiWorker.__get_relevant_packages: %s" % str(e)
-
- return pkgs
-
- def __bodhi_query_pkg(self, package):
- # Search by name
- rel = None
- for part in package.release.split('.'):
- if re.search("^fc[0-9]+$", part):
- rel = part.replace('fc','F')
-
- # Correct release not found
- if not rel:
- return [None, None]
-
- pkg_update = self.bc.query(release=rel, package=package.name, status='testing')['updates']
-
- if pkg_update:
- for update in pkg_update:
- for build in update['builds']:
- # Does this build match with our current build?
- if build['nvr'] == package.nvr:
- update['itemlist_name'] = package.nvr
- update['yum_package'] = package
- update['variant'] = 'installed'
- return ['installed', update]
- # If not, there could be newer version
- elif build.package.name == package.name:
- update['itemlist_name'] = build['nvr']
- update['yum_package'] = build.package
- update['variant'] = 'available'
- return ['available', update]
-
- return [None, None]
-
- def __get_bugs_by_id(self, data):
- # Prepare bugs for easier use
- bugs = {}
- if len(data['bugs']):
- for bug in data['bugs']:
- bugs[bug['bz_id']] = bug['title']
-
- return bugs
-
- def __get_url(self, data):
- return 'https://admin.fedoraproject.org/updates/' + str(data['updateid'])
-
- def __get_testcases(self, data):
- if data['nagged'] is not None:
- if 'test_cases' in data['nagged']:
- test_cases = data['nagged']['test_cases']
- for i in range(len(test_cases)):
- test_cases[i] = test_cases[i].replace("QA:Testcase ", "")
- return test_cases
- # when package does not have test cases
- return []
-
- def __get_comments(self, data):
- # Get comments and rewrite it to better formatted dict
- comments = []
- i = 1
- if len(data['comments']):
- for comment in data['comments']:
- anonymous = ""
- if comment['anonymous']:
- anonymous = " (unauthenticated)"
- comments.append({'ord':i,
- 'text':comment['text'],
- 'author':comment['author'] + anonymous,
- 'karma':comment['karma']})
- i = i + 1
-
- return comments
-
- def which(filename):
- # Get full path to relative bin name
- locations = os.environ.get("PATH").split(os.pathsep)
- candidates = []
- for location in locations:
- candidate = os.path.join(location, filename)
- if os.path.isfile(candidate):
- candidates.append(candidate)
- return candidates
-
- def get_proc_list(self):
- p = subprocess.Popen(['/bin/ps', 'aux'], shell=False, stdout=subprocess.PIPE)
- p.stdout.readline()
- plist = []
-
- # Get processes, find their full path and so
- for line in p.stdout:
- try:
- process = re.split(' *', line.strip())[10]
-
- # Not a process what we are looking for
- if process[0] == '[':
- continue
- # We need to get full path to process from PATH variable
- elif process[0] != '/':
- process = self.which(process)[0]
-
- # Add it to list
- if process not in plist:
- plist.append(process)
-
- except:
- continue
-
- return plist
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/browser.py b/src/browser.py
deleted file mode 100644
index a4d8492..0000000
--- a/src/browser.py
+++ /dev/null
@@ -1,73 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-import webbrowser
-
-class WebBrowser:
-
- # URL constants
- __BUGZILLA_REDHAT_URL = "http://bugzilla.redhat.com/show_bug.cgi?id="
- __PACKAGE_INFO_URL = "https://apps.fedoraproject.org/packages/"
- __FEDORAPEOPLE_TESTCASE_URL = "https://fedoraproject.org/wiki/QA:Testcase_"
- __KOJI_PACKAGES_URL = "http://kojipkgs.fedoraproject.org//packages/"
-
- def __init__(self, main):
- # Grab MainWindow instance
- self.main = main
-
- def show_bug_in_browser(self):
- bug_id = self.main.ui.treeWidget_bugs.currentItem().text(0)
- webbrowser.open_new_tab("%s%s" % (self.__BUGZILLA_REDHAT_URL, bug_id))
-
- def show_relevant_pkg_in_browser(self):
- widget = self.main.ui.treeWidget_related_packages.currentItem()
- if widget.parent() is not None:
- # Do not need to open new tab when double clicked at "Desktop packages"
- # or "Other packages", so affect childs only
- webbrowser.open_new_tab("%s%s" % (self.__PACKAGE_INFO_URL, widget.text(0).strip()))
-
- def show_bodhi_update_in_browser(self):
- update = self.main.get_bodhi_update()
- if not update:
- return
- webbrowser.open_new_tab(update['bodhi_url'])
-
- def download_source_rpm(self):
- update = self.main.get_bodhi_update()
- if not update:
- return
-
- name = update['parsed_nvr']['name']
- version = update['parsed_nvr']['version']
- release = update['parsed_nvr']['release']
-
- # Set-up url
- url = self.__KOJI_PACKAGES_URL + "%s/%s/%s/src/%s.src.rpm" % (name, version, release, update['itemlist_name'])
- # Maybe it would be nice to show Save dialog and save directly to hdd
- webbrowser.open_new_tab(url)
-
- def show_testcase_in_browser(self):
- testcase_name = self.main.ui.treeWidget_test_cases.currentItem().text(0).replace(' ', '_')
- webbrowser.open_new_tab("%s%s" % (self.__FEDORAPEOPLE_TESTCASE_URL, testcase_name))
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/config.py b/src/config.py
deleted file mode 100644
index e388ded..0000000
--- a/src/config.py
+++ /dev/null
@@ -1,167 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-import os
-import pickle
-import keyring
-
-class PackagesHolder:
-
- def __init__(self):
- self.__db = []
-
- # Override some methods to be able to work with it as with list
- def __getitem__(self, key):
- # This method allows to use foo[x]
- if key < len(self.__db) and key >= 0:
- return self.__db[key]
- else:
- raise KeyError("PackageHolder: out of range")
-
- def __iter__(self):
- # This method allows to use iteration, like foo in bar
- class iterator(object):
- def __init__(self, obj):
- self.obj = obj
- self.index = -1
-
- def __iter__(self):
- return self
-
- def next(self):
- if self.index < len(self.obj)-1:
- self.index += 1
- return self.obj[self.index]
- else:
- raise StopIteration
-
- return iterator(self.__db)
-
- # Common methods
- def add_package(self, package):
- package = package.strip()
- if package == '':
- return False
-
- if package not in self.__db:
- self.__db.append(package)
- return True
-
- return False
-
- def remove_package(self, package):
- package = package.strip()
- try:
- self.__db.remove(package)
- return True
- except:
- pass
-
- return False
-
-
-class Config:
-
- __KEYRING_SERVICE_NAME = 'fedora-gooey-karma-login'
-
- def __init__(self):
- self.__config_file = None
- try:
- self.__config_file = os.environ["HOME"] + "/.fedora-gooey-karma"
- except KeyError:
- print "Please set the environment variable HOME"
-
-
- self.ignored_packages = PackagesHolder()
- self.favorited_packages = PackagesHolder()
- self.fas_name = ''
- self.__fas_password = ''
- self.tab_side_index = 0
- self.load_config()
-
- # Getters, setters
- def get_fas_name(self): return self.fas_name
- def get_fas_password(self): return self.__fas_password
- def set_fas_name(self, name): self.fas_name = str(name)
- def set_fas_password(self, password): self.__fas_password = str(password)
-
- def __verify_data(self):
- # Check for side tabbar index
- try:
- self.tab_side_index = int(self.tab_side_index)
- except:
- self.tab_side_index = 0
-
- def load_config(self):
- # Loads config from home dir
- obj = None
- try:
- f = open(self.__config_file, 'rb')
- obj = pickle.load(f)
- f.close()
- except:
- print "Cannot open config file " + self.__config_file
-
-
- # If we have object from pickle file, assign it
- if obj:
- for attr in ['favorited_packages', 'ignored_packages', 'fas_name', 'tab_side_index']:
- setattr(self, attr, getattr(obj, attr, None))
-
- # If username is loaded, get password for it
- if self.fas_name != '':
- try:
- self.__fas_password = keyring.get_password(self.__KEYRING_SERVICE_NAME, self.fas_name)
- except:
- print "Error in load_config() while loading FAS token from keyring."
-
- # Verify loaded data
- self.__verify_data()
-
-
- def save_config(self):
- # Firstly, delete password to not save it to file
- pass_backup = self.__fas_password
- self.__fas_password = ''
-
- # Save config to home dir
- try:
- f = open(self.__config_file, 'wb')
- pickle.dump(self, f)
- f.close()
- except:
- print "Cannot open config file " + self.__config_file
-
- # Restore password
- self.__fas_password = pass_backup
-
- # Save password to keyring (if set)
- try:
- if self.__fas_password != '' and self.fas_name != '':
- keyring.set_password(self.__KEYRING_SERVICE_NAME, str(self.fas_name), str(self.__fas_password))
- except:
- print "Error in save_config() while saving FAS token to keyring."
-
-
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/customgui.py b/src/customgui.py
deleted file mode 100644
index 6b0b421..0000000
--- a/src/customgui.py
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-from PySide import QtGui
-
-class CustomTreeWidgetItem(QtGui.QTreeWidgetItem):
- def __init__(self, parent=None):
- QtGui.QTreeWidgetItem.__init__(self, parent)
-
- def __lt__(self, otherItem):
- # Overwritting this method to be able to sort
- # items by numbers
- column = self.treeWidget().sortColumn()
- try:
- return float( self.text(column) ) > float( otherItem.text(column) )
- except ValueError:
- return self.text(column) > otherItem.text(column)
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/data/test.json b/src/data/test.json
new file mode 100644
index 0000000..391a88e
--- /dev/null
+++ b/src/data/test.json
@@ -0,0 +1,3657 @@
+{
+ "updates": [
+ {
+ "autokarma": false,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Update to 4.0",
+ "type": "enhancement",
+ "status": "testing",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-28 11:51:46",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-29 03:10:13",
+ "date_testing": "2019-05-29 03:10:13",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-869c40918d",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-869c40918d",
+ "title": "standard-test-roles-3.0-3020190528113220.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 951987,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by astepano. ",
+ "timestamp": "2019-05-28 11:51:46",
+ "update_id": 140163,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 951990,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-28 12:04:53",
+ "update_id": 140163,
+ "user_id": 4129,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 4129,
+ "name": "bgoncalv",
+ "email": "bgoncalv@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/90640c22b6b9c28a4573012c71b1c5c5e5c239c0b2cf00f2fb44fcb11e033ad6?s=24&d=retro",
+ "openid": "bgoncalv.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 951994,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-28 12:10:52",
+ "update_id": 140163,
+ "user_id": 2578,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 2578,
+ "name": "bookwar",
+ "email": "alpha@bookwar.info",
+ "avatar": "https://seccdn.libravatar.org/avatar/456af5db9a5e4a15f7c43e1e30ac269a812368ced2b57f0be8fd01e093cde3fc?s=24&d=retro",
+ "openid": "bookwar.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 952023,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-28 13:24:46",
+ "update_id": 140163,
+ "user_id": 1021,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 1021,
+ "name": "psss",
+ "email": "psplicha@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/c63df900a86328bf4c2005f22c2f3ae3fa6c2541b5e1dc6f6fe626169c38082b?s=24&d=retro",
+ "openid": "psss.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 952357,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-29 03:10:13",
+ "update_id": 140163,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 952401,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes.",
+ "timestamp": "2019-05-29 06:00:32",
+ "update_id": 140163,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "standard-test-roles-3.0-3020190528113220.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 3971,
+ "name": "astepano",
+ "email": "astepano@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/9b5854366e99f1ee4e7351924633a79f4b2a64e2ce25e43e2f702bdf4e091777?s=24&d=retro",
+ "openid": "astepano.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-869c40918d",
+ "karma": 3,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "bump to v1.13.9.",
+ "type": "enhancement",
+ "status": "testing",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-27 13:05:36",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-28 03:11:04",
+ "date_testing": "2019-05-28 03:11:04",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-9b3900f7e6",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": false,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-9b3900f7e6",
+ "title": "cri-o-1.13-3020190524064301.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 951418,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by lsm5. ",
+ "timestamp": "2019-05-27 13:05:36",
+ "update_id": 140078,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 951756,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-28 03:11:06",
+ "update_id": 140078,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "cri-o-1.13-3020190524064301.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 228,
+ "name": "lsm5",
+ "email": "lsm5@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/4b5bde9c967a26b9aef990c1474026db89794ea85aa1ad59d0790ef72604a9b0?s=24&d=retro",
+ "openid": "lsm5.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-9b3900f7e6",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "bump to v1.14.1.",
+ "type": "enhancement",
+ "status": "testing",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-27 12:58:56",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-28 03:11:04",
+ "date_testing": "2019-05-28 03:11:04",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-5141cf8172",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": false,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-5141cf8172",
+ "title": "cri-o-1.14-3020190527085840.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 951405,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by lsm5. ",
+ "timestamp": "2019-05-27 12:58:56",
+ "update_id": 140070,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 951755,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-28 03:11:05",
+ "update_id": 140070,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "cri-o-1.14-3020190527085840.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 228,
+ "name": "lsm5",
+ "email": "lsm5@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/4b5bde9c967a26b9aef990c1474026db89794ea85aa1ad59d0790ef72604a9b0?s=24&d=retro",
+ "openid": "lsm5.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-5141cf8172",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 1,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Update to 12.3.1",
+ "type": "enhancement",
+ "status": "testing",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-27 11:06:15",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-28 03:11:04",
+ "date_testing": "2019-05-28 03:11:04",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-45d4ff8a42",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": false,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-45d4ff8a42",
+ "title": "nodejs-12-3020190525130817.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 951360,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by sgallagh. ",
+ "timestamp": "2019-05-27 11:06:15",
+ "update_id": 140045,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 951754,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-28 03:11:05",
+ "update_id": 140045,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "nodejs-12-3020190525130817.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 535,
+ "name": "sgallagh",
+ "email": "sgallagh@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/0929fed032bd0a481ef74c46023fefe443f3d1b72dbe3efd293b25ed4fc843fd?s=24&d=retro",
+ "openid": "sgallagh.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "provenpackager"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "nodejs-sig"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-45d4ff8a42",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 1,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Update to include patches for the upstream changes:\n\n- https://github.com/coreos/afterburn/pull/217\n- https://github.com/coreos/afterburn/pull/218\n\nThis allows the `afterburn-sshkeys@.service` unit to be enabled by default on platforms that aren't cloud providers that `aterburn` supports (such as `qemu`).\n\nTest this by executing the following, with this package update installed:\n\n```\nsystemctl start afterburn-sshkeys@${USER}.service\n```\n\nThe unit should not fail.\n",
+ "type": "enhancement",
+ "status": "testing",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-26 18:18:55",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-27 02:27:33",
+ "date_testing": "2019-05-27 02:27:33",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-c2636db910",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": false,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-c2636db910",
+ "title": "afterburn-rolling-3020190524194016.2c789dff",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 951119,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by rfairley. ",
+ "timestamp": "2019-05-26 18:18:55",
+ "update_id": 140003,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 951211,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-27 02:27:35",
+ "update_id": 140003,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "afterburn-rolling-3020190524194016.2c789dff",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 4695,
+ "name": "rfairley",
+ "email": "rfairley@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
+ "openid": "rfairley.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-c2636db910",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "New module for latest upstream release",
+ "type": "newpackage",
+ "status": "testing",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-26 18:10:10",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-27 02:27:33",
+ "date_testing": "2019-05-27 02:27:33",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-67e46a7971",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": false,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-67e46a7971",
+ "title": "librealsense-rolling-3020190526170314.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 951114,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by thofmann. ",
+ "timestamp": "2019-05-26 18:10:10",
+ "update_id": 139999,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 951210,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-27 02:27:34",
+ "update_id": 139999,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "librealsense-rolling-3020190526170314.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 1319,
+ "name": "thofmann",
+ "email": "till.hofmann@posteo.de",
+ "avatar": "https://seccdn.libravatar.org/avatar/97584ddce440fd271e5c4024be9a3b01612670f62bccb3600d34ee4f822ca1a7?s=24&d=retro",
+ "openid": "thofmann.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ },
+ {
+ "name": "robotics-sig"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-67e46a7971",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Additional dependency fixes.\n\n----\n\nModular re-release of avocado 69.0 (LTS series) with profiles corrected to install Python 3 versions of packages.",
+ "type": "enhancement",
+ "status": "testing",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-24 21:09:23",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-25 04:18:19",
+ "date_testing": "2019-05-25 04:18:19",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-b3a2f43bc8",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": false,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-b3a2f43bc8",
+ "title": "avocado-69lts-3020190523154722.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 950177,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by merlinm. ",
+ "timestamp": "2019-05-24 21:09:23",
+ "update_id": 139943,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950179,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has obsoleted [avocado-69lts-3020190514181132.a5b0195c](https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-8e5b3a072d), and has inherited its bugs and notes.",
+ "timestamp": "2019-05-24 21:09:26",
+ "update_id": 139943,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950564,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-25 04:18:20",
+ "update_id": 139943,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "avocado-69lts-3020190523154722.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 3289,
+ "name": "merlinm",
+ "email": "mmathesi@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
+ "openid": "merlinm.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-b3a2f43bc8",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Additional dependency fixes.\n\n----\n\nModular re-release of avocado 69.0 with profiles corrected to install Python 3 versions of packages.",
+ "type": "enhancement",
+ "status": "testing",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-24 21:05:29",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-25 04:18:19",
+ "date_testing": "2019-05-25 04:18:19",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-0a5f617cfd",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": false,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-0a5f617cfd",
+ "title": "avocado-latest-3020190523154745.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 950168,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by merlinm. ",
+ "timestamp": "2019-05-24 21:05:29",
+ "update_id": 139940,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950170,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has obsoleted [avocado-latest-3020190517145900.a5b0195c](https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-c971356dc2), and has inherited its bugs and notes.",
+ "timestamp": "2019-05-24 21:05:31",
+ "update_id": 139940,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950563,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-25 04:18:20",
+ "update_id": 139940,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "avocado-latest-3020190523154745.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 3289,
+ "name": "merlinm",
+ "email": "mmathesi@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
+ "openid": "merlinm.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-0a5f617cfd",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Modular re-release of avocado 69.0 with profiles corrected to install Python 3 versions of packages.",
+ "type": "enhancement",
+ "status": "obsolete",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": false,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-20 21:45:43",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-21 03:55:28",
+ "date_testing": "2019-05-21 03:55:28",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-c971356dc2",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-c971356dc2",
+ "title": "avocado-latest-3020190517145900.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 948088,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by merlinm. ",
+ "timestamp": "2019-05-20 21:45:43",
+ "update_id": 139566,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 948252,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-21 03:55:31",
+ "update_id": 139566,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950169,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been obsoleted by [avocado-latest-3020190523154745.a5b0195c](https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-0a5f617cfd).",
+ "timestamp": "2019-05-24 21:05:31",
+ "update_id": 139566,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "avocado-latest-3020190517145900.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 3289,
+ "name": "merlinm",
+ "email": "mmathesi@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
+ "openid": "merlinm.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-c971356dc2",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Modular re-release of avocado 69.0 (LTS series) with profiles corrected to install Python 3 versions of packages.",
+ "type": "enhancement",
+ "status": "obsolete",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": false,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-20 21:42:17",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-21 03:55:28",
+ "date_testing": "2019-05-21 03:55:28",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-8e5b3a072d",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-8e5b3a072d",
+ "title": "avocado-69lts-3020190514181132.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 948085,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by merlinm. ",
+ "timestamp": "2019-05-20 21:42:17",
+ "update_id": 139563,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 948251,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-21 03:55:30",
+ "update_id": 139563,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950178,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been obsoleted by [avocado-69lts-3020190523154722.a5b0195c](https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-b3a2f43bc8).",
+ "timestamp": "2019-05-24 21:09:26",
+ "update_id": 139563,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "avocado-69lts-3020190514181132.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 3289,
+ "name": "merlinm",
+ "email": "mmathesi@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
+ "openid": "merlinm.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-8e5b3a072d",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Modular re-release of avocado 52.1 (LTS series) under old 'stable' stream name with builds disabled for F31+ since 52LTS is Python 2 only.",
+ "type": "enhancement",
+ "status": "stable",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-20 21:37:40",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-29 02:35:02",
+ "date_testing": "2019-05-21 03:55:28",
+ "date_stable": "2019-05-29 02:35:02",
+ "alias": "FEDORA-MODULAR-2019-539c349064",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-539c349064",
+ "title": "avocado-stable-3020190514191910.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 948082,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by merlinm. ",
+ "timestamp": "2019-05-20 21:37:40",
+ "update_id": 139560,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 948250,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-21 03:55:30",
+ "update_id": 139560,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 951853,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
+ "timestamp": "2019-05-28 06:01:37",
+ "update_id": 139560,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 952013,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for batched by merlinm. ",
+ "timestamp": "2019-05-28 13:06:28",
+ "update_id": 139560,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 952327,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to stable.",
+ "timestamp": "2019-05-29 02:35:02",
+ "update_id": 139560,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "avocado-stable-3020190514191910.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 3289,
+ "name": "merlinm",
+ "email": "mmathesi@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
+ "openid": "merlinm.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-539c349064",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Modular re-release of avocado 52.1 (LTS series) with builds disabled for F31+ since 52LTS is Python 2 only.",
+ "type": "enhancement",
+ "status": "stable",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-20 21:30:18",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-29 02:35:02",
+ "date_testing": "2019-05-21 03:55:28",
+ "date_stable": "2019-05-29 02:35:02",
+ "alias": "FEDORA-MODULAR-2019-e9d23e005f",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-e9d23e005f",
+ "title": "avocado-52lts-3020190514181108.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 948079,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by merlinm. ",
+ "timestamp": "2019-05-20 21:30:19",
+ "update_id": 139557,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 948249,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-21 03:55:29",
+ "update_id": 139557,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 951850,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
+ "timestamp": "2019-05-28 06:01:34",
+ "update_id": 139557,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 952010,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for batched by merlinm. ",
+ "timestamp": "2019-05-28 13:05:21",
+ "update_id": 139557,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 952326,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to stable.",
+ "timestamp": "2019-05-29 02:35:02",
+ "update_id": 139557,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "avocado-52lts-3020190514181108.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 3289,
+ "name": "merlinm",
+ "email": "mmathesi@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
+ "openid": "merlinm.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-e9d23e005f",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 1,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Update to 12.2.0\n\nhttps://nodejs.org/en/blog/release/v12.2.0/",
+ "type": "enhancement",
+ "status": "stable",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-16 11:43:18",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-25 03:55:28",
+ "date_testing": "2019-05-17 04:06:47",
+ "date_stable": "2019-05-25 03:55:28",
+ "alias": "FEDORA-MODULAR-2019-daba882748",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-daba882748",
+ "title": "nodejs-12-3020190516000906.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 946270,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by sgallagh. ",
+ "timestamp": "2019-05-16 11:43:18",
+ "update_id": 139285,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 946563,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-17 04:06:50",
+ "update_id": 139285,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 949855,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
+ "timestamp": "2019-05-24 06:01:37",
+ "update_id": 139285,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950134,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for batched by sgallagh. ",
+ "timestamp": "2019-05-24 18:58:04",
+ "update_id": 139285,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950281,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for stable by bodhi. ",
+ "timestamp": "2019-05-24 23:45:41",
+ "update_id": 139285,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950556,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to stable.",
+ "timestamp": "2019-05-25 03:55:32",
+ "update_id": 139285,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "nodejs-12-3020190516000906.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [
+ {
+ "bug_id": 1707639,
+ "title": "nodejs-12.2.0 is available",
+ "security": false,
+ "parent": false,
+ "feedback": []
+ }
+ ],
+ "user": {
+ "id": 535,
+ "name": "sgallagh",
+ "email": "sgallagh@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/0929fed032bd0a481ef74c46023fefe443f3d1b72dbe3efd293b25ed4fc843fd?s=24&d=retro",
+ "openid": "sgallagh.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "provenpackager"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "nodejs-sig"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-daba882748",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 1,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "New module - cbindgen",
+ "type": "newpackage",
+ "status": "testing",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-16 07:03:18",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-17 04:06:47",
+ "date_testing": "2019-05-17 04:06:47",
+ "date_stable": null,
+ "alias": "FEDORA-MODULAR-2019-f322250bc6",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-f322250bc6",
+ "title": "cbindgen-rolling-3020190515070043.2c789dff",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 946149,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by ignatenkobrain. ",
+ "timestamp": "2019-05-16 07:03:18",
+ "update_id": 139268,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 946562,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-17 04:06:49",
+ "update_id": 139268,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 949848,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
+ "timestamp": "2019-05-24 06:01:27",
+ "update_id": 139268,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "cbindgen-rolling-3020190515070043.2c789dff",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 344,
+ "name": "ignatenkobrain",
+ "email": "i.gnatenko.brain@gmail.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
+ "openid": "ignatenkobrain.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "python-sig"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "provenpackager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-f322250bc6",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Update to [0.4.0](https://gitlab.com/bowlofeggs/rpick/blob/0.4.0/CHANGELOG.md).",
+ "type": "enhancement",
+ "status": "stable",
+ "request": null,
+ "severity": "low",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-15 16:12:59",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-25 03:55:28",
+ "date_testing": "2019-05-16 04:35:15",
+ "date_stable": "2019-05-25 03:55:28",
+ "alias": "FEDORA-MODULAR-2019-40450057d2",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-40450057d2",
+ "title": "rpick-latest-3020190515141045.2c789dff",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 945692,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by bowlofeggs. ",
+ "timestamp": "2019-05-15 16:12:59",
+ "update_id": 139194,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 946022,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-16 04:35:17",
+ "update_id": 139194,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 949406,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
+ "timestamp": "2019-05-23 06:02:06",
+ "update_id": 139194,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 949521,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for batched by bowlofeggs. ",
+ "timestamp": "2019-05-23 13:36:46",
+ "update_id": 139194,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 949796,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for stable by bodhi. ",
+ "timestamp": "2019-05-23 23:46:21",
+ "update_id": 139194,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 950555,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to stable.",
+ "timestamp": "2019-05-25 03:55:32",
+ "update_id": 139194,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "rpick-latest-3020190515141045.2c789dff",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 2897,
+ "name": "bowlofeggs",
+ "email": "rbarlow@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/2def3c902372f3cdad2450f86481f1cd1632419cce90220c18ea9da06c7bca24?s=24&d=retro",
+ "openid": "bowlofeggs.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "provenpackager"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "infra-sig"
+ },
+ {
+ "name": "bodhiadmin"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-40450057d2",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": false,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Update to 4.0",
+ "type": "enhancement",
+ "status": "stable",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-15 11:52:37",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-18 04:10:19",
+ "date_testing": "2019-05-16 04:35:15",
+ "date_stable": "2019-05-18 04:10:19",
+ "alias": "FEDORA-MODULAR-2019-c28ebce16b",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-c28ebce16b",
+ "title": "standard-test-roles-3.0-3020190515112949.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 945554,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by astepano. ",
+ "timestamp": "2019-05-15 11:52:37",
+ "update_id": 139164,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 945578,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "lgtm",
+ "timestamp": "2019-05-15 12:30:10",
+ "update_id": 139164,
+ "user_id": 4129,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 4129,
+ "name": "bgoncalv",
+ "email": "bgoncalv@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/90640c22b6b9c28a4573012c71b1c5c5e5c239c0b2cf00f2fb44fcb11e033ad6?s=24&d=retro",
+ "openid": "bgoncalv.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 945689,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "Looks good.",
+ "timestamp": "2019-05-15 15:56:08",
+ "update_id": 139164,
+ "user_id": 1021,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 1021,
+ "name": "psss",
+ "email": "psplicha@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/c63df900a86328bf4c2005f22c2f3ae3fa6c2541b5e1dc6f6fe626169c38082b?s=24&d=retro",
+ "openid": "psss.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 946021,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-16 04:35:16",
+ "update_id": 139164,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 946278,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-16 12:00:06",
+ "update_id": 139164,
+ "user_id": 2578,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 2578,
+ "name": "bookwar",
+ "email": "alpha@bookwar.info",
+ "avatar": "https://seccdn.libravatar.org/avatar/456af5db9a5e4a15f7c43e1e30ac269a812368ced2b57f0be8fd01e093cde3fc?s=24&d=retro",
+ "openid": "bookwar.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 946280,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes.",
+ "timestamp": "2019-05-16 12:00:28",
+ "update_id": 139164,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 946777,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for batched by astepano. ",
+ "timestamp": "2019-05-17 11:58:03",
+ "update_id": 139164,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 946779,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for stable by astepano. ",
+ "timestamp": "2019-05-17 11:58:18",
+ "update_id": 139164,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 947084,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to stable.",
+ "timestamp": "2019-05-18 04:10:26",
+ "update_id": 139164,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "standard-test-roles-3.0-3020190515112949.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 3971,
+ "name": "astepano",
+ "email": "astepano@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/9b5854366e99f1ee4e7351924633a79f4b2a64e2ce25e43e2f702bdf4e091777?s=24&d=retro",
+ "openid": "astepano.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-c28ebce16b",
+ "karma": 3,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 3,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Initial sway module",
+ "type": "newpackage",
+ "status": "stable",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-13 15:40:09",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-23 14:20:44",
+ "date_testing": "2019-05-14 03:59:04",
+ "date_stable": "2019-05-23 14:20:44",
+ "alias": "FEDORA-MODULAR-2019-24a6de6750",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-24a6de6750",
+ "title": "sway-rolling-3020190513145155.a5b0195c",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 944443,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by thofmann. ",
+ "timestamp": "2019-05-13 15:40:09",
+ "update_id": 138964,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 944799,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-14 03:59:05",
+ "update_id": 138964,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 946218,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "Looks good, but there are some issues:\n\nSystem keyboard layout is not honoured (starting it from gdm)\n\nWhen running a bash script that starts firefox with a given profile from dmenu, it does not work (works on i3). Sway probably ignores bashrc, and so it has no path to my $HOME/bin directory. So while dmenu can find the executable, \"sway exec\" doesn't.\n\nswayidle mentioned in default config file, but not available by default\n\nThanks for the great work!",
+ "timestamp": "2019-05-16 09:53:35",
+ "update_id": 138964,
+ "user_id": 4903,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 4903,
+ "name": "josep",
+ "email": "josep.puigdemont@gmail.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/d8f144a6bc679b256ecd031db1ba9c812b834f5447899ab1de467299ddaecf82?s=24&d=retro",
+ "openid": "josep.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 947944,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "Haven't encountered any issues so far, but wasn't able to test it very extensively yet.\n\nThanks for all your work on the module!",
+ "timestamp": "2019-05-20 11:56:27",
+ "update_id": 138964,
+ "user_id": 4304,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 4304,
+ "name": "defolos",
+ "email": "dan.cermak@cgc-instruments.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/b0eb2e5a03e3e817ca78a1edc1e3eb42e6b1d4a4753b2eb2b6cb2b974ce5a06d?s=24&d=retro",
+ "openid": "defolos.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 948037,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-20 16:16:19",
+ "update_id": 138964,
+ "user_id": 4920,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 4920,
+ "name": "mimat",
+ "email": "e.misiek@poczta.fm",
+ "avatar": "https://seccdn.libravatar.org/avatar/5ec87319959ed86ed517a4fd20d209198ad03e2b0e8ef1b7bfc198360f963342?s=24&d=retro",
+ "openid": "mimat.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 948309,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-21 05:51:14",
+ "update_id": 138964,
+ "user_id": 4913,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 4913,
+ "name": "alebastr",
+ "email": "alebastr89@gmail.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/254ca00b9abf892ed934b62789ef1ad7ef7476b367b98e567ad507b7b2d6fae1?s=24&d=retro",
+ "openid": "alebastr.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 948310,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for stable by bodhi. ",
+ "timestamp": "2019-05-21 05:51:21",
+ "update_id": 138964,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 949538,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to stable.",
+ "timestamp": "2019-05-23 14:20:45",
+ "update_id": 138964,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "sway-rolling-3020190513145155.a5b0195c",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [],
+ "user": {
+ "id": 1319,
+ "name": "thofmann",
+ "email": "till.hofmann@posteo.de",
+ "avatar": "https://seccdn.libravatar.org/avatar/97584ddce440fd271e5c4024be9a3b01612670f62bccb3600d34ee4f822ca1a7?s=24&d=retro",
+ "openid": "thofmann.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ },
+ {
+ "name": "robotics-sig"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-24a6de6750",
+ "karma": 3,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 1,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Add the new modular package `afterburn` to Fedora 30. Afterburn is a simple cloud provider agent which sources metadata from supported cloud providers.\n\nOnce installed, use `afterburn --help` to see the various options. See https://github.com/coreos/afterburn/blob/master/README.md for more details on using Afterburn.",
+ "type": "newpackage",
+ "status": "stable",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": false,
+ "date_submitted": "2019-05-08 16:12:41",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-09 03:14:22",
+ "date_testing": null,
+ "date_stable": "2019-05-09 03:14:22",
+ "alias": "FEDORA-MODULAR-2019-ca040be1f2",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": false,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-ca040be1f2",
+ "title": "afterburn-rolling-3020190507144241.2c789dff",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 942175,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by rfairley. ",
+ "timestamp": "2019-05-08 16:12:41",
+ "update_id": 138627,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 942180,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "cc @ignatenkobrain @dustymabe",
+ "timestamp": "2019-05-08 16:16:30",
+ "update_id": 138627,
+ "user_id": 4695,
+ "bug_feedback": [
+ {
+ "karma": 0,
+ "comment_id": 942180,
+ "bug_id": 1703542,
+ "bug": {
+ "bug_id": 1703542,
+ "title": "Review Request: rust-afterburn - A simple cloud provider agent",
+ "security": false,
+ "parent": false
+ }
+ }
+ ],
+ "testcase_feedback": [],
+ "user": {
+ "id": 4695,
+ "name": "rfairley",
+ "email": "rfairley@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
+ "openid": "rfairley.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 942193,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-08 17:46:47",
+ "update_id": 138627,
+ "user_id": 344,
+ "bug_feedback": [
+ {
+ "karma": 1,
+ "comment_id": 942193,
+ "bug_id": 1703542,
+ "bug": {
+ "bug_id": 1703542,
+ "title": "Review Request: rust-afterburn - A simple cloud provider agent",
+ "security": false,
+ "parent": false
+ }
+ }
+ ],
+ "testcase_feedback": [],
+ "user": {
+ "id": 344,
+ "name": "ignatenkobrain",
+ "email": "i.gnatenko.brain@gmail.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
+ "openid": "ignatenkobrain.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "python-sig"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "provenpackager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 942194,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for stable by bodhi. ",
+ "timestamp": "2019-05-08 17:46:48",
+ "update_id": 138627,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 942414,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to stable.",
+ "timestamp": "2019-05-09 03:14:24",
+ "update_id": 138627,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "afterburn-rolling-3020190507144241.2c789dff",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [
+ {
+ "bug_id": 1703542,
+ "title": "Review Request: rust-afterburn - A simple cloud provider agent",
+ "security": false,
+ "parent": false,
+ "feedback": [
+ {
+ "karma": 0,
+ "comment_id": 942180,
+ "bug_id": 1703542,
+ "comment": {
+ "id": 942180,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "cc @ignatenkobrain @dustymabe",
+ "timestamp": "2019-05-08 16:16:30",
+ "update_id": 138627,
+ "user_id": 4695,
+ "testcase_feedback": [],
+ "user": {
+ "id": 4695,
+ "name": "rfairley",
+ "email": "rfairley@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
+ "openid": "rfairley.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "karma": 0,
+ "comment_id": 942181,
+ "bug_id": 1703542,
+ "comment": {
+ "id": 942181,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "cc @ignatenkobrain @dustymabe",
+ "timestamp": "2019-05-08 16:16:40",
+ "update_id": 138628,
+ "user_id": 4695,
+ "testcase_feedback": [],
+ "user": {
+ "id": 4695,
+ "name": "rfairley",
+ "email": "rfairley@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
+ "openid": "rfairley.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "karma": 0,
+ "comment_id": 942182,
+ "bug_id": 1703542,
+ "comment": {
+ "id": 942182,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "cc @ignatenkobrain @dustymabe",
+ "timestamp": "2019-05-08 16:16:49",
+ "update_id": 138629,
+ "user_id": 4695,
+ "testcase_feedback": [],
+ "user": {
+ "id": 4695,
+ "name": "rfairley",
+ "email": "rfairley@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
+ "openid": "rfairley.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "karma": 1,
+ "comment_id": 942193,
+ "bug_id": 1703542,
+ "comment": {
+ "id": 942193,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-08 17:46:47",
+ "update_id": 138627,
+ "user_id": 344,
+ "testcase_feedback": [],
+ "user": {
+ "id": 344,
+ "name": "ignatenkobrain",
+ "email": "i.gnatenko.brain@gmail.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
+ "openid": "ignatenkobrain.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "python-sig"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "provenpackager"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "karma": 1,
+ "comment_id": 942195,
+ "bug_id": 1703542,
+ "comment": {
+ "id": 942195,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-08 17:47:02",
+ "update_id": 138628,
+ "user_id": 344,
+ "testcase_feedback": [],
+ "user": {
+ "id": 344,
+ "name": "ignatenkobrain",
+ "email": "i.gnatenko.brain@gmail.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
+ "openid": "ignatenkobrain.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "python-sig"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "provenpackager"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "karma": 1,
+ "comment_id": 942197,
+ "bug_id": 1703542,
+ "comment": {
+ "id": 942197,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "",
+ "timestamp": "2019-05-08 17:47:11",
+ "update_id": 138629,
+ "user_id": 344,
+ "testcase_feedback": [],
+ "user": {
+ "id": 344,
+ "name": "ignatenkobrain",
+ "email": "i.gnatenko.brain@gmail.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
+ "openid": "ignatenkobrain.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "python-sig"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "provenpackager"
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ ],
+ "user": {
+ "id": 4695,
+ "name": "rfairley",
+ "email": "rfairley@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
+ "openid": "rfairley.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-ca040be1f2",
+ "karma": 1,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": false,
+ "stable_karma": 999,
+ "unstable_karma": -666,
+ "requirements": null,
+ "require_bugs": false,
+ "require_testcases": false,
+ "display_name": "",
+ "notes": "Adds missing ant-junit5 package, absence of which breaks Eclipse.\n\n",
+ "type": "bugfix",
+ "status": "stable",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": false,
+ "date_submitted": "2019-05-08 06:14:04",
+ "date_modified": "2019-05-14 15:37:38",
+ "date_approved": null,
+ "date_pushed": "2019-05-15 02:51:58",
+ "date_testing": "2019-05-09 03:59:00",
+ "date_stable": "2019-05-15 02:51:58",
+ "alias": "FEDORA-MODULAR-2019-77159eb4c1",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-77159eb4c1",
+ "title": "ant-1.10-2820190508055149.819b5873",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 942044,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by mizdebsk. ",
+ "timestamp": "2019-05-08 06:14:04",
+ "update_id": 138592,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 942458,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-09 03:59:01",
+ "update_id": 138592,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 943875,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "ant-junit5 is installable with the default module version:\n\ndnf install ant-junit5 --enablerepo updates-testing-modular\n",
+ "timestamp": "2019-05-12 04:44:08",
+ "update_id": 138592,
+ "user_id": 240,
+ "bug_feedback": [
+ {
+ "karma": 1,
+ "comment_id": 943875,
+ "bug_id": 1692089,
+ "bug": {
+ "bug_id": 1692089,
+ "title": "cannot install Eclipse (conflict between modular and nonmodular packages)",
+ "security": false,
+ "parent": false
+ }
+ }
+ ],
+ "testcase_feedback": [],
+ "user": {
+ "id": 240,
+ "name": "ellert",
+ "email": "mattias.ellert@physics.uu.se",
+ "avatar": "https://seccdn.libravatar.org/avatar/1d5b9167cd38f690f0f86603457068cd23b4e21033f8c7f7164d7732806579f7?s=24&d=retro",
+ "openid": "ellert.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 944964,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "Update looks good, Eclipse installs, and Eclipse CDT testing passes. Thanks.",
+ "timestamp": "2019-05-14 15:12:25",
+ "update_id": 138592,
+ "user_id": 1432,
+ "bug_feedback": [
+ {
+ "karma": 1,
+ "comment_id": 944964,
+ "bug_id": 1692089,
+ "bug": {
+ "bug_id": 1692089,
+ "title": "cannot install Eclipse (conflict between modular and nonmodular packages)",
+ "security": false,
+ "parent": false
+ }
+ }
+ ],
+ "testcase_feedback": [],
+ "user": {
+ "id": 1432,
+ "name": "codonell",
+ "email": "codonell@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/1f6bc3a51cd8602c2d10b44fae35609347bc38a7750b7e3f1ef4291708db079d?s=24&d=retro",
+ "openid": "codonell.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ },
+ {
+ "id": 944970,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "mizdebsk edited this update.",
+ "timestamp": "2019-05-14 15:36:02",
+ "update_id": 138592,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 944971,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for stable by mizdebsk. ",
+ "timestamp": "2019-05-14 15:36:31",
+ "update_id": 138592,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 944972,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "mizdebsk edited this update.",
+ "timestamp": "2019-05-14 15:37:36",
+ "update_id": 138592,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 945314,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to stable.",
+ "timestamp": "2019-05-15 02:52:04",
+ "update_id": 138592,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "ant-1.10-2820190508055149.819b5873",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [
+ {
+ "bug_id": 1692089,
+ "title": "cannot install Eclipse (conflict between modular and nonmodular packages)",
+ "security": false,
+ "parent": false,
+ "feedback": [
+ {
+ "karma": 1,
+ "comment_id": 943875,
+ "bug_id": 1692089,
+ "comment": {
+ "id": 943875,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "ant-junit5 is installable with the default module version:\n\ndnf install ant-junit5 --enablerepo updates-testing-modular\n",
+ "timestamp": "2019-05-12 04:44:08",
+ "update_id": 138592,
+ "user_id": 240,
+ "testcase_feedback": [],
+ "user": {
+ "id": 240,
+ "name": "ellert",
+ "email": "mattias.ellert@physics.uu.se",
+ "avatar": "https://seccdn.libravatar.org/avatar/1d5b9167cd38f690f0f86603457068cd23b4e21033f8c7f7164d7732806579f7?s=24&d=retro",
+ "openid": "ellert.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "karma": 1,
+ "comment_id": 944964,
+ "bug_id": 1692089,
+ "comment": {
+ "id": 944964,
+ "karma": 1,
+ "karma_critpath": 0,
+ "text": "Update looks good, Eclipse installs, and Eclipse CDT testing passes. Thanks.",
+ "timestamp": "2019-05-14 15:12:25",
+ "update_id": 138592,
+ "user_id": 1432,
+ "testcase_feedback": [],
+ "user": {
+ "id": 1432,
+ "name": "codonell",
+ "email": "codonell@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/1f6bc3a51cd8602c2d10b44fae35609347bc38a7750b7e3f1ef4291708db079d?s=24&d=retro",
+ "openid": "codonell.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "packager"
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ ],
+ "user": {
+ "id": 436,
+ "name": "mizdebsk",
+ "email": "mizdebsk@redhat.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/8150b8202d06f1341b75edb2ab24ab389c070da3d06370ed7233a9dd81d08a12?s=24&d=retro",
+ "openid": "mizdebsk.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "sysadmin-main"
+ },
+ {
+ "name": "provenpackager"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "eclipse-sig"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-77159eb4c1",
+ "karma": 2,
+ "content_type": "module",
+ "test_cases": []
+ },
+ {
+ "autokarma": true,
+ "stable_karma": 1,
+ "unstable_karma": -3,
+ "requirements": "",
+ "require_bugs": true,
+ "require_testcases": true,
+ "display_name": "",
+ "notes": "Update stratisd to 1.0.4",
+ "type": "bugfix",
+ "status": "stable",
+ "request": null,
+ "severity": "unspecified",
+ "suggest": "unspecified",
+ "locked": false,
+ "pushed": true,
+ "critpath": false,
+ "close_bugs": true,
+ "date_submitted": "2019-05-07 11:31:05",
+ "date_modified": null,
+ "date_approved": null,
+ "date_pushed": "2019-05-16 04:09:14",
+ "date_testing": "2019-05-08 03:56:14",
+ "date_stable": "2019-05-16 04:09:14",
+ "alias": "FEDORA-MODULAR-2019-2b4e3420ac",
+ "test_gating_status": "ignored",
+ "meets_testing_requirements": true,
+ "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-2b4e3420ac",
+ "title": "stratis-1-3020190507073310.2c789dff",
+ "release": {
+ "name": "F30M",
+ "long_name": "Fedora 30 Modular",
+ "version": "30",
+ "id_prefix": "FEDORA-MODULAR",
+ "branch": "f30m",
+ "dist_tag": "f30-modular",
+ "stable_tag": "f30-modular-updates",
+ "testing_tag": "f30-modular-updates-testing",
+ "candidate_tag": "f30-modular-updates-candidate",
+ "pending_signing_tag": "f30-modular-signing-pending",
+ "pending_testing_tag": "f30-modular-updates-testing-pending",
+ "pending_stable_tag": "f30-modular-updates-pending",
+ "override_tag": "f30-modular-override",
+ "mail_template": "fedora_errata_template",
+ "state": "current",
+ "composed_by_bodhi": true,
+ "composes": []
+ },
+ "comments": [
+ {
+ "id": 941490,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for testing by ignatenkobrain. ",
+ "timestamp": "2019-05-07 11:31:05",
+ "update_id": 138545,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 941929,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to testing.",
+ "timestamp": "2019-05-08 03:56:17",
+ "update_id": 138545,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 945368,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
+ "timestamp": "2019-05-15 06:01:18",
+ "update_id": 138545,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 945405,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for batched by ignatenkobrain. ",
+ "timestamp": "2019-05-15 06:43:24",
+ "update_id": 138545,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 945406,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been submitted for stable by ignatenkobrain. ",
+ "timestamp": "2019-05-15 06:43:33",
+ "update_id": 138545,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ },
+ {
+ "id": 946016,
+ "karma": 0,
+ "karma_critpath": 0,
+ "text": "This update has been pushed to stable.",
+ "timestamp": "2019-05-16 04:09:18",
+ "update_id": 138545,
+ "user_id": 91,
+ "bug_feedback": [],
+ "testcase_feedback": [],
+ "user": {
+ "id": 91,
+ "name": "bodhi",
+ "email": null,
+ "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
+ "openid": "bodhi.id.fedoraproject.org",
+ "groups": []
+ }
+ }
+ ],
+ "builds": [
+ {
+ "nvr": "stratis-1-3020190507073310.2c789dff",
+ "release_id": 29,
+ "signed": true,
+ "type": "module"
+ }
+ ],
+ "compose": null,
+ "bugs": [
+ {
+ "bug_id": 1707075,
+ "title": "stratisd-1.0.4 is available",
+ "security": false,
+ "parent": false,
+ "feedback": []
+ }
+ ],
+ "user": {
+ "id": 344,
+ "name": "ignatenkobrain",
+ "email": "i.gnatenko.brain@gmail.com",
+ "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
+ "openid": "ignatenkobrain.id.fedoraproject.org",
+ "groups": [
+ {
+ "name": "python-sig"
+ },
+ {
+ "name": "packager"
+ },
+ {
+ "name": "provenpackager"
+ }
+ ]
+ },
+ "updateid": "FEDORA-MODULAR-2019-2b4e3420ac",
+ "karma": 0,
+ "content_type": "module",
+ "test_cases": []
+ }
+ ],
+ "page": 1,
+ "pages": 4,
+ "rows_per_page": 20,
+ "total": 75,
+ "chrome": true,
+ "display_user": true,
+ "display_request": true,
+ "package": null
+}
\ No newline at end of file
diff --git a/src/fedora-gooey-karma b/src/fedora-gooey-karma
deleted file mode 100755
index 3c86d6a..0000000
--- a/src/fedora-gooey-karma
+++ /dev/null
@@ -1,775 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Author: Tomas Meszaros
-
-import os
-import re
-import sys
-
-sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), '../share/fedora-gooey-karma'))
-
-import Queue
-import rpm
-import datetime
-import koji
-from PySide import QtCore
-from PySide import QtGui
-
-from customgui import CustomTreeWidgetItem
-from mainwindow_gui import Ui_MainWindow
-from packagesworker import PackagesWorker
-from bodhiworker import BodhiWorker
-from config import Config
-from toolbox import Toolbox
-from browser import WebBrowser
-
-from idlequeuedispatcher import ThreadDispatcher
-from sendkarma import SendKarma
-
-class MainWindow(QtGui.QMainWindow):
-
- __FEDORA_RELEASES = ['Fedora 19', 'Fedora 18', 'Fedora 17']
- __BODHI_WORKERS_COUNT = 15
-
- def __init__(self, parent=None):
- # GUI
- super(MainWindow, self).__init__(parent)
- self.ui = Ui_MainWindow()
- self.ui.setupUi(self)
- qr = self.frameGeometry()
- cp = QtGui.QDesktopWidget().availableGeometry().center()
- qr.moveCenter(cp)
- self.move(qr.topLeft())
-
- # Holders of data
- self.__installed_packages = {}
- self.installed_updates = {}
- self.available_updates = {}
- self.__process_list = []
-
- # Config
- self.config = Config()
- ## Set fas username and password to widget
- self.ui.usernameEdit.setText(self.config.get_fas_name())
- self.ui.passwordEdit.setText(self.config.get_fas_password())
- ## Set side tabbar index
- self.ui.tabWidget_side.setCurrentIndex(int(self.config.tab_side_index))
-
- # Toolbox/WebBrowser classes
- self.toolbox = Toolbox(self)
- self.webbrowser = WebBrowser(self)
-
- # Prepare Queues
- self.bodhi_workers_queue = Queue.Queue()
- self.pkg_worker_queue = Queue.Queue()
-
- # Prepare ui
- self.rpmTS = rpm.TransactionSet()
- self.__load_and_set_fedora_releases()
- self.ui.tabWidget.setCurrentIndex(0)
- self.ui.toolBoxWhatToTest.setCurrentIndex(0)
- self.ui.karmaFilterWidget.setVisible(False)
- self.toolbox.update_favorite_ignored_pkg_lists()
-
- # Progress bar
- self.progressBar = QtGui.QProgressBar()
- self.progressBar.setMinimum(0)
- self.ui.centralWidgetSplitter.addWidget(self.progressBar)
- self.progressBar.hide()
-
- # TabBar - remove package's tabs and save it for later use
- self.__tabBar_info_backup = None
- self.__remove_package_tabs()
-
- # Thread Dispatcher to run methods thread-safely
- self.dispatcher = ThreadDispatcher(self)
- self.dispatcher.start()
-
- # Connects
- ## Top main menu
- self.ui.actionQuit.triggered.connect(QtCore.QCoreApplication.instance().quit, QtCore.Qt.QueuedConnection)
- self.ui.actionAbout.triggered.connect(self.__show_message_box_about, QtCore.Qt.QueuedConnection)
- ## Misc connects
- self.ui.pkgList.currentItemChanged.connect(self.__show_package_detail, QtCore.Qt.QueuedConnection)
- self.ui.searchEdit.textChanged.connect(self.__populate_pkgList, QtCore.Qt.QueuedConnection)
- self.ui.installedBtn.clicked.connect(self.__show_installed, QtCore.Qt.QueuedConnection)
- self.ui.availableBtn.clicked.connect(self.__show_available, QtCore.Qt.QueuedConnection)
- self.ui.loadPackagesBtn.clicked.connect(self.__start_pkg_worker, QtCore.Qt.QueuedConnection)
- self.ui.treeWidget_bugs.itemDoubleClicked.connect(self.webbrowser.show_bug_in_browser, QtCore.Qt.QueuedConnection)
- self.ui.treeWidget_related_packages.itemDoubleClicked.connect(self.webbrowser.show_relevant_pkg_in_browser, QtCore.Qt.QueuedConnection)
- self.ui.treeWidget_test_cases.itemDoubleClicked.connect(self.webbrowser.show_testcase_in_browser, QtCore.Qt.QueuedConnection)
- self.ui.karmaCheckBox.stateChanged.connect(self.__populate_pkgList, QtCore.Qt.QueuedConnection)
- self.ui.karmaFilterUserCombo.currentIndexChanged.connect(self.__populate_pkgList, QtCore.Qt.QueuedConnection)
- self.ui.karmaUsernameEdit.textChanged.connect(self.__populate_pkgList, QtCore.Qt.QueuedConnection)
- self.ui.sendBtn.clicked.connect(self.__send_comment, QtCore.Qt.QueuedConnection)
- self.ui.tabWidget_side.currentChanged.connect(self.__tabside_changed)
- ## Package settings
- self.ui.pkg_settings_open_bodhi_update.clicked.connect(self.webbrowser.show_bodhi_update_in_browser, QtCore.Qt.QueuedConnection)
- self.ui.pkg_settings_download_source_rpm.clicked.connect(self.webbrowser.download_source_rpm, QtCore.Qt.QueuedConnection)
- self.ui.settings_pkg_cat_normal.toggled.connect(self.__set_pkg_category, QtCore.Qt.QueuedConnection)
- self.ui.settings_pkg_cat_favorite.toggled.connect(self.__set_pkg_category, QtCore.Qt.QueuedConnection)
- self.ui.settings_pkg_cat_ignored.toggled.connect(self.__set_pkg_category, QtCore.Qt.QueuedConnection)
- ## What to test toolbox
- self.ui.tool_pkg_list_negative.itemClicked.connect(self.toolbox.negative_karma_clicked, QtCore.Qt.QueuedConnection)
- self.ui.tool_pkg_list_favorite.itemClicked.connect(self.toolbox.favorite_item_clicked, QtCore.Qt.QueuedConnection)
- self.ui.tool_pkg_list_running.itemClicked.connect(self.toolbox.currently_running_clicked, QtCore.Qt.QueuedConnection)
- self.ui.toolBoxWhatToTest.currentChanged.connect(self.toolbox.move_toolbox_buttons, QtCore.Qt.QueuedConnection)
- self.ui.btn_tool_add_pkg.clicked.connect(self.toolbox.config_add_package, QtCore.Qt.QueuedConnection)
- self.ui.btn_tool_remove_pkg.clicked.connect(self.toolbox.config_remove_package, QtCore.Qt.QueuedConnection)
-
- # Status list mouse click expand
- def increaseSize(event):
- self.ui.statusList.setMaximumHeight(400)
-
- def decreaseSize(event):
- self.ui.statusList.setMaximumHeight(80)
-
- self.ui.statusList.mousePressEvent = increaseSize
- self.ui.statusList.mouseReleaseEvent = decreaseSize
-
- # Start Bodhi workers
- self.bodhi_workers = []
- for i in range(self.__BODHI_WORKERS_COUNT):
- b = BodhiWorker("bodhi_worker" + str(i), self.bodhi_workers_queue, self)
- b.start()
- self.bodhi_workers.append(b)
-
- # Start package worker
- self.pkg_worker = PackagesWorker(self.pkg_worker_queue, self.bodhi_workers_queue, self.__BODHI_WORKERS_COUNT, self)
- self.pkg_worker.start()
-
- def customEvent(self, event):
- # Process idlequeue_dispatcher events
- event.callback()
-
- def __tabside_changed(self, index):
- self.config.tab_side_index = index
- self.config.save_config()
-
- def __set_pkg_category(self, checked):
- # There are 2 actions on every click. We just need once
- if not checked:
- return
- # When radio button in settings is toggled, assign package to one
- # of the categories in config
- update = self.get_bodhi_update()
- pkg_name = update['parsed_nvr']['name']
-
- if self.ui.settings_pkg_cat_normal.isChecked():
- self.config.favorited_packages.remove_package(pkg_name)
- self.config.ignored_packages.remove_package(pkg_name)
- elif self.ui.settings_pkg_cat_favorite.isChecked():
- self.config.favorited_packages.add_package(pkg_name)
- self.config.ignored_packages.remove_package(pkg_name)
- elif self.ui.settings_pkg_cat_ignored.isChecked():
- self.config.favorited_packages.remove_package(pkg_name)
- self.config.ignored_packages.add_package(pkg_name)
-
- self.config.save_config()
- self.toolbox.update_favorite_ignored_pkg_lists()
-
- def set_num_of_pkgs_to_process(self, num):
- # Set maximum size of progressbar according to num of packages to process in Bodhi
- self.progressBar.setMaximum(int(num))
- self.progressBar.show()
-
- def __remove_package_tabs(self):
- # This will backup tab from layout
- if self.__tabBar_info_backup is None:
- self.__tabBar_info_backup = self.ui.tabWidget.widget(1)
- self.ui.tabWidget.removeTab(1)
-
- def __show_message_box_about(self):
- text = (
- "Fedora Gooey Karma is a tool for browsing installed packages from updates-testing repository.
"
- "You can easily add karma comment, open bugs attached to new build and more.
"
- "Please feel free to report any issues and "
- "visit homepage of Fedora Gooey Karma.
"
- "Authors:
"
- "- Branislav Blaskovic
- Tomas Meszaros
"
- )
- QtGui.QMessageBox.about(QtGui.QApplication.activeWindow(), "Fedora Gooey Karma", text)
-
- def add_status_item(self, item):
- self.ui.statusList.addItem(str(item))
- self.ui.statusList.scrollToBottom()
-
- def bodhi_process_result(self, result):
- variant, data = result
-
- # We've got one bodhi update of installed package, add it to pkg list
- if variant == 'installed':
- self.installed_updates[data['itemlist_name']] = data
- self.add_status_item(data['itemlist_name'] + " is installed")
-
- if self.ui.installedBtn.isChecked():
- # Is this package in list?
- # If yes, remove it to add it again
- for i in range(self.ui.pkgList.count()):
- item = self.ui.pkgList.item(i)
- if item.text() == data['itemlist_name']:
- self.ui.pkgList.takeItem(i)
- self.ui.pkgList.removeItemWidget(item)
- break
-
- # Add update to list if it match filters
- if self.__update_can_be_shown(data):
- self.ui.pkgList.addItem(data['itemlist_name'])
-
- # We've got available package update, save it
- elif variant == 'available':
- self.available_updates[data['itemlist_name']] = data
- self.add_status_item(data['itemlist_name'] + " can be updated")
-
- if self.ui.availableBtn.isChecked():
- # Is this package in list?
- # If yes, remove it to add it again
- for i in range(self.ui.pkgList.count()):
- item = self.ui.pkgList.item(i)
- if item.text() == data['itemlist_name']:
- self.ui.pkgList.takeItem(i)
- self.ui.pkgList.removeItemWidget(item)
- break
-
- # Add update to list if it match filters
- if self.__update_can_be_shown(data):
- self.ui.pkgList.addItem(data['itemlist_name'])
-
- # Prepare What to test section
- if variant in ['installed', 'available']:
- self.progressBar.setValue(self.progressBar.value() + 1)
-
- # Currently running
- if len(data['currently_running']) > 0:
- # Add pkg name to list
- pkg_name_item = QtGui.QTreeWidgetItem()
- pkg_name_item.setText(0, str(data['itemlist_name']))
- self.ui.tool_pkg_list_running.insertTopLevelItem(0, pkg_name_item)
- pkg_name_item.setExpanded(True)
-
- # Add running binaries as children
- for proc_name in data['currently_running']:
- proc_item = QtGui.QTreeWidgetItem()
- proc_item.setText(0, str(proc_name))
- pkg_name_item.insertChild(0, proc_item)
-
- # Negative karma
- update_item = None
- for comment in data['formatted_comments']:
- # If we've got negative karma, show this update in list
- if comment['karma'] == -1:
- # Prepare line with update itself
- if update_item is None:
- update_item = QtGui.QTreeWidgetItem()
- update_item.setText(0, str(data['itemlist_name']))
- self.ui.tool_pkg_list_negative.insertTopLevelItem(0, update_item)
- update_item.setExpanded(True)
-
- # Add comment as child to update
- line = QtGui.QTreeWidgetItem()
- line.setText(0, str(comment['text']))
- update_item.insertChild(0, line)
-
- # If it is in favorited packages, update list
- if data['parsed_nvr']['name'] in self.config.favorited_packages:
- self.toolbox.update_favorite_ignored_pkg_lists()
-
- # Catch progress only items
- if variant == 'progress_only':
- self.progressBar.setValue(self.progressBar.value() + 1)
-
- def set_installed_packages(self, packages):
- self.add_status_item(str(len(packages)) + " installed packages on system")
- for pkg in packages:
- self.__installed_packages[pkg.nvr] = pkg
- #self.__installed_packages = packages
-
- def __load_and_set_fedora_releases(self):
- # Load fedora-release version
- packages = self.rpmTS.dbMatch('name', 'fedora-release')
- for package in packages:
- break
-
- # Fill in current release as first
- self.ui.releaseComboBox.addItem('Fedora ' + str(package['version']))
-
- # Fill combo box
- for release in self.__FEDORA_RELEASES:
- # Skip current release
- if package['version'] == release.split()[-1]:
- continue
-
- self.ui.releaseComboBox.addItem(release)
-
- def __start_pkg_worker(self):
- # Get release and put it to queue
- # Package worker will get info about it
- self.ui.loadPackagesBtn.setText('Loading packages')
- # Clear holders
- self.__installed_packages = {}
- self.installed_updates = {}
- self.available_updates = {}
- self.__process_list = []
- # Clear gui
- self.progressBar.setValue(0)
- self.__populate_pkgList()
- self.ui.tool_pkg_list_running.clear()
- releasever = self.ui.releaseComboBox.currentText().split()[-1]
- self.pkg_worker_queue.put(releasever)
-
- def __available_pkg_list_loading_info(self):
- release = self.ui.releaseComboBox.currentText()
- message = "Please wait... Loading all available packages. [%s]" % release
- self.ui.statusBar.showMessage(message)
-
- def installed_pkg_list_loading_info(self):
- release = self.ui.releaseComboBox.currentText()
- message = "Please wait... Loading all installed packages. [%s]" % release
- self.ui.statusBar.showMessage(message)
-
- def save_installed_pkg_list(self, pkg_object):
- message = "All installed packages has been loaded. [Fedora %s]" % pkg_object
- self.ui.statusBar.showMessage(message)
- self.ui.loadPackagesBtn.setText('Reload packages')
- self.progressBar.hide()
-
- def __set_search_text(self, text):
- self.ui.searchEdit.setText(str(text))
-
- def __decode_dict(self, dictionary, decoding='utf-8', data_type=str):
- for key in dictionary:
- if isinstance(dictionary[key], data_type):
- dictionary[key] = dictionary[key].decode(decoding)
-
- def __send_comment(self):
- comment = self.ui.commentEdit.toPlainText()
- karma = self.ui.karmaBox.currentText()
-
- # Catch all problems
- if self.__selected_pkglist_item is None:
- message = "Comment not submitted: Could not get update from testing builds"
- self.add_status_item(message)
- return
- if not self.ui.usernameEdit.text():
- message = "Please enter FAS username."
- self.add_status_item(message)
- return
- if not self.ui.passwordEdit.text():
- message = "Please enter FAS password."
- self.add_status_item(message)
- return
-
- # Create thread
- sender = SendKarma(self.__selected_pkglist_item,
- self.ui.usernameEdit.text(),
- self.ui.passwordEdit.text(),
- comment,
- karma,
- self)
- sender.start()
-
- self.ui.sendBtn.setText('Sending in progress')
- self.ui.sendBtn.setDisabled(True)
-
- message = "Processing... Wait please..."
- self.add_status_item(message)
-
- def sending_done(self, username, password):
- # This method is called from thread SendKarma
- # It clean up after sending
- self.ui.commentEdit.clear()
- self.config.set_fas_name(username)
- self.config.set_fas_password(password)
- self.config.save_config()
- self.ui.sendBtn.setText('Send Karma')
- self.ui.sendBtn.setEnabled(True)
-
- def __update_can_be_shown(self, update):
- # Update need to pass several criteria to appear in current pkg list
- ## Is this package name in ignore list?
- if update['parsed_nvr']['name'] in self.config.ignored_packages:
- return False
-
- ## Is this pkg list for him?
- if self.ui.installedBtn.isChecked():
- if update['itemlist_name'] not in self.installed_updates:
- return False
- elif self.ui.availableBtn.isChecked():
- if update['itemlist_name'] not in self.available_updates:
- return False
-
- ## Does this update match search text?
- if len(self.ui.searchEdit.text()) > 0:
- if self.ui.searchEdit.text() not in update['itemlist_name']:
- return False
-
- ## Karma submitted filter
- if self.ui.karmaCheckBox.isChecked() and len(self.ui.karmaUsernameEdit.text()) > 0:
- karma_username = self.ui.karmaUsernameEdit.text()
- ### If there is 'not submitted' in combobox
- if re.search('not', str(self.ui.karmaFilterUserCombo.currentText())):
- for comment in update['formatted_comments']:
- if comment['author'] == karma_username:
- return False
- else:
- for comment in update['formatted_comments']:
- if comment['author'] == karma_username:
- return True
- # Not found a comment by this user?
- return False
-
- return True
-
- def __populate_pkgList(self):
- self.ui.pkgList.clear()
-
- # Prepare data which we want to show
- if self.ui.installedBtn.isChecked():
- pkgList = self.installed_updates
- elif self.ui.availableBtn.isChecked():
- pkgList = self.available_updates
-
- # Loop packages
- for key in pkgList.keys():
- update = pkgList[key]
-
- # Can this be shown? Send it to filters!
- if not self.__update_can_be_shown(update):
- continue
-
- self.ui.pkgList.addItem(update['itemlist_name'])
-
- def __show_installed(self):
- # Show installed packages which are from testing repo
- self.ui.availableBtn.setChecked(False)
- self.ui.installedBtn.setChecked(True)
- self.__populate_pkgList()
-
- def __show_available(self):
- # Show packages available to update
- self.ui.installedBtn.setChecked(False)
- self.ui.availableBtn.setChecked(True)
- self.__populate_pkgList()
-
- def get_bodhi_update(self, pkg=None):
- # Get bodhi update according to selected package in pkg list
- if self.ui.installedBtn.isChecked():
- pkgList = self.installed_updates
- elif self.ui.availableBtn.isChecked():
- pkgList = self.available_updates
- else:
- return
-
- if pkg == None:
- if self.ui.pkgList.currentItem():
- return pkgList[self.ui.pkgList.currentItem().text()]
- else:
- return self.__selected_pkglist_item
- else:
- return pkgList[pkg]
-
- def __show_package_detail(self, pkg_item):
- if pkg_item is None:
- return
-
- text_browser_string = ""
-
- bodhi_update = self.get_bodhi_update()
-
- if bodhi_update is None:
- return
-
- self.__selected_pkglist_item = bodhi_update
-
- # Show tab if not here
- self.ui.tabWidget.addTab(self.__tabBar_info_backup, 'Update: ' + bodhi_update['itemlist_name'])
-
- # Switch tabs to info tab
- self.ui.tabWidget.setCurrentIndex(1)
-
- ## title
- self.ui.pkgNameLabel.setText(bodhi_update['itemlist_name'])
-
- # Fill in toolbox Add package line edit
- self.ui.tool_pkg_name.setText(bodhi_update['parsed_nvr']['name'])
-
- ## yum info
- yum_values = {}
- yum_format_string = (
- "Yum Info %(installed_version)s\n"
- " Name: %(name)s\n"
- " Installed: %(installed_timedelta)s ago\n"
- " Arch: %(arch)s\n"
- " Version: %(version)s\n"
- " Release: %(release)s\n"
- " Size: %(size)s\n"
- " Repo: %(repo)s\n"
- " From repo: %(from_repo)s\n"
- " Summary: %(summary)s\n"
- " URL: %(url)s\n"
- " License: %(license)s\n\n"
- "\n\n"
- )
-
- # Grab yum info from installed package
- if bodhi_update.variant == 'installed':
- yum_pkg = bodhi_update.yum_package
- elif bodhi_update.variant == 'available':
- # Search for package
- for key in self.__installed_packages.keys():
- if self.__installed_packages[key].name == bodhi_update.yum_package.name:
- yum_pkg = self.__installed_packages[key]
- break
- else:
- yum_pkg = None
-
- if yum_pkg is not None:
- # If we got yum package
- # fetch info from yum_pkg
- yum_values['name'] = yum_pkg.name
- yum_values['arch'] = yum_pkg.arch
- yum_values['version'] = yum_pkg.version
- yum_values['release'] = yum_pkg.release
-
- # Calculate install time
- now = datetime.datetime.now()
- install_age=(now - datetime.datetime.fromtimestamp(yum_pkg.installtime))
- if install_age.days > 0:
- yum_values['installed_timedelta'] = str(install_age.days) + " days"
- elif install_age.seconds / 60 / 60 > 2:
- yum_values['installed_timedelta'] = str(install_age.seconds / 60 / 60) + " hours"
- else:
- yum_values['installed_timedelta'] = str(install_age.seconds / 60) + " minutes"
-
- # Calculate package size
- if yum_pkg.packagesize > 1e6:
- # It's better to display human readable number format
- # for the package size, e.g. 1 M (as does $ yum info)
- yum_values['size'] = "{:0.1f} M".format(round(yum_pkg.packagesize/1e6, 1))
- else:
- yum_values['size'] = "{:0.1f} k".format(round(yum_pkg.packagesize/1e3, 1))
- yum_values['repo'] = yum_pkg.repo
- yum_values['from_repo'] = yum_pkg.ui_from_repo
- yum_values['summary'] = yum_pkg.summary
- yum_values['url'] = yum_pkg.url
- yum_values['license'] = yum_pkg.license
- yum_values['description'] = yum_pkg.description
- yum_values['installed_version'] = ''
- if bodhi_update.variant == 'available':
- yum_values['installed_version'] = '(installed version)'
- # Decode all strings found in yum_values to utf-8
- self.__decode_dict(yum_values)
- # Map fetched yum info on the yum_format_string
- # Add to the final browser string
- text_browser_string += yum_format_string % yum_values
-
- ## Related packages
- self.ui.treeWidget_related_packages.clear()
-
- ### Others pkgs category
- item_others = QtGui.QTreeWidgetItem()
- item_others.setText(0, "Other packages")
- self.ui.treeWidget_related_packages.insertTopLevelItem(0, item_others)
- item_others.setExpanded(True)
-
- for key in bodhi_update['relevant_packages']['others'].keys():
- rel_pkg = bodhi_update['relevant_packages']['others'][key]
- pkg = QtGui.QTreeWidgetItem()
- pkg.setText(0, str(rel_pkg.name))
- pkg.setToolTip(0, rel_pkg.description)
- item_others.insertChild(0, pkg)
-
- ### Desktop pkgs category
- item_desktop = QtGui.QTreeWidgetItem()
- item_desktop.setText(0, "Desktop packages")
- self.ui.treeWidget_related_packages.insertTopLevelItem(0, item_desktop)
- item_desktop.setExpanded(True)
-
- for key in bodhi_update['relevant_packages']['desktop'].keys():
- rel_pkg = bodhi_update['relevant_packages']['desktop'][key]
- pkg = QtGui.QTreeWidgetItem()
- pkg.setText(0, str(rel_pkg.name))
- pkg.setToolTip(0, rel_pkg.description)
- item_desktop.insertChild(0, pkg)
-
- else:
- print "Not in installed packages"
-
- ## Bodhi info
- bodhi_values = {}
- bodhi_format_string = (
- "Bodhi Info\n"
- " Status: %(status)s\n"
- " Release: %(release)s\n"
- " Update ID: %(updateid)s\n"
- " Builds: %(builds)s"
- " Requested: %(request)s\n"
- " Pushed: %(pushed)s\n"
- " Date Submitted: %(date_submitted)s\n"
- " Date Released: %(date_released)s\n"
- " Submitted: %(submitter)s\n"
- " Karma: %(karma)s\n"
- " Stable Karma: %(stable_karma)s\n"
- " Unstable Karma: %(unstable_karma)s\n"
- )
-
- bodhi_values['status'] = bodhi_update['status']
- bodhi_values['release'] = bodhi_update['release']['long_name']
- bodhi_values['updateid'] = bodhi_update['updateid']
- builds_list = bodhi_update['builds']
- if len(builds_list):
- build_num = 0
- builds_string = ""
- for build_item in builds_list:
- if not build_num:
- # First build name
- builds_string += "%s\n" % build_item['nvr']
- else:
- # Second and next builds
- builds_string += "%s%s\n" % (17 * " ", build_item['nvr'])
- build_num += 1
- bodhi_values['builds'] = builds_string
- else:
- bodhi_values['builds'] = "None"
- bodhi_values['request'] = bodhi_update['request']
- bodhi_values['pushed'] = "True" if bodhi_update['date_pushed'] else "False"
- bodhi_values['date_submitted'] = bodhi_update['date_submitted']
- bodhi_values['date_released'] = bodhi_update['date_pushed']
- bodhi_values['submitter'] = bodhi_update['submitter']
- bodhi_values['karma'] = bodhi_update['karma']
- bodhi_values['stable_karma'] = bodhi_update['stable_karma']
- bodhi_values['unstable_karma'] = bodhi_update['unstable_karma']
- bodhi_values['notes'] = bodhi_update['notes']
- bodhi_values['bodhi_url'] = bodhi_update['bodhi_url']
- # Decode all strings found in bodhi_values to utf-8
- self.__decode_dict(bodhi_values)
- # Map fetched bodhi info on the bodhi_format_string
- # Add to the final browser string
- text_browser_string += bodhi_format_string % bodhi_values
-
- # First descriptions
- descriptions_values = {}
- descriptions_values['yum_description'] = yum_values['description']
- descriptions_values['bodhi_notes'] = bodhi_values['notes'].replace('\n', '
')
- text_browser_descriptions = (
- "Yum description"
- "%(yum_description)s\n\n"
- "Bodhi update notes
"
- "%(bodhi_notes)s\n\n"
- )
- text_browser_desc_string = text_browser_descriptions % descriptions_values
-
- # Set final browser string text
- self.ui.textBrowser.setHtml('' + text_browser_desc_string + text_browser_string + '
')
-
- ## Bugs
- self.ui.treeWidget_bugs.clear()
- if bodhi_update['bugs_by_id']:
- for key in bodhi_update['bugs_by_id']:
- bug = QtGui.QTreeWidgetItem()
- bug.setText(0, str(key))
- bug.setText(1, str(bodhi_update['bugs_by_id'][key].encode('utf-8')))
- # Set tooltip with bug title
- bug.setToolTip(0, str(bodhi_update['bugs_by_id'][key].encode('utf-8')))
- bug.setToolTip(1, str(bodhi_update['bugs_by_id'][key].encode('utf-8')))
- self.ui.treeWidget_bugs.insertTopLevelItem(0, bug)
-
- ## Test cases
- self.ui.treeWidget_test_cases.clear()
- test_cases_list = bodhi_update['test_cases']
- if len(test_cases_list):
- for test_case_item in reversed(test_cases_list):
- tc = QtGui.QTreeWidgetItem()
- tc.setText(0, str(test_case_item))
- self.ui.treeWidget_test_cases.insertTopLevelItem(0, tc)
-
- ## Feedback
- self.ui.treeWidget_feedback.clear()
- comments = bodhi_update['formatted_comments']
-
- ## Prepare brushes
- green_brush = QtGui.QBrush(QtCore.Qt.darkGreen)
- red_brush = QtGui.QBrush(QtCore.Qt.red)
-
- ## Load comments
- if comments:
- for i in comments:
- comment = CustomTreeWidgetItem()
- comment_font = comment.font(1)
-
- # Set color and font weight for karma
- if i['karma'] == 1:
- comment.setForeground(1, green_brush)
- comment_font.setBold(True)
- if i['karma'] == -1:
- comment.setForeground(1, red_brush)
- comment_font.setBold(True)
-
- # Set font
- comment.setFont(1, comment_font)
- # Set vertical alignment to Top
- comment.setTextAlignment(0, QtCore.Qt.AlignTop)
- comment.setTextAlignment(1, QtCore.Qt.AlignTop)
- comment.setTextAlignment(2, QtCore.Qt.AlignTop)
- comment.setTextAlignment(3, QtCore.Qt.AlignTop)
- # Fill it with text
- comment.setText(0, str(i['ord']))
- comment.setText(1, str(i['karma']))
- comment.setText(2, i['author'])
- comment.setText(3, i['text'])
- comment.setToolTip(3, i['text'])
- self.ui.treeWidget_feedback.insertTopLevelItem(0, comment)
-
- # Settings
- ## Toggle radio button normal/favorite/ignored pkg
- if bodhi_update['parsed_nvr']['name'] in self.config.favorited_packages:
- self.ui.settings_pkg_cat_favorite.setChecked(True)
- elif bodhi_update['parsed_nvr']['name'] in self.config.ignored_packages:
- self.ui.settings_pkg_cat_ignored.setChecked(True)
- else:
- self.ui.settings_pkg_cat_normal.setChecked(True)
-
-
- def exit_threads(self):
- # Try to properly exit threads
- # This still need work
- if not self.pkg_worker.isRunning():
- self.pkg_worker.exit()
-
- for i in range(self.__BODHI_WORKERS_COUNT):
- if not self.bodhi_workers[i].isRunning():
- self.bodhi_workers[i].exit()
-
-def main():
- app = QtGui.QApplication(sys.argv)
- win = MainWindow()
- win.show()
- ret = app.exec_()
- win.dispatcher.stop()
- win.exit_threads()
- sys.exit(ret)
-
-if __name__ == "__main__":
- main()
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/idlequeue.py b/src/idlequeue.py
deleted file mode 100644
index aa8cb4c..0000000
--- a/src/idlequeue.py
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Inspired by: http://code.activestate.com/recipes/578299-pyqt-pyside-
-# thread-safe-global-queue-main-loop-int/
-
-import Queue
-
-# Queue for main thread
-idle_loop = Queue.Queue()
-
-def main_thread_call(func, *args, **kwargs):
- def idle():
- func(*args, **kwargs)
- return False
- idle_loop.put(idle)
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/idlequeuedispatcher.py b/src/idlequeuedispatcher.py
deleted file mode 100644
index 9bedbea..0000000
--- a/src/idlequeuedispatcher.py
+++ /dev/null
@@ -1,55 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Inspired by: http://code.activestate.com/recipes/578299-pyqt-pyside-
-# thread-safe-global-queue-main-loop-int/
-
-from PySide.QtGui import *
-from PySide.QtCore import *
-
-from idlequeue import idle_loop
-
-
-class ThreadDispatcher(QThread):
- def __init__(self, parent):
- QThread.__init__(self)
- self.parent = parent
-
- def run(self):
- while True:
- callback = idle_loop.get()
- if callback is None:
- break
- QApplication.postEvent(self.parent, _Event(callback))
-
- def stop(self):
- idle_loop.put(None)
- self.wait()
-
-class _Event(QEvent):
- EVENT_TYPE = QEvent.Type(QEvent.registerEventType())
-
- def __init__(self, callback):
- QEvent.__init__(self, _Event.EVENT_TYPE)
- self.callback = callback
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/main.py b/src/main.py
new file mode 100644
index 0000000..d7cd5b3
--- /dev/null
+++ b/src/main.py
@@ -0,0 +1,35 @@
+import sys
+import json
+from window import Ui_MainWindow
+from PySide2 import QtCore, QtGui, QtWidgets
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+def fetch_list():
+
+ with open("data/test.json") as json_file:
+ data = json.load(json_file)
+ for p in data['updates']:
+ ui.listWidget.addItem(p['title'])
+
+def selected():
+ with open("data/test.json") as json_file:
+ data = json.load(json_file)
+ t = ui.listWidget.selectedItems()
+ for p in data['updates']:
+ if p['title']== t[0].text():
+ ui.Package_name_main.setText(p['title'])
+ ui.Package_breif.setText(p['alias'])
+
+
+
+if __name__ == "__main__":
+
+ app = QtWidgets.QApplication(sys.argv)
+ MainWindow = QtWidgets.QMainWindow()
+ ui = Ui_MainWindow()
+ ui.setupUi(MainWindow)
+ fetch_list()
+ ui.listWidget.itemClicked.connect(selected)
+ MainWindow.show()
+ MainWindow.show()
+ sys.exit(app.exec_())
\ No newline at end of file
diff --git a/src/mainwindow_gui.py b/src/mainwindow_gui.py
deleted file mode 100644
index c00df7e..0000000
--- a/src/mainwindow_gui.py
+++ /dev/null
@@ -1,465 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file 'ui/mainwindow.ui'
-#
-# Created: Sat Sep 21 23:44:03 2013
-# by: pyside-uic 0.2.13 running on PySide 1.1.0
-#
-# WARNING! All changes made in this file will be lost!
-
-from PySide import QtCore, QtGui
-
-class Ui_MainWindow(object):
- def setupUi(self, MainWindow):
- MainWindow.setObjectName("MainWindow")
- MainWindow.resize(1002, 772)
- self.centralwidget = QtGui.QWidget(MainWindow)
- self.centralwidget.setObjectName("centralwidget")
- self.centralWidgetSplitter = QtGui.QVBoxLayout(self.centralwidget)
- self.centralWidgetSplitter.setObjectName("centralWidgetSplitter")
- self.horizontalLayout_4 = QtGui.QHBoxLayout()
- self.horizontalLayout_4.setObjectName("horizontalLayout_4")
- self.pkgLists = QtGui.QWidget(self.centralwidget)
- self.pkgLists.setMaximumSize(QtCore.QSize(250, 16777215))
- self.pkgLists.setObjectName("pkgLists")
- self.verticalLayout = QtGui.QVBoxLayout(self.pkgLists)
- self.verticalLayout.setContentsMargins(0, 0, 0, 0)
- self.verticalLayout.setObjectName("verticalLayout")
- self.groupBox = QtGui.QGroupBox(self.pkgLists)
- self.groupBox.setCheckable(False)
- self.groupBox.setObjectName("groupBox")
- self.verticalLayout_5 = QtGui.QVBoxLayout(self.groupBox)
- self.verticalLayout_5.setObjectName("verticalLayout_5")
- self.horizontalLayout_2 = QtGui.QHBoxLayout()
- self.horizontalLayout_2.setObjectName("horizontalLayout_2")
- self.searchEdit = QtGui.QLineEdit(self.groupBox)
- font = QtGui.QFont()
- font.setItalic(True)
- self.searchEdit.setFont(font)
- self.searchEdit.setInputMask("")
- self.searchEdit.setText("")
- self.searchEdit.setObjectName("searchEdit")
- self.horizontalLayout_2.addWidget(self.searchEdit)
- self.pushButton = QtGui.QPushButton(self.groupBox)
- self.pushButton.setObjectName("pushButton")
- self.horizontalLayout_2.addWidget(self.pushButton)
- self.verticalLayout_5.addLayout(self.horizontalLayout_2)
- self.karmaCheckBox = QtGui.QCheckBox(self.groupBox)
- self.karmaCheckBox.setChecked(False)
- self.karmaCheckBox.setObjectName("karmaCheckBox")
- self.verticalLayout_5.addWidget(self.karmaCheckBox)
- self.karmaFilterWidget = QtGui.QWidget(self.groupBox)
- self.karmaFilterWidget.setMinimumSize(QtCore.QSize(0, 0))
- self.karmaFilterWidget.setObjectName("karmaFilterWidget")
- self.verticalLayout_8 = QtGui.QVBoxLayout(self.karmaFilterWidget)
- self.verticalLayout_8.setContentsMargins(0, 0, 0, 0)
- self.verticalLayout_8.setObjectName("verticalLayout_8")
- self.karmaFilterUserCombo = QtGui.QComboBox(self.karmaFilterWidget)
- self.karmaFilterUserCombo.setObjectName("karmaFilterUserCombo")
- self.karmaFilterUserCombo.addItem("")
- self.karmaFilterUserCombo.addItem("")
- self.verticalLayout_8.addWidget(self.karmaFilterUserCombo)
- self.karmaUsernameEdit = QtGui.QLineEdit(self.karmaFilterWidget)
- self.karmaUsernameEdit.setDragEnabled(False)
- self.karmaUsernameEdit.setObjectName("karmaUsernameEdit")
- self.verticalLayout_8.addWidget(self.karmaUsernameEdit)
- self.verticalLayout_5.addWidget(self.karmaFilterWidget)
- self.horizontalLayout = QtGui.QHBoxLayout()
- self.horizontalLayout.setObjectName("horizontalLayout")
- self.installedBtn = QtGui.QPushButton(self.groupBox)
- self.installedBtn.setCheckable(True)
- self.installedBtn.setChecked(True)
- self.installedBtn.setAutoDefault(False)
- self.installedBtn.setDefault(False)
- self.installedBtn.setFlat(False)
- self.installedBtn.setObjectName("installedBtn")
- self.horizontalLayout.addWidget(self.installedBtn)
- self.availableBtn = QtGui.QPushButton(self.groupBox)
- self.availableBtn.setCheckable(True)
- self.availableBtn.setChecked(False)
- self.availableBtn.setAutoDefault(False)
- self.availableBtn.setDefault(False)
- self.availableBtn.setFlat(False)
- self.availableBtn.setObjectName("availableBtn")
- self.horizontalLayout.addWidget(self.availableBtn)
- self.verticalLayout_5.addLayout(self.horizontalLayout)
- self.verticalLayout.addWidget(self.groupBox)
- self.pkgList = QtGui.QListWidget(self.pkgLists)
- self.pkgList.setFrameShadow(QtGui.QFrame.Sunken)
- self.pkgList.setTabKeyNavigation(False)
- self.pkgList.setObjectName("pkgList")
- self.verticalLayout.addWidget(self.pkgList)
- self.horizontalLayout_5 = QtGui.QHBoxLayout()
- self.horizontalLayout_5.setObjectName("horizontalLayout_5")
- self.releaseComboBox = QtGui.QComboBox(self.pkgLists)
- self.releaseComboBox.setObjectName("releaseComboBox")
- self.horizontalLayout_5.addWidget(self.releaseComboBox)
- self.loadPackagesBtn = QtGui.QPushButton(self.pkgLists)
- self.loadPackagesBtn.setObjectName("loadPackagesBtn")
- self.horizontalLayout_5.addWidget(self.loadPackagesBtn)
- self.verticalLayout.addLayout(self.horizontalLayout_5)
- self.horizontalLayout_4.addWidget(self.pkgLists)
- self.tabWidget = QtGui.QTabWidget(self.centralwidget)
- sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Maximum, QtGui.QSizePolicy.Maximum)
- sizePolicy.setHorizontalStretch(6)
- sizePolicy.setVerticalStretch(0)
- sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth())
- self.tabWidget.setSizePolicy(sizePolicy)
- self.tabWidget.setMaximumSize(QtCore.QSize(9000, 9000))
- self.tabWidget.setMouseTracking(False)
- self.tabWidget.setStyleSheet("")
- self.tabWidget.setObjectName("tabWidget")
- self.tabWhatToTest = QtGui.QWidget()
- self.tabWhatToTest.setAutoFillBackground(False)
- self.tabWhatToTest.setStyleSheet("")
- self.tabWhatToTest.setObjectName("tabWhatToTest")
- self.horizontalLayout_6 = QtGui.QHBoxLayout(self.tabWhatToTest)
- self.horizontalLayout_6.setObjectName("horizontalLayout_6")
- self.toolBoxWhatToTest = QtGui.QToolBox(self.tabWhatToTest)
- self.toolBoxWhatToTest.setObjectName("toolBoxWhatToTest")
- self.toolBoxWelcome = QtGui.QWidget()
- self.toolBoxWelcome.setGeometry(QtCore.QRect(0, 0, 84, 84))
- self.toolBoxWelcome.setObjectName("toolBoxWelcome")
- self.verticalLayout_7 = QtGui.QVBoxLayout(self.toolBoxWelcome)
- self.verticalLayout_7.setObjectName("verticalLayout_7")
- self.textBrowser_2 = QtGui.QTextBrowser(self.toolBoxWelcome)
- self.textBrowser_2.setStyleSheet("background-color: rgba(255, 255, 255, 0);")
- self.textBrowser_2.setFrameShadow(QtGui.QFrame.Plain)
- self.textBrowser_2.setObjectName("textBrowser_2")
- self.verticalLayout_7.addWidget(self.textBrowser_2)
- self.toolBoxWhatToTest.addItem(self.toolBoxWelcome, "")
- self.toolBoxNegativeKarma = QtGui.QWidget()
- self.toolBoxNegativeKarma.setGeometry(QtCore.QRect(0, 0, 602, 103))
- self.toolBoxNegativeKarma.setObjectName("toolBoxNegativeKarma")
- self.verticalLayout_9 = QtGui.QVBoxLayout(self.toolBoxNegativeKarma)
- self.verticalLayout_9.setObjectName("verticalLayout_9")
- self.label_6 = QtGui.QLabel(self.toolBoxNegativeKarma)
- self.label_6.setObjectName("label_6")
- self.verticalLayout_9.addWidget(self.label_6)
- self.tool_pkg_list_negative = QtGui.QTreeWidget(self.toolBoxNegativeKarma)
- self.tool_pkg_list_negative.setObjectName("tool_pkg_list_negative")
- self.verticalLayout_9.addWidget(self.tool_pkg_list_negative)
- self.toolBoxWhatToTest.addItem(self.toolBoxNegativeKarma, "")
- self.toolBoxRunning = QtGui.QWidget()
- self.toolBoxRunning.setGeometry(QtCore.QRect(0, 0, 712, 454))
- self.toolBoxRunning.setObjectName("toolBoxRunning")
- self.verticalLayout_12 = QtGui.QVBoxLayout(self.toolBoxRunning)
- self.verticalLayout_12.setObjectName("verticalLayout_12")
- self.tool_pkg_list_running = QtGui.QTreeWidget(self.toolBoxRunning)
- self.tool_pkg_list_running.setObjectName("tool_pkg_list_running")
- self.verticalLayout_12.addWidget(self.tool_pkg_list_running)
- self.toolBoxWhatToTest.addItem(self.toolBoxRunning, "")
- self.toolBoxFavorite = QtGui.QWidget()
- self.toolBoxFavorite.setGeometry(QtCore.QRect(0, 0, 361, 122))
- self.toolBoxFavorite.setObjectName("toolBoxFavorite")
- self.toolBoxFavoriteLayout = QtGui.QVBoxLayout(self.toolBoxFavorite)
- self.toolBoxFavoriteLayout.setObjectName("toolBoxFavoriteLayout")
- self.tool_pkg_list_favorite = QtGui.QTreeWidget(self.toolBoxFavorite)
- self.tool_pkg_list_favorite.setObjectName("tool_pkg_list_favorite")
- self.toolBoxFavoriteLayout.addWidget(self.tool_pkg_list_favorite)
- self.horizontalLayout_7 = QtGui.QHBoxLayout()
- self.horizontalLayout_7.setContentsMargins(-1, 0, -1, -1)
- self.horizontalLayout_7.setObjectName("horizontalLayout_7")
- self.tool_add_remove_pkg = QtGui.QWidget(self.toolBoxFavorite)
- self.tool_add_remove_pkg.setMinimumSize(QtCore.QSize(0, 0))
- self.tool_add_remove_pkg.setObjectName("tool_add_remove_pkg")
- self.horizontalLayout_9 = QtGui.QHBoxLayout(self.tool_add_remove_pkg)
- self.horizontalLayout_9.setContentsMargins(0, 0, 0, 0)
- self.horizontalLayout_9.setObjectName("horizontalLayout_9")
- self.btn_tool_remove_pkg = QtGui.QPushButton(self.tool_add_remove_pkg)
- self.btn_tool_remove_pkg.setObjectName("btn_tool_remove_pkg")
- self.horizontalLayout_9.addWidget(self.btn_tool_remove_pkg)
- spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
- self.horizontalLayout_9.addItem(spacerItem)
- self.tool_pkg_name = QtGui.QLineEdit(self.tool_add_remove_pkg)
- self.tool_pkg_name.setObjectName("tool_pkg_name")
- self.horizontalLayout_9.addWidget(self.tool_pkg_name)
- self.btn_tool_add_pkg = QtGui.QPushButton(self.tool_add_remove_pkg)
- self.btn_tool_add_pkg.setObjectName("btn_tool_add_pkg")
- self.horizontalLayout_9.addWidget(self.btn_tool_add_pkg)
- self.horizontalLayout_7.addWidget(self.tool_add_remove_pkg)
- self.toolBoxFavoriteLayout.addLayout(self.horizontalLayout_7)
- self.toolBoxWhatToTest.addItem(self.toolBoxFavorite, "")
- self.toolBoxIgnored = QtGui.QWidget()
- self.toolBoxIgnored.setGeometry(QtCore.QRect(0, 0, 84, 84))
- self.toolBoxIgnored.setObjectName("toolBoxIgnored")
- self.toolBoxIgnoredLayout = QtGui.QVBoxLayout(self.toolBoxIgnored)
- self.toolBoxIgnoredLayout.setObjectName("toolBoxIgnoredLayout")
- self.tool_pkg_list_ignored = QtGui.QTreeWidget(self.toolBoxIgnored)
- self.tool_pkg_list_ignored.setObjectName("tool_pkg_list_ignored")
- self.toolBoxIgnoredLayout.addWidget(self.tool_pkg_list_ignored)
- self.toolBoxWhatToTest.addItem(self.toolBoxIgnored, "")
- self.horizontalLayout_6.addWidget(self.toolBoxWhatToTest)
- self.tabWidget.addTab(self.tabWhatToTest, "")
- self.TabInfo = QtGui.QWidget()
- self.TabInfo.setCursor(QtCore.Qt.ArrowCursor)
- self.TabInfo.setStyleSheet("")
- self.TabInfo.setObjectName("TabInfo")
- self.verticalLayout_4 = QtGui.QVBoxLayout(self.TabInfo)
- self.verticalLayout_4.setObjectName("verticalLayout_4")
- self.tabWidget_side = QtGui.QTabWidget(self.TabInfo)
- self.tabWidget_side.setTabPosition(QtGui.QTabWidget.East)
- self.tabWidget_side.setObjectName("tabWidget_side")
- self.tabPkg_info = QtGui.QWidget()
- self.tabPkg_info.setObjectName("tabPkg_info")
- self.verticalLayout_6 = QtGui.QVBoxLayout(self.tabPkg_info)
- self.verticalLayout_6.setObjectName("verticalLayout_6")
- self.splitter_6 = QtGui.QSplitter(self.tabPkg_info)
- self.splitter_6.setOrientation(QtCore.Qt.Vertical)
- self.splitter_6.setObjectName("splitter_6")
- self.splitter_7 = QtGui.QSplitter(self.splitter_6)
- self.splitter_7.setOrientation(QtCore.Qt.Horizontal)
- self.splitter_7.setObjectName("splitter_7")
- self.layoutWidget_2 = QtGui.QWidget(self.splitter_7)
- self.layoutWidget_2.setObjectName("layoutWidget_2")
- self.verticalLayout_11 = QtGui.QVBoxLayout(self.layoutWidget_2)
- self.verticalLayout_11.setContentsMargins(0, 0, 0, 0)
- self.verticalLayout_11.setObjectName("verticalLayout_11")
- self.pkgNameLabel = QtGui.QLabel(self.layoutWidget_2)
- font = QtGui.QFont()
- font.setPointSize(16)
- self.pkgNameLabel.setFont(font)
- self.pkgNameLabel.setCursor(QtCore.Qt.ArrowCursor)
- self.pkgNameLabel.setMouseTracking(False)
- self.pkgNameLabel.setFocusPolicy(QtCore.Qt.NoFocus)
- self.pkgNameLabel.setAcceptDrops(False)
- self.pkgNameLabel.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse|QtCore.Qt.TextSelectableByMouse)
- self.pkgNameLabel.setObjectName("pkgNameLabel")
- self.verticalLayout_11.addWidget(self.pkgNameLabel)
- self.textBrowser = QtGui.QTextBrowser(self.layoutWidget_2)
- font = QtGui.QFont()
- font.setFamily("Monospace")
- font.setPointSize(8)
- self.textBrowser.setFont(font)
- self.textBrowser.setStyleSheet("")
- self.textBrowser.setObjectName("textBrowser")
- self.verticalLayout_11.addWidget(self.textBrowser)
- self.splitter_8 = QtGui.QSplitter(self.splitter_7)
- self.splitter_8.setOrientation(QtCore.Qt.Vertical)
- self.splitter_8.setObjectName("splitter_8")
- self.treeWidget_bugs = QtGui.QTreeWidget(self.splitter_8)
- self.treeWidget_bugs.setProperty("cursor", QtCore.Qt.ArrowCursor)
- self.treeWidget_bugs.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAsNeeded)
- self.treeWidget_bugs.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAsNeeded)
- self.treeWidget_bugs.setRootIsDecorated(False)
- self.treeWidget_bugs.setWordWrap(False)
- self.treeWidget_bugs.setColumnCount(2)
- self.treeWidget_bugs.setObjectName("treeWidget_bugs")
- self.treeWidget_test_cases = QtGui.QTreeWidget(self.splitter_8)
- self.treeWidget_test_cases.setRootIsDecorated(False)
- self.treeWidget_test_cases.setObjectName("treeWidget_test_cases")
- self.treeWidget_related_packages = QtGui.QTreeWidget(self.splitter_8)
- self.treeWidget_related_packages.setObjectName("treeWidget_related_packages")
- self.verticalLayout_6.addWidget(self.splitter_6)
- self.tabWidget_side.addTab(self.tabPkg_info, "")
- self.tabPkg_karma = QtGui.QWidget()
- self.tabPkg_karma.setObjectName("tabPkg_karma")
- self.verticalLayout_13 = QtGui.QVBoxLayout(self.tabPkg_karma)
- self.verticalLayout_13.setObjectName("verticalLayout_13")
- self.verticalLayout_2 = QtGui.QVBoxLayout()
- self.verticalLayout_2.setObjectName("verticalLayout_2")
- self.label = QtGui.QLabel(self.tabPkg_karma)
- font = QtGui.QFont()
- font.setPointSize(16)
- self.label.setFont(font)
- self.label.setObjectName("label")
- self.verticalLayout_2.addWidget(self.label)
- self.horizontalLayout_8 = QtGui.QHBoxLayout()
- self.horizontalLayout_8.setObjectName("horizontalLayout_8")
- self.usernameEdit = QtGui.QLineEdit(self.tabPkg_karma)
- self.usernameEdit.setObjectName("usernameEdit")
- self.horizontalLayout_8.addWidget(self.usernameEdit)
- self.passwordEdit = QtGui.QLineEdit(self.tabPkg_karma)
- self.passwordEdit.setEchoMode(QtGui.QLineEdit.Password)
- self.passwordEdit.setObjectName("passwordEdit")
- self.horizontalLayout_8.addWidget(self.passwordEdit)
- self.karmaBox = QtGui.QComboBox(self.tabPkg_karma)
- self.karmaBox.setObjectName("karmaBox")
- self.karmaBox.addItem("")
- self.karmaBox.addItem("")
- self.karmaBox.addItem("")
- self.horizontalLayout_8.addWidget(self.karmaBox)
- self.sendBtn = QtGui.QPushButton(self.tabPkg_karma)
- self.sendBtn.setObjectName("sendBtn")
- self.horizontalLayout_8.addWidget(self.sendBtn)
- self.verticalLayout_2.addLayout(self.horizontalLayout_8)
- self.label_2 = QtGui.QLabel(self.tabPkg_karma)
- font = QtGui.QFont()
- font.setPointSize(16)
- self.label_2.setFont(font)
- self.label_2.setObjectName("label_2")
- self.verticalLayout_2.addWidget(self.label_2)
- self.splitter = QtGui.QSplitter(self.tabPkg_karma)
- self.splitter.setOrientation(QtCore.Qt.Vertical)
- self.splitter.setHandleWidth(6)
- self.splitter.setObjectName("splitter")
- self.commentEdit = QtGui.QPlainTextEdit(self.splitter)
- self.commentEdit.setMaximumSize(QtCore.QSize(16777215, 80))
- self.commentEdit.setObjectName("commentEdit")
- self.treeWidget_feedback = QtGui.QTreeWidget(self.splitter)
- self.treeWidget_feedback.setMinimumSize(QtCore.QSize(0, 0))
- self.treeWidget_feedback.setRootIsDecorated(False)
- self.treeWidget_feedback.setUniformRowHeights(False)
- self.treeWidget_feedback.setObjectName("treeWidget_feedback")
- self.treeWidget_feedback.header().setCascadingSectionResizes(False)
- self.treeWidget_feedback.header().setMinimumSectionSize(30)
- self.verticalLayout_2.addWidget(self.splitter)
- self.verticalLayout_13.addLayout(self.verticalLayout_2)
- self.tabWidget_side.addTab(self.tabPkg_karma, "")
- self.tabPkg_settings = QtGui.QWidget()
- self.tabPkg_settings.setObjectName("tabPkg_settings")
- self.verticalLayout_10 = QtGui.QVBoxLayout(self.tabPkg_settings)
- self.verticalLayout_10.setObjectName("verticalLayout_10")
- self.formLayout = QtGui.QFormLayout()
- self.formLayout.setFieldGrowthPolicy(QtGui.QFormLayout.ExpandingFieldsGrow)
- self.formLayout.setObjectName("formLayout")
- self.label_7 = QtGui.QLabel(self.tabPkg_settings)
- self.label_7.setObjectName("label_7")
- self.formLayout.setWidget(5, QtGui.QFormLayout.LabelRole, self.label_7)
- self.settings_pkg_cat_normal = QtGui.QRadioButton(self.tabPkg_settings)
- self.settings_pkg_cat_normal.setChecked(True)
- self.settings_pkg_cat_normal.setObjectName("settings_pkg_cat_normal")
- self.formLayout.setWidget(5, QtGui.QFormLayout.FieldRole, self.settings_pkg_cat_normal)
- self.settings_pkg_cat_favorite = QtGui.QRadioButton(self.tabPkg_settings)
- self.settings_pkg_cat_favorite.setObjectName("settings_pkg_cat_favorite")
- self.formLayout.setWidget(6, QtGui.QFormLayout.FieldRole, self.settings_pkg_cat_favorite)
- self.settings_pkg_cat_ignored = QtGui.QRadioButton(self.tabPkg_settings)
- self.settings_pkg_cat_ignored.setObjectName("settings_pkg_cat_ignored")
- self.formLayout.setWidget(7, QtGui.QFormLayout.FieldRole, self.settings_pkg_cat_ignored)
- self.pkg_settings_open_bodhi_update = QtGui.QPushButton(self.tabPkg_settings)
- self.pkg_settings_open_bodhi_update.setObjectName("pkg_settings_open_bodhi_update")
- self.formLayout.setWidget(3, QtGui.QFormLayout.FieldRole, self.pkg_settings_open_bodhi_update)
- self.pkg_settings_download_source_rpm = QtGui.QPushButton(self.tabPkg_settings)
- self.pkg_settings_download_source_rpm.setObjectName("pkg_settings_download_source_rpm")
- self.formLayout.setWidget(4, QtGui.QFormLayout.FieldRole, self.pkg_settings_download_source_rpm)
- self.label_8 = QtGui.QLabel(self.tabPkg_settings)
- self.label_8.setObjectName("label_8")
- self.formLayout.setWidget(3, QtGui.QFormLayout.LabelRole, self.label_8)
- self.verticalLayout_10.addLayout(self.formLayout)
- self.tabWidget_side.addTab(self.tabPkg_settings, "")
- self.verticalLayout_4.addWidget(self.tabWidget_side)
- self.tabWidget.addTab(self.TabInfo, "")
- self.horizontalLayout_4.addWidget(self.tabWidget)
- self.centralWidgetSplitter.addLayout(self.horizontalLayout_4)
- self.statusList = QtGui.QListWidget(self.centralwidget)
- sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Maximum)
- sizePolicy.setHorizontalStretch(0)
- sizePolicy.setVerticalStretch(0)
- sizePolicy.setHeightForWidth(self.statusList.sizePolicy().hasHeightForWidth())
- self.statusList.setSizePolicy(sizePolicy)
- self.statusList.setMaximumSize(QtCore.QSize(16777215, 80))
- self.statusList.setMouseTracking(True)
- self.statusList.setSelectionMode(QtGui.QAbstractItemView.NoSelection)
- self.statusList.setObjectName("statusList")
- self.centralWidgetSplitter.addWidget(self.statusList)
- MainWindow.setCentralWidget(self.centralwidget)
- self.menubar = QtGui.QMenuBar(MainWindow)
- self.menubar.setGeometry(QtCore.QRect(0, 0, 1002, 21))
- self.menubar.setObjectName("menubar")
- self.menuFile = QtGui.QMenu(self.menubar)
- self.menuFile.setObjectName("menuFile")
- self.menuHelp = QtGui.QMenu(self.menubar)
- self.menuHelp.setObjectName("menuHelp")
- MainWindow.setMenuBar(self.menubar)
- self.statusBar = QtGui.QStatusBar(MainWindow)
- self.statusBar.setObjectName("statusBar")
- MainWindow.setStatusBar(self.statusBar)
- self.actionQuit = QtGui.QAction(MainWindow)
- self.actionQuit.setObjectName("actionQuit")
- self.actionAbout = QtGui.QAction(MainWindow)
- self.actionAbout.setObjectName("actionAbout")
- self.menuFile.addAction(self.actionQuit)
- self.menuHelp.addAction(self.actionAbout)
- self.menubar.addAction(self.menuFile.menuAction())
- self.menubar.addAction(self.menuHelp.menuAction())
-
- self.retranslateUi(MainWindow)
- self.tabWidget.setCurrentIndex(1)
- self.toolBoxWhatToTest.setCurrentIndex(2)
- self.tabWidget_side.setCurrentIndex(0)
- self.karmaBox.setCurrentIndex(1)
- QtCore.QObject.connect(self.karmaCheckBox, QtCore.SIGNAL("toggled(bool)"), self.karmaFilterWidget.setShown)
- QtCore.QObject.connect(self.pushButton, QtCore.SIGNAL("clicked()"), self.searchEdit.clear)
- QtCore.QMetaObject.connectSlotsByName(MainWindow)
- MainWindow.setTabOrder(self.karmaBox, self.sendBtn)
- MainWindow.setTabOrder(self.sendBtn, self.loadPackagesBtn)
- MainWindow.setTabOrder(self.loadPackagesBtn, self.availableBtn)
- MainWindow.setTabOrder(self.availableBtn, self.pkgList)
- MainWindow.setTabOrder(self.pkgList, self.releaseComboBox)
- MainWindow.setTabOrder(self.releaseComboBox, self.installedBtn)
-
- def retranslateUi(self, MainWindow):
- MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Fedora Gooey Karma", None, QtGui.QApplication.UnicodeUTF8))
- self.groupBox.setTitle(QtGui.QApplication.translate("MainWindow", "Filter", None, QtGui.QApplication.UnicodeUTF8))
- self.searchEdit.setPlaceholderText(QtGui.QApplication.translate("MainWindow", "Search packages...", None, QtGui.QApplication.UnicodeUTF8))
- self.pushButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Clear search", None, QtGui.QApplication.UnicodeUTF8))
- self.pushButton.setText(QtGui.QApplication.translate("MainWindow", "X", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaCheckBox.setText(QtGui.QApplication.translate("MainWindow", "User filter", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaFilterUserCombo.setItemText(0, QtGui.QApplication.translate("MainWindow", "Karma not submitted by user", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaFilterUserCombo.setItemText(1, QtGui.QApplication.translate("MainWindow", "Karma submitted by user", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaUsernameEdit.setPlaceholderText(QtGui.QApplication.translate("MainWindow", "username for karma filter", None, QtGui.QApplication.UnicodeUTF8))
- self.installedBtn.setText(QtGui.QApplication.translate("MainWindow", "Installed", None, QtGui.QApplication.UnicodeUTF8))
- self.availableBtn.setText(QtGui.QApplication.translate("MainWindow", "Available", None, QtGui.QApplication.UnicodeUTF8))
- self.pkgList.setSortingEnabled(True)
- self.loadPackagesBtn.setText(QtGui.QApplication.translate("MainWindow", "Reload packages", None, QtGui.QApplication.UnicodeUTF8))
- self.textBrowser_2.setHtml(QtGui.QApplication.translate("MainWindow", "\n"
-"\n"
-"Welcome to Fedora Gooey Karma tool which helps you with testing new updates for your Fedora.
\n"
-"
\n"
-"To load updates, press lower-left Reload packages button. If you are not sure what you should test, wait until all packages are loaded and see sections below this text.
", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxWelcome), QtGui.QApplication.translate("MainWindow", "Fedora Gooey Karma", None, QtGui.QApplication.UnicodeUTF8))
- self.label_6.setText(QtGui.QApplication.translate("MainWindow", "It would be nice to re-test updates which has got negative karma. See these packages below.", None, QtGui.QApplication.UnicodeUTF8))
- self.tool_pkg_list_negative.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Package", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxNegativeKarma), QtGui.QApplication.translate("MainWindow", "Updates with negative karma", None, QtGui.QApplication.UnicodeUTF8))
- self.tool_pkg_list_running.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Package", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxRunning), QtGui.QApplication.translate("MainWindow", "Currently running applications", None, QtGui.QApplication.UnicodeUTF8))
- self.tool_pkg_list_favorite.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Package", None, QtGui.QApplication.UnicodeUTF8))
- self.btn_tool_remove_pkg.setText(QtGui.QApplication.translate("MainWindow", "Remove selected package", None, QtGui.QApplication.UnicodeUTF8))
- self.btn_tool_add_pkg.setText(QtGui.QApplication.translate("MainWindow", "Add package", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxFavorite), QtGui.QApplication.translate("MainWindow", "Favorite packages", None, QtGui.QApplication.UnicodeUTF8))
- self.tool_pkg_list_ignored.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Package", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxIgnored), QtGui.QApplication.translate("MainWindow", "Ignored packages", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabWhatToTest), QtGui.QApplication.translate("MainWindow", "What to test", None, QtGui.QApplication.UnicodeUTF8))
- self.pkgNameLabel.setText(QtGui.QApplication.translate("MainWindow", "Package name", None, QtGui.QApplication.UnicodeUTF8))
- self.textBrowser.setHtml(QtGui.QApplication.translate("MainWindow", "\n"
-"\n"
-"
", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_bugs.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Bug id", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_bugs.headerItem().setText(1, QtGui.QApplication.translate("MainWindow", "Title", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_test_cases.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Test cases", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_related_packages.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Related packages", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget_side.setTabText(self.tabWidget_side.indexOf(self.tabPkg_info), QtGui.QApplication.translate("MainWindow", "Info", None, QtGui.QApplication.UnicodeUTF8))
- self.label.setText(QtGui.QApplication.translate("MainWindow", "FAS credentials", None, QtGui.QApplication.UnicodeUTF8))
- self.usernameEdit.setPlaceholderText(QtGui.QApplication.translate("MainWindow", "username", None, QtGui.QApplication.UnicodeUTF8))
- self.passwordEdit.setPlaceholderText(QtGui.QApplication.translate("MainWindow", "password", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaBox.setItemText(0, QtGui.QApplication.translate("MainWindow", "-1", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaBox.setItemText(1, QtGui.QApplication.translate("MainWindow", "0", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaBox.setItemText(2, QtGui.QApplication.translate("MainWindow", "+1", None, QtGui.QApplication.UnicodeUTF8))
- self.sendBtn.setText(QtGui.QApplication.translate("MainWindow", "Send Karma", None, QtGui.QApplication.UnicodeUTF8))
- self.label_2.setText(QtGui.QApplication.translate("MainWindow", "Your comment", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_feedback.setSortingEnabled(True)
- self.treeWidget_feedback.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "#", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_feedback.headerItem().setText(1, QtGui.QApplication.translate("MainWindow", "Karma", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_feedback.headerItem().setText(2, QtGui.QApplication.translate("MainWindow", "User", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_feedback.headerItem().setText(3, QtGui.QApplication.translate("MainWindow", "Comment", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget_side.setTabText(self.tabWidget_side.indexOf(self.tabPkg_karma), QtGui.QApplication.translate("MainWindow", "Comments", None, QtGui.QApplication.UnicodeUTF8))
- self.label_7.setText(QtGui.QApplication.translate("MainWindow", "Package category", None, QtGui.QApplication.UnicodeUTF8))
- self.settings_pkg_cat_normal.setText(QtGui.QApplication.translate("MainWindow", "Normal package", None, QtGui.QApplication.UnicodeUTF8))
- self.settings_pkg_cat_favorite.setText(QtGui.QApplication.translate("MainWindow", "Favorite package", None, QtGui.QApplication.UnicodeUTF8))
- self.settings_pkg_cat_ignored.setText(QtGui.QApplication.translate("MainWindow", "Ignore this package", None, QtGui.QApplication.UnicodeUTF8))
- self.pkg_settings_open_bodhi_update.setText(QtGui.QApplication.translate("MainWindow", "Open bodhi update in web browser", None, QtGui.QApplication.UnicodeUTF8))
- self.pkg_settings_download_source_rpm.setText(QtGui.QApplication.translate("MainWindow", "Download source RPM", None, QtGui.QApplication.UnicodeUTF8))
- self.label_8.setText(QtGui.QApplication.translate("MainWindow", "Tools", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget_side.setTabText(self.tabWidget_side.indexOf(self.tabPkg_settings), QtGui.QApplication.translate("MainWindow", "Settings", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget.setTabText(self.tabWidget.indexOf(self.TabInfo), QtGui.QApplication.translate("MainWindow", "Package info", None, QtGui.QApplication.UnicodeUTF8))
- self.statusList.setToolTip(QtGui.QApplication.translate("MainWindow", "Press and hold mouse button to expand", None, QtGui.QApplication.UnicodeUTF8))
- self.statusList.setSortingEnabled(False)
- self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8))
- self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8))
- self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8))
- self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About Fedora Gooey Karma", None, QtGui.QApplication.UnicodeUTF8))
-
diff --git a/src/packagesworker.py b/src/packagesworker.py
deleted file mode 100644
index 06f493c..0000000
--- a/src/packagesworker.py
+++ /dev/null
@@ -1,105 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Author: Tomas Meszaros
-
-import yum
-import rpm
-import datetime
-import koji
-from PySide import QtCore
-from yum.misc import getCacheDir
-from idlequeue import *
-
-class PackagesWorker(QtCore.QThread):
-
- def __init__(self, queue, bodhi_workers_queue, bodhi_workers_count, main_thread, parent=None):
- super(PackagesWorker, self).__init__(parent)
-
- self.main_thread = main_thread
-
- self.queue = queue
- self.bodhi_workers_queue = bodhi_workers_queue
- self.bodhi_workers_count = bodhi_workers_count
-
- self.yb = yum.YumBase()
- cachedir = getCacheDir()
- self.yb.repos.setCacheDir(cachedir)
-
- # RPM Transactions
- self.rpmTS = rpm.TransactionSet()
-
- def set_release(self, release):
- self.releasever = release
-
- def run(self):
- while True:
- releasever = self.queue.get()
-
- # Start loading packages
- main_thread_call(self.main_thread.installed_pkg_list_loading_info)
- self.load_installed(releasever)
- # Wait for all packages to be loaded from bodhi
- self.bodhi_workers_queue.join()
- main_thread_call(self.main_thread.save_installed_pkg_list, releasever)
-
- self.queue.task_done()
-
- def load_installed(self, releasever):
- # Load from yum rpmdb all installed packages
- self.installed_packages = self.yb.rpmdb.returnPackages()
-
- # Send it to all bodhi_workers
- for i in range(self.bodhi_workers_count):
- self.bodhi_workers_queue.put(['set_installed_packages', ['bodhi_worker' + str(i), self.installed_packages]])
-
- # Wait for Bodhi workers to finish
- self.bodhi_workers_queue.join()
-
- # Send installed packages to GUI
- main_thread_call(self.main_thread.set_installed_packages,
- self.installed_packages)
-
- # Grab it from Koji
- session = koji.ClientSession('http://koji.fedoraproject.org/kojihub')
- tagged_packages = session.listTagged('f' + str(releasever) + '-updates-testing')
-
- # Prepare packages into dictionary to find it faster
- pkgs_dict = {}
- for pkg in self.installed_packages:
- pkgs_dict[pkg.name] = pkg
-
- # See packages for choosen release
- pkgsForBodhi = []
- for tagged_pkg in tagged_packages:
- if tagged_pkg['package_name'] in pkgs_dict.keys():
- pkgsForBodhi.append(pkgs_dict[tagged_pkg['package_name']])
-
- # Send these packages to BodhiWorker queue
- main_thread_call(self.main_thread.set_num_of_pkgs_to_process,
- len(pkgsForBodhi))
-
- for pkg in pkgsForBodhi:
- self.bodhi_workers_queue.put(['package_update', pkg])
-
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/sendkarma.py b/src/sendkarma.py
deleted file mode 100644
index 4e4a732..0000000
--- a/src/sendkarma.py
+++ /dev/null
@@ -1,78 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-import threading
-
-from fedora.client import AuthError
-from fedora.client import ServerError
-from fedora.client.bodhi import BodhiClient
-
-from idlequeue import *
-
-class SendKarma(threading.Thread):
- def __init__(self, package, username, password, message, karma, main_thread, parent=None):
- #super(SendKarma, self).__init__(parent)
- threading.Thread.__init__(self)
- self.package = package
- self.username = username
- self.password = password
- self.message = message
- self.karma = karma
- self.main_thread = main_thread
-
- def run(self):
- bc = BodhiClient()
- bc.username = self.username
- bc.password = self.password
-
- # Try send it 3 times if ServerError occours
- for retry in range(3):
- try:
- # Send comment to bodhi
- bc.comment(self.package["title"], self.message, karma=self.karma)
- message = "Comment submitted successfully."
- message2 = ("Reloading bodhi update for "
- + str(self.package['itemlist_name']) + "...")
- main_thread_call(self.main_thread.add_status_item, message)
- main_thread_call(self.main_thread.add_status_item, message2)
-
- # Reload bodhi update
- main_thread_call(self.main_thread.bodhi_workers_queue.put,
- ['package_update', self.package['yum_package']])
- # Clean up after sending
- main_thread_call(self.main_thread.sending_done, self.username, self.password)
- return
- except AuthError:
- message = "Invalid username or password. Please try again."
- main_thread_call(self.main_thread.add_status_item,
- message)
- break
- except ServerError, e:
- message = "Server error %s" % str(e)
- main_thread_call(self.main_thread.add_status_item,
- message)
-
- # In case of errors, return button and others back
- main_thread_call(self.main_thread.sending_done, self.username, self.password)
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/toolbox.py b/src/toolbox.py
deleted file mode 100644
index de8f99f..0000000
--- a/src/toolbox.py
+++ /dev/null
@@ -1,130 +0,0 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-from PySide import QtGui
-
-class Toolbox:
- def __init__(self, main):
- # Grab MainWindow instance
- self.main = main
-
- def __toolbox_current_tab(self):
- # What is the currently selected toolbox?
- if self.main.ui.toolBoxWhatToTest.currentIndex() == self.main.ui.toolBoxWhatToTest.count() -1:
- return 'ignored'
- else:
- return 'favorite'
-
- def negative_karma_clicked(self, item, column):
- # Get package name even if comment selected
- if item.parent() is not None:
- item = item.parent()
-
- # Set package name as search text
- self.main.ui.searchEdit.setText(str(item.text(0)))
-
- def currently_running_clicked(self, item, column):
- # Get package name even if comment selected
- if item.parent() is not None:
- item = item.parent()
-
- # Set package name as search text
- self.main.ui.searchEdit.setText(str(item.text(0)))
-
- def favorite_item_clicked(self, item, column):
- # Get package name
- # Do this only when package is selected (not the header text)
- if item.parent() is not None:
- self.main.ui.searchEdit.setText(str(item.text(0)))
-
- def move_toolbox_buttons(self, index):
- ## Copy widget with pkg list tools to current index one
- if self.__toolbox_current_tab() == 'ignored':
- self.main.ui.toolBoxIgnoredLayout.addWidget(self.main.ui.tool_add_remove_pkg)
- else:
- self.main.ui.toolBoxFavoriteLayout.addWidget(self.main.ui.tool_add_remove_pkg)
-
- def config_add_package(self):
- # Add package from lineedit to config according to selected toolbox
- if self.__toolbox_current_tab() == 'ignored':
- self.main.config.ignored_packages.add_package(self.main.ui.tool_pkg_name.text())
- else:
- self.main.config.favorited_packages.add_package(self.main.ui.tool_pkg_name.text())
- self.update_favorite_ignored_pkg_lists()
- self.main.ui.tool_pkg_name.clear()
- self.main.config.save_config()
-
- def config_remove_package(self):
- # Removes selected package
- if self.__toolbox_current_tab() == 'ignored':
- try:
- self.main.config.ignored_packages.remove_package(self.main.ui.tool_pkg_list_ignored.currentItem().text(0))
- except:
- pass
- else:
- try:
- self.main.config.favorited_packages.remove_package(self.main.ui.tool_pkg_list_favorite.currentItem().text(0))
- except:
- pass
- self.main.config.save_config()
- self.update_favorite_ignored_pkg_lists()
-
- def update_favorite_ignored_pkg_lists(self):
- self.main.ui.tool_pkg_list_ignored.clear()
- self.main.ui.tool_pkg_list_favorite.clear()
-
- # Prepare list of package names
- pkg_names = []
- for key in self.main.installed_updates.keys():
- pkg_names.append(self.main.installed_updates[key].parsed_nvr['name'])
-
- # Top level items
- def create_top_level_item(text, widget):
- item = QtGui.QTreeWidgetItem()
- item.setText(0, text)
- widget.insertTopLevelItem(0, item)
- item.setExpanded(True)
- return item
-
- # Top level items
- ## Set names
- fav_not_available = create_top_level_item('Bodhi update not available', self.main.ui.tool_pkg_list_favorite)
- fav_available = create_top_level_item('Bodhi update available', self.main.ui.tool_pkg_list_favorite)
-
- # Favorite packages
- for pkg in self.main.config.favorited_packages:
- item = QtGui.QTreeWidgetItem()
- item.setText(0, pkg)
- # If this package name is in available packages
- if pkg in pkg_names:
- fav_available.addChild(item)
- else:
- fav_not_available.addChild(item)
-
- # Ignored packages
- for pkg in self.main.config.ignored_packages:
- item = QtGui.QTreeWidgetItem()
- item.setText(0, pkg)
- self.main.ui.tool_pkg_list_ignored.insertTopLevelItem(0, item)
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/ui/MainWindow.ui b/src/ui/MainWindow.ui
new file mode 100644
index 0000000..873b645
--- /dev/null
+++ b/src/ui/MainWindow.ui
@@ -0,0 +1,707 @@
+
+
+ MainWindow
+
+
+
+ 0
+ 0
+ 843
+ 797
+
+
+
+ false
+
+
+ MainWindow
+
+
+
+
+
+ 10
+ 30
+ 800
+ 741
+
+
+
+ false
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
+
+ 10
+ 10
+ 250
+ 721
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
+
+ 10
+ 40
+ 231
+ 671
+
+
+
+
+
+
+ 10
+ 14
+ 231
+ 21
+
+
+
+
+
+
+
+ 340
+ 30
+ 450
+ 30
+
+
+
+
+ OpenSymbol
+ 22
+ 50
+ false
+
+
+
+ Package Name
+
+
+
+
+
+ 280
+ 30
+ 41
+ 21
+
+
+
+
+
+
+ 340
+ 60
+ 451
+ 21
+
+
+
+
+ OpenSymbol
+ 12
+ 50
+ false
+
+
+
+ breif
+
+
+
+
+
+ 340
+ 200
+ 64
+ 19
+
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Release
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+
+
+ 340
+ 230
+ 64
+ 19
+
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Age
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+
+
+ 340
+ 260
+ 64
+ 19
+
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Karma
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+
+
+ 540
+ 200
+ 64
+ 19
+
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Status
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+
+
+ 513
+ 260
+ 91
+ 20
+
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Submitter
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+
+
+ 533
+ 230
+ 71
+ 20
+
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Request
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+
+
+ 270
+ 510
+ 521
+ 91
+
+
+
+
+
+
+ 270
+ 620
+ 21
+ 16
+
+
+
+
+
+
+ 300
+ 620
+ 21
+ 16
+
+
+
+
+
+
+ 330
+ 620
+ 21
+ 16
+
+
+
+
+
+
+ 300
+ 640
+ 21
+ 24
+
+
+
+
+
+
+
+
+
+ 330
+ 640
+ 21
+ 24
+
+
+
+
+
+
+
+
+
+ 270
+ 640
+ 21
+ 24
+
+
+
+
+
+
+
+
+
+ 270
+ 660
+ 21
+ 24
+
+
+
+
+
+
+
+
+
+ 330
+ 660
+ 21
+ 24
+
+
+
+
+
+
+
+
+
+ 300
+ 660
+ 21
+ 24
+
+
+
+
+
+
+
+
+
+ 420
+ 200
+ 64
+ 19
+
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ F30
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+
+
+ 420
+ 230
+ 71
+ 19
+
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ xxx Days
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+
+
+ 420
+ 260
+ 21
+ 19
+
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ 0
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+
+
+ 610
+ 200
+ 64
+ 19
+
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Testing
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+
+
+ 610
+ 230
+ 64
+ 19
+
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ ---
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+
+
+ 610
+ 260
+ 191
+ 19
+
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Username
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+
+
+ 340
+ 100
+ 451
+ 21
+
+
+
+
+ OpenSymbol
+ 14
+ 50
+ false
+
+
+
+ Release_notes
+
+
+
+
+
+ 270
+ 310
+ 256
+ 192
+
+
+
+ Package_name_main
+ UpdateType
+ Package_breif
+ Release_static
+ Age_static
+ Karma_static
+ Status_static
+ Submitter_static
+ Request_static
+ textEdit_2
+ KarmaMin
+ karmaZero
+ karmaPlus
+ radioButton
+ radioButton_2
+ radioButton_3
+ radioButton_4
+ radioButton_5
+ radioButton_6
+ Release
+ Age
+ Karama
+ Status
+ Request
+ Username
+ frame_2
+ Release_notes
+ listWidget_2
+
+
+
+
+ 526
+ 10
+ 191
+ 20
+
+
+
+ Logged in as USER
+
+
+ Qt::AlignCenter
+
+
+
+
+
+ 720
+ 10
+ 91
+ 20
+
+
+
+ PointingHandCursor
+
+
+ Login
+
+
+ Qt::AlignCenter
+
+
+ Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse
+
+
+
+
+
+
+
+
diff --git a/src/ui/mainwindow.ui b/src/ui/mainwindow.ui
deleted file mode 100644
index 7908189..0000000
--- a/src/ui/mainwindow.ui
+++ /dev/null
@@ -1,906 +0,0 @@
-
-
- MainWindow
-
-
-
- 0
- 0
- 1002
- 772
-
-
-
- Fedora Gooey Karma
-
-
-
- -
-
-
-
-
-
-
- 250
- 16777215
-
-
-
-
-
-
-
- Filter
-
-
- false
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
-
-
-
-
-
-
- Search packages...
-
-
-
- -
-
-
- Clear search
-
-
- X
-
-
-
-
-
- -
-
-
- User filter
-
-
- false
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
-
- Karma not submitted by user
-
-
- -
-
- Karma submitted by user
-
-
-
-
- -
-
-
- false
-
-
- username for karma filter
-
-
-
-
-
-
- -
-
-
-
-
-
- Installed
-
-
- true
-
-
- true
-
-
- false
-
-
- false
-
-
- false
-
-
-
- -
-
-
- Available
-
-
- true
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
-
-
-
-
-
-
- -
-
-
- QFrame::Sunken
-
-
- false
-
-
- true
-
-
-
- -
-
-
-
-
-
- -
-
-
- Reload packages
-
-
-
-
-
-
-
-
- -
-
-
-
- 6
- 0
-
-
-
-
- 9000
- 9000
-
-
-
- false
-
-
-
-
-
- 1
-
-
-
- false
-
-
-
-
-
- What to test
-
-
-
-
-
-
- 2
-
-
-
-
- 0
- 0
- 84
- 84
-
-
-
- Fedora Gooey Karma
-
-
-
-
-
-
- background-color: rgba(255, 255, 255, 0);
-
-
- QFrame::Plain
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Welcome to<span style=" font-weight:600;"> Fedora Gooey Karma</span> tool which helps you with testing new updates for your Fedora.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To load updates, press lower-left <span style=" font-weight:600;">Reload packages</span> button. If you are not sure what you should test, wait until all packages are loaded and see sections below this text.</p></body></html>
-
-
-
-
-
-
-
-
- 0
- 0
- 602
- 103
-
-
-
- Updates with negative karma
-
-
- -
-
-
- It would be nice to re-test updates which has got negative karma. See these packages below.
-
-
-
- -
-
-
-
- Package
-
-
-
-
-
-
-
-
-
- 0
- 0
- 712
- 454
-
-
-
- Currently running applications
-
-
- -
-
-
-
- Package
-
-
-
-
-
-
-
-
-
- 0
- 0
- 361
- 122
-
-
-
- Favorite packages
-
-
- -
-
-
-
- Package
-
-
-
-
- -
-
-
- 0
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
- Remove selected package
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- -
-
-
- Add package
-
-
-
-
-
-
-
-
-
-
-
-
-
- 0
- 0
- 84
- 84
-
-
-
- Ignored packages
-
-
- -
-
-
-
- Package
-
-
-
-
-
-
-
-
-
-
-
-
- ArrowCursor
-
-
-
-
-
- Package info
-
-
- -
-
-
- QTabWidget::East
-
-
- 0
-
-
-
- Info
-
-
-
-
-
-
- Qt::Vertical
-
-
-
- Qt::Horizontal
-
-
-
-
-
-
-
-
- 16
-
-
-
- ArrowCursor
-
-
- false
-
-
- Qt::NoFocus
-
-
- false
-
-
- Package name
-
-
- Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse
-
-
-
- -
-
-
-
- Monospace
- 8
-
-
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Monospace'; font-size:8pt; font-weight:400; font-style:normal;">
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p></body></html>
-
-
-
-
-
-
-
- Qt::Vertical
-
-
-
- ArrowCursor
-
-
- Qt::ScrollBarAsNeeded
-
-
- Qt::ScrollBarAsNeeded
-
-
- false
-
-
- false
-
-
- 2
-
-
-
- Bug id
-
-
-
-
- Title
-
-
-
-
-
- false
-
-
-
- Test cases
-
-
-
-
-
-
- Related packages
-
-
-
-
-
-
-
-
-
-
-
- Comments
-
-
- -
-
-
-
-
-
-
- 16
-
-
-
- FAS credentials
-
-
-
- -
-
-
-
-
-
- username
-
-
-
- -
-
-
- QLineEdit::Password
-
-
- password
-
-
-
- -
-
-
- 1
-
-
-
-
- -1
-
-
- -
-
- 0
-
-
- -
-
- +1
-
-
-
-
- -
-
-
- Send Karma
-
-
-
-
-
- -
-
-
-
- 16
-
-
-
- Your comment
-
-
-
- -
-
-
- Qt::Vertical
-
-
- 6
-
-
-
-
- 16777215
- 80
-
-
-
-
-
-
- 0
- 0
-
-
-
- false
-
-
- false
-
-
- true
-
-
- false
-
-
- 30
-
-
-
- #
-
-
- AlignRight|AlignVCenter
-
-
-
-
- Karma
-
-
-
-
- User
-
-
-
- 75
- true
-
-
-
-
-
- Comment
-
-
-
-
-
-
-
-
-
-
-
- Settings
-
-
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Package category
-
-
-
- -
-
-
- Normal package
-
-
- true
-
-
-
- -
-
-
- Favorite package
-
-
-
- -
-
-
- Ignore this package
-
-
-
- -
-
-
- Open bodhi update in web browser
-
-
-
- -
-
-
- Download source RPM
-
-
-
- -
-
-
- Tools
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 80
-
-
-
- true
-
-
- Press and hold mouse button to expand
-
-
- QAbstractItemView::NoSelection
-
-
- false
-
-
-
-
-
-
-
-
-
- Quit
-
-
-
-
- About Fedora Gooey Karma
-
-
-
-
- karmaBox
- sendBtn
- loadPackagesBtn
- availableBtn
- pkgList
- releaseComboBox
- installedBtn
-
-
-
-
- karmaCheckBox
- toggled(bool)
- karmaFilterWidget
- setShown(bool)
-
-
- 84
- 96
-
-
- 40
- 142
-
-
-
-
- pushButton
- clicked()
- searchEdit
- clear()
-
-
- 220
- 70
-
-
- 188
- 69
-
-
-
-
-
diff --git a/src/window.py b/src/window.py
new file mode 100644
index 0000000..5f37b1c
--- /dev/null
+++ b/src/window.py
@@ -0,0 +1,326 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'ui/MainWindow.ui'
+#
+# Created by: PyQt5 UI code generator 5.12.2
+#
+# WARNING! All changes made in this file will be lost!
+
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+
+class Ui_MainWindow(object):
+ def setupUi(self, MainWindow):
+ MainWindow.setObjectName("MainWindow")
+ MainWindow.resize(843, 797)
+ MainWindow.setMouseTracking(False)
+ self.centralwidget = QtWidgets.QWidget(MainWindow)
+ self.centralwidget.setObjectName("centralwidget")
+ self.frame = QtWidgets.QFrame(self.centralwidget)
+ self.frame.setGeometry(QtCore.QRect(10, 30, 800, 741))
+ self.frame.setAutoFillBackground(False)
+ self.frame.setFrameShape(QtWidgets.QFrame.StyledPanel)
+ self.frame.setFrameShadow(QtWidgets.QFrame.Raised)
+ self.frame.setObjectName("frame")
+ self.frame_2 = QtWidgets.QFrame(self.frame)
+ self.frame_2.setGeometry(QtCore.QRect(10, 10, 250, 721))
+ self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
+ self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
+ self.frame_2.setObjectName("frame_2")
+ self.listWidget = QtWidgets.QListWidget(self.frame_2)
+ self.listWidget.setGeometry(QtCore.QRect(10, 40, 231, 671))
+ self.listWidget.setObjectName("listWidget")
+ self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
+ self.lineEdit.setGeometry(QtCore.QRect(10, 14, 231, 21))
+ self.lineEdit.setObjectName("lineEdit")
+ self.Package_name_main = QtWidgets.QLabel(self.frame)
+ self.Package_name_main.setGeometry(QtCore.QRect(340, 30, 450, 30))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(22)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_name_main.setFont(font)
+ self.Package_name_main.setObjectName("Package_name_main")
+ self.UpdateType = QtWidgets.QGraphicsView(self.frame)
+ self.UpdateType.setGeometry(QtCore.QRect(280, 30, 41, 21))
+ self.UpdateType.setObjectName("UpdateType")
+ self.Package_breif = QtWidgets.QLabel(self.frame)
+ self.Package_breif.setGeometry(QtCore.QRect(340, 60, 451, 21))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(12)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_breif.setFont(font)
+ self.Package_breif.setObjectName("Package_breif")
+ self.Release_static = QtWidgets.QLabel(self.frame)
+ self.Release_static.setGeometry(QtCore.QRect(340, 200, 64, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Release_static.setFont(font)
+ self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Release_static.setObjectName("Release_static")
+ self.Age_static = QtWidgets.QLabel(self.frame)
+ self.Age_static.setGeometry(QtCore.QRect(340, 230, 64, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Age_static.setFont(font)
+ self.Age_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Age_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Age_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Age_static.setObjectName("Age_static")
+ self.Karma_static = QtWidgets.QLabel(self.frame)
+ self.Karma_static.setGeometry(QtCore.QRect(340, 260, 64, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Karma_static.setFont(font)
+ self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Karma_static.setObjectName("Karma_static")
+ self.Status_static = QtWidgets.QLabel(self.frame)
+ self.Status_static.setGeometry(QtCore.QRect(540, 200, 64, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Status_static.setFont(font)
+ self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Status_static.setObjectName("Status_static")
+ self.Submitter_static = QtWidgets.QLabel(self.frame)
+ self.Submitter_static.setGeometry(QtCore.QRect(513, 260, 91, 20))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Submitter_static.setFont(font)
+ self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Submitter_static.setObjectName("Submitter_static")
+ self.Request_static = QtWidgets.QLabel(self.frame)
+ self.Request_static.setGeometry(QtCore.QRect(533, 230, 71, 20))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Request_static.setFont(font)
+ self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Request_static.setObjectName("Request_static")
+ self.textEdit_2 = QtWidgets.QTextEdit(self.frame)
+ self.textEdit_2.setGeometry(QtCore.QRect(270, 510, 521, 91))
+ self.textEdit_2.setObjectName("textEdit_2")
+ self.KarmaMin = QtWidgets.QGraphicsView(self.frame)
+ self.KarmaMin.setGeometry(QtCore.QRect(270, 620, 21, 16))
+ self.KarmaMin.setObjectName("KarmaMin")
+ self.karmaZero = QtWidgets.QGraphicsView(self.frame)
+ self.karmaZero.setGeometry(QtCore.QRect(300, 620, 21, 16))
+ self.karmaZero.setObjectName("karmaZero")
+ self.karmaPlus = QtWidgets.QGraphicsView(self.frame)
+ self.karmaPlus.setGeometry(QtCore.QRect(330, 620, 21, 16))
+ self.karmaPlus.setObjectName("karmaPlus")
+ self.radioButton = QtWidgets.QRadioButton(self.frame)
+ self.radioButton.setGeometry(QtCore.QRect(300, 640, 21, 24))
+ self.radioButton.setText("")
+ self.radioButton.setObjectName("radioButton")
+ self.radioButton_2 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_2.setGeometry(QtCore.QRect(330, 640, 21, 24))
+ self.radioButton_2.setText("")
+ self.radioButton_2.setObjectName("radioButton_2")
+ self.radioButton_3 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_3.setGeometry(QtCore.QRect(270, 640, 21, 24))
+ self.radioButton_3.setText("")
+ self.radioButton_3.setObjectName("radioButton_3")
+ self.radioButton_4 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_4.setGeometry(QtCore.QRect(270, 660, 21, 24))
+ self.radioButton_4.setText("")
+ self.radioButton_4.setObjectName("radioButton_4")
+ self.radioButton_5 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_5.setGeometry(QtCore.QRect(330, 660, 21, 24))
+ self.radioButton_5.setText("")
+ self.radioButton_5.setObjectName("radioButton_5")
+ self.radioButton_6 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_6.setGeometry(QtCore.QRect(300, 660, 21, 24))
+ self.radioButton_6.setText("")
+ self.radioButton_6.setObjectName("radioButton_6")
+ self.Release = QtWidgets.QLabel(self.frame)
+ self.Release.setGeometry(QtCore.QRect(420, 200, 64, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Release.setFont(font)
+ self.Release.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Release.setObjectName("Release")
+ self.Age = QtWidgets.QLabel(self.frame)
+ self.Age.setGeometry(QtCore.QRect(420, 230, 71, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Age.setFont(font)
+ self.Age.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Age.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Age.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Age.setObjectName("Age")
+ self.Karama = QtWidgets.QLabel(self.frame)
+ self.Karama.setGeometry(QtCore.QRect(420, 260, 21, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Karama.setFont(font)
+ self.Karama.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karama.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karama.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Karama.setObjectName("Karama")
+ self.Status = QtWidgets.QLabel(self.frame)
+ self.Status.setGeometry(QtCore.QRect(610, 200, 64, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Status.setFont(font)
+ self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Status.setObjectName("Status")
+ self.Request = QtWidgets.QLabel(self.frame)
+ self.Request.setGeometry(QtCore.QRect(610, 230, 64, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Request.setFont(font)
+ self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Request.setObjectName("Request")
+ self.Username = QtWidgets.QLabel(self.frame)
+ self.Username.setGeometry(QtCore.QRect(610, 260, 191, 19))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Username.setFont(font)
+ self.Username.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Username.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Username.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Username.setObjectName("Username")
+ self.Release_notes = QtWidgets.QLabel(self.frame)
+ self.Release_notes.setGeometry(QtCore.QRect(340, 100, 451, 21))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(14)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Release_notes.setFont(font)
+ self.Release_notes.setObjectName("Release_notes")
+ self.listWidget_2 = QtWidgets.QListWidget(self.frame)
+ self.listWidget_2.setGeometry(QtCore.QRect(270, 310, 256, 192))
+ self.listWidget_2.setObjectName("listWidget_2")
+ self.Package_name_main.raise_()
+ self.UpdateType.raise_()
+ self.Package_breif.raise_()
+ self.Release_static.raise_()
+ self.Age_static.raise_()
+ self.Karma_static.raise_()
+ self.Status_static.raise_()
+ self.Submitter_static.raise_()
+ self.Request_static.raise_()
+ self.textEdit_2.raise_()
+ self.KarmaMin.raise_()
+ self.karmaZero.raise_()
+ self.karmaPlus.raise_()
+ self.radioButton.raise_()
+ self.radioButton_2.raise_()
+ self.radioButton_3.raise_()
+ self.radioButton_4.raise_()
+ self.radioButton_5.raise_()
+ self.radioButton_6.raise_()
+ self.Release.raise_()
+ self.Age.raise_()
+ self.Karama.raise_()
+ self.Status.raise_()
+ self.Request.raise_()
+ self.Username.raise_()
+ self.frame_2.raise_()
+ self.Release_notes.raise_()
+ self.listWidget_2.raise_()
+ self.label = QtWidgets.QLabel(self.centralwidget)
+ self.label.setGeometry(QtCore.QRect(526, 10, 191, 20))
+ self.label.setAlignment(QtCore.Qt.AlignCenter)
+ self.label.setObjectName("label")
+ self.label_2 = QtWidgets.QLabel(self.centralwidget)
+ self.label_2.setGeometry(QtCore.QRect(720, 10, 91, 20))
+ self.label_2.setCursor(QtGui.QCursor(QtCore.Qt.PointingHandCursor))
+ self.label_2.setAlignment(QtCore.Qt.AlignCenter)
+ self.label_2.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByKeyboard|QtCore.Qt.LinksAccessibleByMouse)
+ self.label_2.setObjectName("label_2")
+ MainWindow.setCentralWidget(self.centralwidget)
+ self.statusbar = QtWidgets.QStatusBar(MainWindow)
+ self.statusbar.setObjectName("statusbar")
+ MainWindow.setStatusBar(self.statusbar)
+
+ self.retranslateUi(MainWindow)
+ QtCore.QMetaObject.connectSlotsByName(MainWindow)
+
+ def retranslateUi(self, MainWindow):
+ _translate = QtCore.QCoreApplication.translate
+ MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
+ self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
+ self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.Release_static.setText(_translate("MainWindow", "Release"))
+ self.Age_static.setText(_translate("MainWindow", "Age"))
+ self.Karma_static.setText(_translate("MainWindow", "Karma"))
+ self.Status_static.setText(_translate("MainWindow", "Status"))
+ self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
+ self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.Release.setText(_translate("MainWindow", "F30"))
+ self.Age.setText(_translate("MainWindow", "xxx Days"))
+ self.Karama.setText(_translate("MainWindow", "0"))
+ self.Status.setText(_translate("MainWindow", "Testing"))
+ self.Request.setText(_translate("MainWindow", "---"))
+ self.Username.setText(_translate("MainWindow", "Username"))
+ self.Release_notes.setText(_translate("MainWindow", "Release_notes"))
+ self.label.setText(_translate("MainWindow", "Logged in as USER"))
+ self.label_2.setText(_translate("MainWindow", "Login"))
+
+
+
+
+if __name__ == "__main__":
+ import sys
+ app = QtWidgets.QApplication(sys.argv)
+ MainWindow = QtWidgets.QMainWindow()
+ ui = Ui_MainWindow()
+ ui.setupUi(MainWindow)
+ MainWindow.show()
+ sys.exit(app.exec_())
From f1499e986cc73fb538ff4c120135f58615b32cbb Mon Sep 17 00:00:00 2001
From: zubin
Date: Jun 23 2019 11:15:52 +0000
Subject: [PATCH 2/18] fetch complete
---
diff --git a/src/main.py b/src/main.py
index d7cd5b3..c6bf96b 100644
--- a/src/main.py
+++ b/src/main.py
@@ -4,8 +4,11 @@ from window import Ui_MainWindow
from PySide2 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtGui, QtWidgets
-def fetch_list():
+
+
+
+def fetch_list():
with open("data/test.json") as json_file:
data = json.load(json_file)
for p in data['updates']:
@@ -19,7 +22,14 @@ def selected():
if p['title']== t[0].text():
ui.Package_name_main.setText(p['title'])
ui.Package_breif.setText(p['alias'])
+ ui.Status.setText(p['status'])
+ ui.Date_submitted.setText(p["date_submitted"])
+ ui.Submit_user.setText(p['user']['name'])
+ ui.Request.setText(p['request'])
+ ui.Karma.setText(str(p['karma']))
+
+
if __name__ == "__main__":
@@ -28,8 +38,11 @@ if __name__ == "__main__":
MainWindow = QtWidgets.QMainWindow()
ui = Ui_MainWindow()
ui.setupUi(MainWindow)
+
+
fetch_list()
- ui.listWidget.itemClicked.connect(selected)
- MainWindow.show()
+ ui.listWidget.itemSelectionChanged.connect(selected)
+
+
MainWindow.show()
sys.exit(app.exec_())
\ No newline at end of file
diff --git a/src/ui/MainWindow.ui b/src/ui/MainWindow.ui
index 873b645..a3fc9a9 100644
--- a/src/ui/MainWindow.ui
+++ b/src/ui/MainWindow.ui
@@ -6,8 +6,8 @@
0
0
- 843
- 797
+ 791
+ 698
@@ -17,688 +17,490 @@
MainWindow
-
-
-
- 10
- 30
- 800
- 741
-
-
-
- false
-
-
- QFrame::StyledPanel
-
-
- QFrame::Raised
-
-
-
-
- 10
- 10
- 250
- 721
-
-
-
- QFrame::StyledPanel
-
-
- QFrame::Raised
-
-
-
-
- 10
- 40
- 231
- 671
-
+
+ -
+
+
+ true
+
+ false
+
+
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
-
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Submitter
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Username
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Release
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+ Submit
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Status
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ 200
+ 0
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
-
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Testing
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Karma
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ ---
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 14
+ 50
+ false
+
+
+
+ Release_notes
+
+
+
+ -
+
+
+
+ 32
+ 32
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 22
+ 50
+ false
+
+
+
+ Package Name
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ date submitted
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Request
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+ -
+
+
+
+ OpenSymbol
+ 12
+ 50
+ false
+
+
+
+ breif
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ F30
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ xxx Days
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ 0
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+
+ Release_static
+ Date_static
+ Karma_static
+ Status_static
+ Submitter_static
+ Request_static
+ textEdit_2
+ radioButton_2
+ radioButton_5
+ Status
+ Request
+ Submit_user
+ frame_2
+ listWidget_2
+ Package_breif
+ Release_notes
+ Package_name_main
+ radioButton
+ radioButton_6
+ radioButton_3
+ radioButton_4
+ pushButton
+ UpdateType
+ Release
+ Date_submitted
+ Karma
-
-
-
- 10
- 14
- 231
- 21
-
+
+ -
+
+
+
+ 150
+ 16777215
+
+
+
+ Login
-
-
-
-
- 340
- 30
- 450
- 30
-
-
-
-
- OpenSymbol
- 22
- 50
- false
-
-
-
- Package Name
-
-
-
-
-
- 280
- 30
- 41
- 21
-
-
-
-
-
-
- 340
- 60
- 451
- 21
-
-
-
-
- OpenSymbol
- 12
- 50
- false
-
-
-
- breif
-
-
-
-
-
- 340
- 200
- 64
- 19
-
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Release
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
-
-
- 340
- 230
- 64
- 19
-
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Age
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
-
-
- 340
- 260
- 64
- 19
-
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Karma
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
-
-
- 540
- 200
- 64
- 19
-
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Status
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
-
-
- 513
- 260
- 91
- 20
-
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Submitter
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
-
-
- 533
- 230
- 71
- 20
-
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Request
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
-
-
- 270
- 510
- 521
- 91
-
-
-
-
-
-
- 270
- 620
- 21
- 16
-
-
-
-
-
-
- 300
- 620
- 21
- 16
-
-
-
-
-
-
- 330
- 620
- 21
- 16
-
-
-
-
-
-
- 300
- 640
- 21
- 24
-
-
-
-
-
-
-
-
-
- 330
- 640
- 21
- 24
-
-
-
-
-
-
-
-
-
- 270
- 640
- 21
- 24
-
-
-
-
-
-
-
-
-
- 270
- 660
- 21
- 24
-
-
-
-
-
-
-
-
-
- 330
- 660
- 21
- 24
-
-
-
-
-
-
-
-
-
- 300
- 660
- 21
- 24
-
-
-
-
-
-
-
-
-
- 420
- 200
- 64
- 19
-
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- F30
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
-
-
- 420
- 230
- 71
- 19
-
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- xxx Days
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
-
-
- 420
- 260
- 21
- 19
-
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- 0
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
-
-
- 610
- 200
- 64
- 19
-
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Testing
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
-
-
- 610
- 230
- 64
- 19
-
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- ---
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
-
-
- 610
- 260
- 191
- 19
-
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Username
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
-
-
- 340
- 100
- 451
- 21
-
-
-
-
- OpenSymbol
- 14
- 50
- false
-
-
-
- Release_notes
-
-
-
-
-
- 270
- 310
- 256
- 192
-
-
-
- Package_name_main
- UpdateType
- Package_breif
- Release_static
- Age_static
- Karma_static
- Status_static
- Submitter_static
- Request_static
- textEdit_2
- KarmaMin
- karmaZero
- karmaPlus
- radioButton
- radioButton_2
- radioButton_3
- radioButton_4
- radioButton_5
- radioButton_6
- Release
- Age
- Karama
- Status
- Request
- Username
- frame_2
- Release_notes
- listWidget_2
-
-
-
-
- 526
- 10
- 191
- 20
-
-
-
- Logged in as USER
-
-
- Qt::AlignCenter
-
-
-
-
-
- 720
- 10
- 91
- 20
-
-
-
- PointingHandCursor
-
-
- Login
-
-
- Qt::AlignCenter
-
-
- Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse
-
-
+
+
diff --git a/src/window.py b/src/window.py
index 5f37b1c..b85f4c0 100644
--- a/src/window.py
+++ b/src/window.py
@@ -12,50 +12,69 @@ from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName("MainWindow")
- MainWindow.resize(843, 797)
+ MainWindow.resize(791, 698)
MainWindow.setMouseTracking(False)
self.centralwidget = QtWidgets.QWidget(MainWindow)
self.centralwidget.setObjectName("centralwidget")
+ self.gridLayout = QtWidgets.QGridLayout(self.centralwidget)
+ self.gridLayout.setObjectName("gridLayout")
self.frame = QtWidgets.QFrame(self.centralwidget)
- self.frame.setGeometry(QtCore.QRect(10, 30, 800, 741))
+ self.frame.setEnabled(True)
self.frame.setAutoFillBackground(False)
+ self.frame.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedKingdom))
self.frame.setFrameShape(QtWidgets.QFrame.StyledPanel)
self.frame.setFrameShadow(QtWidgets.QFrame.Raised)
self.frame.setObjectName("frame")
- self.frame_2 = QtWidgets.QFrame(self.frame)
- self.frame_2.setGeometry(QtCore.QRect(10, 10, 250, 721))
- self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
- self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
- self.frame_2.setObjectName("frame_2")
- self.listWidget = QtWidgets.QListWidget(self.frame_2)
- self.listWidget.setGeometry(QtCore.QRect(10, 40, 231, 671))
- self.listWidget.setObjectName("listWidget")
- self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
- self.lineEdit.setGeometry(QtCore.QRect(10, 14, 231, 21))
- self.lineEdit.setObjectName("lineEdit")
- self.Package_name_main = QtWidgets.QLabel(self.frame)
- self.Package_name_main.setGeometry(QtCore.QRect(340, 30, 450, 30))
+ self.gridLayout_2 = QtWidgets.QGridLayout(self.frame)
+ self.gridLayout_2.setObjectName("gridLayout_2")
+ self.Submitter_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setPointSize(22)
- font.setBold(False)
- font.setWeight(50)
- self.Package_name_main.setFont(font)
- self.Package_name_main.setObjectName("Package_name_main")
- self.UpdateType = QtWidgets.QGraphicsView(self.frame)
- self.UpdateType.setGeometry(QtCore.QRect(280, 30, 41, 21))
- self.UpdateType.setObjectName("UpdateType")
- self.Package_breif = QtWidgets.QLabel(self.frame)
- self.Package_breif.setGeometry(QtCore.QRect(340, 60, 451, 21))
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Submitter_static.setFont(font)
+ self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Submitter_static.setObjectName("Submitter_static")
+ self.gridLayout_2.addWidget(self.Submitter_static, 7, 6, 1, 1)
+ self.radioButton_3 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_3.setText("")
+ self.radioButton_3.setObjectName("radioButton_3")
+ self.gridLayout_2.addWidget(self.radioButton_3, 10, 2, 1, 1, QtCore.Qt.AlignHCenter)
+ self.radioButton_2 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_2.setText("")
+ self.radioButton_2.setObjectName("radioButton_2")
+ self.gridLayout_2.addWidget(self.radioButton_2, 10, 6, 1, 1, QtCore.Qt.AlignHCenter)
+ self.listWidget_2 = QtWidgets.QListWidget(self.frame)
+ self.listWidget_2.setObjectName("listWidget_2")
+ self.gridLayout_2.addWidget(self.listWidget_2, 8, 2, 1, 1)
+ self.radioButton_4 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_4.setText("")
+ self.radioButton_4.setObjectName("radioButton_4")
+ self.gridLayout_2.addWidget(self.radioButton_4, 11, 2, 1, 1, QtCore.Qt.AlignHCenter)
+ self.radioButton = QtWidgets.QRadioButton(self.frame)
+ self.radioButton.setText("")
+ self.radioButton.setObjectName("radioButton")
+ self.gridLayout_2.addWidget(self.radioButton, 11, 3, 1, 1, QtCore.Qt.AlignHCenter)
+ self.Submit_user = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setPointSize(12)
font.setBold(False)
font.setWeight(50)
- self.Package_breif.setFont(font)
- self.Package_breif.setObjectName("Package_breif")
+ font.setKerning(True)
+ self.Submit_user.setFont(font)
+ self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Submit_user.setObjectName("Submit_user")
+ self.gridLayout_2.addWidget(self.Submit_user, 7, 7, 1, 1)
+ self.radioButton_6 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_6.setText("")
+ self.radioButton_6.setObjectName("radioButton_6")
+ self.gridLayout_2.addWidget(self.radioButton_6, 10, 3, 1, 1, QtCore.Qt.AlignHCenter|QtCore.Qt.AlignVCenter)
self.Release_static = QtWidgets.QLabel(self.frame)
- self.Release_static.setGeometry(QtCore.QRect(340, 200, 64, 19))
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
@@ -66,20 +85,49 @@ class Ui_MainWindow(object):
self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Release_static.setObjectName("Release_static")
- self.Age_static = QtWidgets.QLabel(self.frame)
- self.Age_static.setGeometry(QtCore.QRect(340, 230, 64, 19))
+ self.gridLayout_2.addWidget(self.Release_static, 5, 2, 1, 1)
+ self.pushButton = QtWidgets.QPushButton(self.frame)
+ self.pushButton.setObjectName("pushButton")
+ self.gridLayout_2.addWidget(self.pushButton, 12, 3, 1, 1)
+ self.Status_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Age_static.setFont(font)
- self.Age_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Age_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Age_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Age_static.setObjectName("Age_static")
+ self.Status_static.setFont(font)
+ self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Status_static.setObjectName("Status_static")
+ self.gridLayout_2.addWidget(self.Status_static, 5, 6, 1, 1)
+ self.frame_2 = QtWidgets.QFrame(self.frame)
+ self.frame_2.setMinimumSize(QtCore.QSize(200, 0))
+ self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
+ self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
+ self.frame_2.setObjectName("frame_2")
+ self.gridLayout_3 = QtWidgets.QGridLayout(self.frame_2)
+ self.gridLayout_3.setObjectName("gridLayout_3")
+ self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
+ self.lineEdit.setObjectName("lineEdit")
+ self.gridLayout_3.addWidget(self.lineEdit, 0, 0, 1, 1)
+ self.listWidget = QtWidgets.QListWidget(self.frame_2)
+ self.listWidget.setObjectName("listWidget")
+ self.gridLayout_3.addWidget(self.listWidget, 1, 0, 1, 1)
+ self.gridLayout_2.addWidget(self.frame_2, 0, 0, 12, 1)
+ self.Status = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Status.setFont(font)
+ self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Status.setObjectName("Status")
+ self.gridLayout_2.addWidget(self.Status, 5, 7, 1, 1)
self.Karma_static = QtWidgets.QLabel(self.frame)
- self.Karma_static.setGeometry(QtCore.QRect(340, 260, 64, 19))
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
@@ -90,32 +138,58 @@ class Ui_MainWindow(object):
self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Karma_static.setObjectName("Karma_static")
- self.Status_static = QtWidgets.QLabel(self.frame)
- self.Status_static.setGeometry(QtCore.QRect(540, 200, 64, 19))
+ self.gridLayout_2.addWidget(self.Karma_static, 7, 2, 1, 1)
+ self.Request = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
+ font.setBold(False)
+ font.setWeight(50)
font.setKerning(True)
- self.Status_static.setFont(font)
- self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Status_static.setObjectName("Status_static")
- self.Submitter_static = QtWidgets.QLabel(self.frame)
- self.Submitter_static.setGeometry(QtCore.QRect(513, 260, 91, 20))
+ self.Request.setFont(font)
+ self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Request.setObjectName("Request")
+ self.gridLayout_2.addWidget(self.Request, 6, 7, 1, 1)
+ self.Release_notes = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(14)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Release_notes.setFont(font)
+ self.Release_notes.setObjectName("Release_notes")
+ self.gridLayout_2.addWidget(self.Release_notes, 4, 2, 1, 1)
+ self.UpdateType = QtWidgets.QGraphicsView(self.frame)
+ self.UpdateType.setMaximumSize(QtCore.QSize(32, 32))
+ self.UpdateType.setObjectName("UpdateType")
+ self.gridLayout_2.addWidget(self.UpdateType, 1, 1, 1, 1)
+ self.Package_name_main = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(22)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_name_main.setFont(font)
+ self.Package_name_main.setObjectName("Package_name_main")
+ self.gridLayout_2.addWidget(self.Package_name_main, 1, 2, 1, 3)
+ self.radioButton_5 = QtWidgets.QRadioButton(self.frame)
+ self.radioButton_5.setText("")
+ self.radioButton_5.setObjectName("radioButton_5")
+ self.gridLayout_2.addWidget(self.radioButton_5, 11, 6, 1, 1, QtCore.Qt.AlignHCenter|QtCore.Qt.AlignVCenter)
+ self.Date_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Submitter_static.setFont(font)
- self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Submitter_static.setObjectName("Submitter_static")
+ self.Date_static.setFont(font)
+ self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Date_static.setObjectName("Date_static")
+ self.gridLayout_2.addWidget(self.Date_static, 6, 2, 1, 1)
self.Request_static = QtWidgets.QLabel(self.frame)
- self.Request_static.setGeometry(QtCore.QRect(533, 230, 71, 20))
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
@@ -126,44 +200,20 @@ class Ui_MainWindow(object):
self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Request_static.setObjectName("Request_static")
+ self.gridLayout_2.addWidget(self.Request_static, 6, 6, 1, 1)
self.textEdit_2 = QtWidgets.QTextEdit(self.frame)
- self.textEdit_2.setGeometry(QtCore.QRect(270, 510, 521, 91))
self.textEdit_2.setObjectName("textEdit_2")
- self.KarmaMin = QtWidgets.QGraphicsView(self.frame)
- self.KarmaMin.setGeometry(QtCore.QRect(270, 620, 21, 16))
- self.KarmaMin.setObjectName("KarmaMin")
- self.karmaZero = QtWidgets.QGraphicsView(self.frame)
- self.karmaZero.setGeometry(QtCore.QRect(300, 620, 21, 16))
- self.karmaZero.setObjectName("karmaZero")
- self.karmaPlus = QtWidgets.QGraphicsView(self.frame)
- self.karmaPlus.setGeometry(QtCore.QRect(330, 620, 21, 16))
- self.karmaPlus.setObjectName("karmaPlus")
- self.radioButton = QtWidgets.QRadioButton(self.frame)
- self.radioButton.setGeometry(QtCore.QRect(300, 640, 21, 24))
- self.radioButton.setText("")
- self.radioButton.setObjectName("radioButton")
- self.radioButton_2 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_2.setGeometry(QtCore.QRect(330, 640, 21, 24))
- self.radioButton_2.setText("")
- self.radioButton_2.setObjectName("radioButton_2")
- self.radioButton_3 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_3.setGeometry(QtCore.QRect(270, 640, 21, 24))
- self.radioButton_3.setText("")
- self.radioButton_3.setObjectName("radioButton_3")
- self.radioButton_4 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_4.setGeometry(QtCore.QRect(270, 660, 21, 24))
- self.radioButton_4.setText("")
- self.radioButton_4.setObjectName("radioButton_4")
- self.radioButton_5 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_5.setGeometry(QtCore.QRect(330, 660, 21, 24))
- self.radioButton_5.setText("")
- self.radioButton_5.setObjectName("radioButton_5")
- self.radioButton_6 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_6.setGeometry(QtCore.QRect(300, 660, 21, 24))
- self.radioButton_6.setText("")
- self.radioButton_6.setObjectName("radioButton_6")
+ self.gridLayout_2.addWidget(self.textEdit_2, 9, 2, 1, 6)
+ self.Package_breif = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(12)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_breif.setFont(font)
+ self.Package_breif.setObjectName("Package_breif")
+ self.gridLayout_2.addWidget(self.Package_breif, 3, 2, 1, 1)
self.Release = QtWidgets.QLabel(self.frame)
- self.Release.setGeometry(QtCore.QRect(420, 200, 64, 19))
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
@@ -174,116 +224,62 @@ class Ui_MainWindow(object):
self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Release.setObjectName("Release")
- self.Age = QtWidgets.QLabel(self.frame)
- self.Age.setGeometry(QtCore.QRect(420, 230, 71, 19))
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Age.setFont(font)
- self.Age.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Age.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Age.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Age.setObjectName("Age")
- self.Karama = QtWidgets.QLabel(self.frame)
- self.Karama.setGeometry(QtCore.QRect(420, 260, 21, 19))
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Karama.setFont(font)
- self.Karama.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Karama.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Karama.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Karama.setObjectName("Karama")
- self.Status = QtWidgets.QLabel(self.frame)
- self.Status.setGeometry(QtCore.QRect(610, 200, 64, 19))
+ self.gridLayout_2.addWidget(self.Release, 5, 3, 1, 1)
+ self.Date_submitted = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Status.setFont(font)
- self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Status.setObjectName("Status")
- self.Request = QtWidgets.QLabel(self.frame)
- self.Request.setGeometry(QtCore.QRect(610, 230, 64, 19))
+ self.Date_submitted.setFont(font)
+ self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Date_submitted.setObjectName("Date_submitted")
+ self.gridLayout_2.addWidget(self.Date_submitted, 6, 3, 1, 1)
+ self.Karma = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Request.setFont(font)
- self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Request.setObjectName("Request")
- self.Username = QtWidgets.QLabel(self.frame)
- self.Username.setGeometry(QtCore.QRect(610, 260, 191, 19))
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Username.setFont(font)
- self.Username.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Username.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Username.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Username.setObjectName("Username")
- self.Release_notes = QtWidgets.QLabel(self.frame)
- self.Release_notes.setGeometry(QtCore.QRect(340, 100, 451, 21))
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setPointSize(14)
- font.setBold(False)
- font.setWeight(50)
- self.Release_notes.setFont(font)
- self.Release_notes.setObjectName("Release_notes")
- self.listWidget_2 = QtWidgets.QListWidget(self.frame)
- self.listWidget_2.setGeometry(QtCore.QRect(270, 310, 256, 192))
- self.listWidget_2.setObjectName("listWidget_2")
- self.Package_name_main.raise_()
- self.UpdateType.raise_()
- self.Package_breif.raise_()
+ self.Karma.setFont(font)
+ self.Karma.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Karma.setObjectName("Karma")
+ self.gridLayout_2.addWidget(self.Karma, 7, 3, 1, 1)
self.Release_static.raise_()
- self.Age_static.raise_()
+ self.Date_static.raise_()
self.Karma_static.raise_()
self.Status_static.raise_()
self.Submitter_static.raise_()
self.Request_static.raise_()
self.textEdit_2.raise_()
- self.KarmaMin.raise_()
- self.karmaZero.raise_()
- self.karmaPlus.raise_()
- self.radioButton.raise_()
self.radioButton_2.raise_()
- self.radioButton_3.raise_()
- self.radioButton_4.raise_()
self.radioButton_5.raise_()
- self.radioButton_6.raise_()
- self.Release.raise_()
- self.Age.raise_()
- self.Karama.raise_()
self.Status.raise_()
self.Request.raise_()
- self.Username.raise_()
+ self.Submit_user.raise_()
self.frame_2.raise_()
- self.Release_notes.raise_()
self.listWidget_2.raise_()
- self.label = QtWidgets.QLabel(self.centralwidget)
- self.label.setGeometry(QtCore.QRect(526, 10, 191, 20))
- self.label.setAlignment(QtCore.Qt.AlignCenter)
- self.label.setObjectName("label")
- self.label_2 = QtWidgets.QLabel(self.centralwidget)
- self.label_2.setGeometry(QtCore.QRect(720, 10, 91, 20))
- self.label_2.setCursor(QtGui.QCursor(QtCore.Qt.PointingHandCursor))
- self.label_2.setAlignment(QtCore.Qt.AlignCenter)
- self.label_2.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByKeyboard|QtCore.Qt.LinksAccessibleByMouse)
- self.label_2.setObjectName("label_2")
+ self.Package_breif.raise_()
+ self.Release_notes.raise_()
+ self.Package_name_main.raise_()
+ self.radioButton.raise_()
+ self.radioButton_6.raise_()
+ self.radioButton_3.raise_()
+ self.radioButton_4.raise_()
+ self.pushButton.raise_()
+ self.UpdateType.raise_()
+ self.Release.raise_()
+ self.Date_submitted.raise_()
+ self.Karma.raise_()
+ self.gridLayout.addWidget(self.frame, 2, 0, 1, 2)
+ self.Logged_user = QtWidgets.QLabel(self.centralwidget)
+ self.Logged_user.setMaximumSize(QtCore.QSize(150, 16777215))
+ self.Logged_user.setObjectName("Logged_user")
+ self.gridLayout.addWidget(self.Logged_user, 0, 1, 1, 1)
MainWindow.setCentralWidget(self.centralwidget)
self.statusbar = QtWidgets.QStatusBar(MainWindow)
self.statusbar.setObjectName("statusbar")
@@ -295,32 +291,22 @@ class Ui_MainWindow(object):
def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
- self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
- self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
+ self.Submit_user.setText(_translate("MainWindow", "Username"))
self.Release_static.setText(_translate("MainWindow", "Release"))
- self.Age_static.setText(_translate("MainWindow", "Age"))
- self.Karma_static.setText(_translate("MainWindow", "Karma"))
+ self.pushButton.setText(_translate("MainWindow", "Submit"))
self.Status_static.setText(_translate("MainWindow", "Status"))
- self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
- self.Request_static.setText(_translate("MainWindow", "Request"))
- self.Release.setText(_translate("MainWindow", "F30"))
- self.Age.setText(_translate("MainWindow", "xxx Days"))
- self.Karama.setText(_translate("MainWindow", "0"))
self.Status.setText(_translate("MainWindow", "Testing"))
+ self.Karma_static.setText(_translate("MainWindow", "Karma"))
self.Request.setText(_translate("MainWindow", "---"))
- self.Username.setText(_translate("MainWindow", "Username"))
self.Release_notes.setText(_translate("MainWindow", "Release_notes"))
- self.label.setText(_translate("MainWindow", "Logged in as USER"))
- self.label_2.setText(_translate("MainWindow", "Login"))
-
-
+ self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
+ self.Date_static.setText(_translate("MainWindow", "date submitted"))
+ self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.Release.setText(_translate("MainWindow", "F30"))
+ self.Date_submitted.setText(_translate("MainWindow", "xxx Days"))
+ self.Karma.setText(_translate("MainWindow", "0"))
+ self.Logged_user.setText(_translate("MainWindow", "Login"))
-if __name__ == "__main__":
- import sys
- app = QtWidgets.QApplication(sys.argv)
- MainWindow = QtWidgets.QMainWindow()
- ui = Ui_MainWindow()
- ui.setupUi(MainWindow)
- MainWindow.show()
- sys.exit(app.exec_())
From bb4d1fcd487ea6e145824a7644892b63aa952508 Mon Sep 17 00:00:00 2001
From: zubin
Date: Jun 30 2019 13:52:22 +0000
Subject: [PATCH 3/18] commnts list
---
diff --git a/src/main.py b/src/main.py
index c6bf96b..72f6290 100644
--- a/src/main.py
+++ b/src/main.py
@@ -6,19 +6,29 @@ from PyQt5 import QtCore, QtGui, QtWidgets
-
+json_file = open("data/test.json","r")
+data = json.load(json_file)
+
def fetch_list():
- with open("data/test.json") as json_file:
- data = json.load(json_file)
- for p in data['updates']:
- ui.listWidget.addItem(p['title'])
+ for p in data['updates']:
+ ui.listWidget.addItem(p['title'])
+def populate_comments(t):
+ try:
+ for comments in t['comments']:
+ comment = QtWidgets.QTreeWidgetItem()
+ comment.setText(0, str(comments['id']))
+ comment.setText(1, str(comments['karma']))
+ comment.setText(2, str(comments['user']['name']))
+ comment.setText(3, str(comments['text']))
+ ui.treeWidget_comment.insertTopLevelItem(0,comment)
+ except:
+ pass
def selected():
- with open("data/test.json") as json_file:
- data = json.load(json_file)
- t = ui.listWidget.selectedItems()
- for p in data['updates']:
+ try:
+ t = ui.listWidget.selectedItems()
+ for p in data['updates']:
if p['title']== t[0].text():
ui.Package_name_main.setText(p['title'])
ui.Package_breif.setText(p['alias'])
@@ -27,22 +37,31 @@ def selected():
ui.Submit_user.setText(p['user']['name'])
ui.Request.setText(p['request'])
ui.Karma.setText(str(p['karma']))
+ ui.Release_notes.setText(p['notes'])
+ ui.treeWidget_comment.clear()
+ populate_comments(p)
+ except:
+ pass #added this because clearing searchbar causes and index error TODO
-
+def searching():
+ with open("data/test.json") as json_file:
+ data = json.load(json_file)
+ ui.listWidget.clear()
+ for p in data['updates']:
+ if str(ui.lineEdit.text()) in p['title']:
+ ui.listWidget.addItem(p['title'])
if __name__ == "__main__":
-
app = QtWidgets.QApplication(sys.argv)
MainWindow = QtWidgets.QMainWindow()
ui = Ui_MainWindow()
ui.setupUi(MainWindow)
-
-
+
fetch_list()
ui.listWidget.itemSelectionChanged.connect(selected)
-
+ ui.lineEdit.textEdited.connect(searching)
MainWindow.show()
sys.exit(app.exec_())
\ No newline at end of file
diff --git a/src/ui/MainWindow.ui b/src/ui/MainWindow.ui
index a3fc9a9..95e51f1 100644
--- a/src/ui/MainWindow.ui
+++ b/src/ui/MainWindow.ui
@@ -6,8 +6,8 @@
0
0
- 791
- 698
+ 1032
+ 766
@@ -36,8 +36,30 @@
QFrame::Raised
- -
-
+
-
+
+
+ TextLabel
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 22
+ 50
+ false
+
+
+
+ Package Name
+
+
+
+ -
+
OpenSymbol
@@ -53,51 +75,20 @@
Qt::LeftToRight
- Submitter
+ Karma
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
-
-
-
-
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
-
-
-
- -
-
-
-
-
-
-
- -
-
+
-
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -108,22 +99,15 @@
Qt::LeftToRight
- Username
+ Release
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
- -
-
-
-
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -139,50 +123,102 @@
Qt::LeftToRight
- Release
+ date submitted
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
+
-
+
+
+
+ OpenSymbol
+ 12
+ 50
+ false
+
+
+
+ breif
+
+
+
+ -
Submit
- -
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
+
-
+
+
+
+ 32
+ 32
+
-
- Qt::LeftToRight
+
+
+ -
+
+
+
+ 16777215
+ 100
+
-
- Status
+
+
+ -
+
+
+
+ 400
+ 16777215
+
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+ -
+
+
+ 0
+
+ 1
+
+
-
+
+ -1
+
+
+ -
+
+ 0
+
+
+ -
+
+ +1
+
+
- -
+
-
- 200
- 0
+ 300
+ 600
+
+
+
+
+ 300
+ 16777215
@@ -201,8 +237,32 @@
- -
-
+
-
+
+
+
+ #
+
+
+
+
+ karma
+
+
+
+
+ user
+
+
+
+
+ comment
+
+
+
+
+ -
+
OpenSymbol
@@ -218,20 +278,20 @@
Qt::LeftToRight
- Testing
+ F30
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -242,15 +302,15 @@
Qt::LeftToRight
- Karma
+ xxx Days
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -266,62 +326,15 @@
Qt::LeftToRight
- ---
+ 0
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
-
-
- OpenSymbol
- 14
- 50
- false
-
-
-
- Release_notes
-
-
-
- -
-
-
-
- 32
- 32
-
-
-
-
- -
-
-
-
- OpenSymbol
- 22
- 50
- false
-
-
-
- Package Name
-
-
-
- -
-
-
-
-
-
-
- -
-
+
-
+
OpenSymbol
@@ -337,14 +350,14 @@
Qt::LeftToRight
- date submitted
+ Submitter
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
+
-
@@ -368,31 +381,37 @@
- -
-
-
- -
-
+
-
+
OpenSymbol
- 12
50
false
+ true
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
- breif
+ Username
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -403,15 +422,15 @@
Qt::LeftToRight
- F30
+ Status
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -427,15 +446,15 @@
Qt::LeftToRight
- xxx Days
+ Testing
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -451,7 +470,7 @@
Qt::LeftToRight
- 0
+
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
@@ -459,32 +478,28 @@
- Release_static
- Date_static
Karma_static
- Status_static
- Submitter_static
- Request_static
- textEdit_2
- radioButton_2
- radioButton_5
- Status
- Request
- Submit_user
frame_2
- listWidget_2
Package_breif
- Release_notes
+ textEdit
+ listWidget_3
+ UpdateType
Package_name_main
- radioButton
- radioButton_6
- radioButton_3
- radioButton_4
+ Release_static
+ Date_static
+ comboBox
pushButton
- UpdateType
+ Release_notes
+ treeWidget_comment
Release
Date_submitted
Karma
+ Submitter_static
+ Request_static
+ Submit_user
+ Status_static
+ Status
+ Request
-
diff --git a/src/window.py b/src/window.py
index b85f4c0..8f93089 100644
--- a/src/window.py
+++ b/src/window.py
@@ -12,7 +12,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName("MainWindow")
- MainWindow.resize(791, 698)
+ MainWindow.resize(1032, 766)
MainWindow.setMouseTracking(False)
self.centralwidget = QtWidgets.QWidget(MainWindow)
self.centralwidget.setObjectName("centralwidget")
@@ -27,53 +27,30 @@ class Ui_MainWindow(object):
self.frame.setObjectName("frame")
self.gridLayout_2 = QtWidgets.QGridLayout(self.frame)
self.gridLayout_2.setObjectName("gridLayout_2")
- self.Submitter_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Submitter_static.setFont(font)
- self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Submitter_static.setObjectName("Submitter_static")
- self.gridLayout_2.addWidget(self.Submitter_static, 7, 6, 1, 1)
- self.radioButton_3 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_3.setText("")
- self.radioButton_3.setObjectName("radioButton_3")
- self.gridLayout_2.addWidget(self.radioButton_3, 10, 2, 1, 1, QtCore.Qt.AlignHCenter)
- self.radioButton_2 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_2.setText("")
- self.radioButton_2.setObjectName("radioButton_2")
- self.gridLayout_2.addWidget(self.radioButton_2, 10, 6, 1, 1, QtCore.Qt.AlignHCenter)
- self.listWidget_2 = QtWidgets.QListWidget(self.frame)
- self.listWidget_2.setObjectName("listWidget_2")
- self.gridLayout_2.addWidget(self.listWidget_2, 8, 2, 1, 1)
- self.radioButton_4 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_4.setText("")
- self.radioButton_4.setObjectName("radioButton_4")
- self.gridLayout_2.addWidget(self.radioButton_4, 11, 2, 1, 1, QtCore.Qt.AlignHCenter)
- self.radioButton = QtWidgets.QRadioButton(self.frame)
- self.radioButton.setText("")
- self.radioButton.setObjectName("radioButton")
- self.gridLayout_2.addWidget(self.radioButton, 11, 3, 1, 1, QtCore.Qt.AlignHCenter)
- self.Submit_user = QtWidgets.QLabel(self.frame)
+ self.Release_notes = QtWidgets.QLabel(self.frame)
+ self.Release_notes.setObjectName("Release_notes")
+ self.gridLayout_2.addWidget(self.Release_notes, 8, 3, 1, 7)
+ self.Package_name_main = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
+ font.setPointSize(22)
font.setBold(False)
font.setWeight(50)
+ self.Package_name_main.setFont(font)
+ self.Package_name_main.setObjectName("Package_name_main")
+ self.gridLayout_2.addWidget(self.Package_name_main, 6, 3, 1, 4)
+ self.Karma_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
font.setKerning(True)
- self.Submit_user.setFont(font)
- self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Submit_user.setObjectName("Submit_user")
- self.gridLayout_2.addWidget(self.Submit_user, 7, 7, 1, 1)
- self.radioButton_6 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_6.setText("")
- self.radioButton_6.setObjectName("radioButton_6")
- self.gridLayout_2.addWidget(self.radioButton_6, 10, 3, 1, 1, QtCore.Qt.AlignHCenter|QtCore.Qt.AlignVCenter)
+ self.Karma_static.setFont(font)
+ self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Karma_static.setObjectName("Karma_static")
+ self.gridLayout_2.addWidget(self.Karma_static, 12, 3, 1, 1)
self.Release_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -85,24 +62,52 @@ class Ui_MainWindow(object):
self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Release_static.setObjectName("Release_static")
- self.gridLayout_2.addWidget(self.Release_static, 5, 2, 1, 1)
- self.pushButton = QtWidgets.QPushButton(self.frame)
- self.pushButton.setObjectName("pushButton")
- self.gridLayout_2.addWidget(self.pushButton, 12, 3, 1, 1)
- self.Status_static = QtWidgets.QLabel(self.frame)
+ self.gridLayout_2.addWidget(self.Release_static, 9, 3, 1, 1)
+ self.Date_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Status_static.setFont(font)
- self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Status_static.setObjectName("Status_static")
- self.gridLayout_2.addWidget(self.Status_static, 5, 6, 1, 1)
+ self.Date_static.setFont(font)
+ self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Date_static.setObjectName("Date_static")
+ self.gridLayout_2.addWidget(self.Date_static, 10, 3, 1, 1)
+ self.Package_breif = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(12)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_breif.setFont(font)
+ self.Package_breif.setObjectName("Package_breif")
+ self.gridLayout_2.addWidget(self.Package_breif, 7, 3, 1, 1)
+ self.pushButton = QtWidgets.QPushButton(self.frame)
+ self.pushButton.setObjectName("pushButton")
+ self.gridLayout_2.addWidget(self.pushButton, 23, 6, 1, 2)
+ self.UpdateType = QtWidgets.QGraphicsView(self.frame)
+ self.UpdateType.setMaximumSize(QtCore.QSize(32, 32))
+ self.UpdateType.setObjectName("UpdateType")
+ self.gridLayout_2.addWidget(self.UpdateType, 4, 3, 1, 1)
+ self.textEdit = QtWidgets.QTextEdit(self.frame)
+ self.textEdit.setMaximumSize(QtCore.QSize(16777215, 100))
+ self.textEdit.setObjectName("textEdit")
+ self.gridLayout_2.addWidget(self.textEdit, 15, 3, 1, 7)
+ self.listWidget_3 = QtWidgets.QListWidget(self.frame)
+ self.listWidget_3.setMaximumSize(QtCore.QSize(400, 16777215))
+ self.listWidget_3.setObjectName("listWidget_3")
+ self.gridLayout_2.addWidget(self.listWidget_3, 14, 3, 1, 2)
+ self.comboBox = QtWidgets.QComboBox(self.frame)
+ self.comboBox.setObjectName("comboBox")
+ self.comboBox.addItem("")
+ self.comboBox.addItem("")
+ self.comboBox.addItem("")
+ self.gridLayout_2.addWidget(self.comboBox, 23, 3, 1, 1)
self.frame_2 = QtWidgets.QFrame(self.frame)
- self.frame_2.setMinimumSize(QtCore.QSize(200, 0))
+ self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
+ self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
self.frame_2.setObjectName("frame_2")
@@ -114,81 +119,58 @@ class Ui_MainWindow(object):
self.listWidget = QtWidgets.QListWidget(self.frame_2)
self.listWidget.setObjectName("listWidget")
self.gridLayout_3.addWidget(self.listWidget, 1, 0, 1, 1)
- self.gridLayout_2.addWidget(self.frame_2, 0, 0, 12, 1)
- self.Status = QtWidgets.QLabel(self.frame)
+ self.gridLayout_2.addWidget(self.frame_2, 0, 0, 24, 1)
+ self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
+ self.treeWidget_comment.setObjectName("treeWidget_comment")
+ self.gridLayout_2.addWidget(self.treeWidget_comment, 14, 5, 1, 5)
+ self.Release = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Status.setFont(font)
- self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Status.setObjectName("Status")
- self.gridLayout_2.addWidget(self.Status, 5, 7, 1, 1)
- self.Karma_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Karma_static.setFont(font)
- self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Karma_static.setObjectName("Karma_static")
- self.gridLayout_2.addWidget(self.Karma_static, 7, 2, 1, 1)
- self.Request = QtWidgets.QLabel(self.frame)
+ self.Release.setFont(font)
+ self.Release.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Release.setObjectName("Release")
+ self.gridLayout_2.addWidget(self.Release, 9, 4, 1, 1)
+ self.Date_submitted = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Request.setFont(font)
- self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Request.setObjectName("Request")
- self.gridLayout_2.addWidget(self.Request, 6, 7, 1, 1)
- self.Release_notes = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setPointSize(14)
- font.setBold(False)
- font.setWeight(50)
- self.Release_notes.setFont(font)
- self.Release_notes.setObjectName("Release_notes")
- self.gridLayout_2.addWidget(self.Release_notes, 4, 2, 1, 1)
- self.UpdateType = QtWidgets.QGraphicsView(self.frame)
- self.UpdateType.setMaximumSize(QtCore.QSize(32, 32))
- self.UpdateType.setObjectName("UpdateType")
- self.gridLayout_2.addWidget(self.UpdateType, 1, 1, 1, 1)
- self.Package_name_main = QtWidgets.QLabel(self.frame)
+ self.Date_submitted.setFont(font)
+ self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Date_submitted.setObjectName("Date_submitted")
+ self.gridLayout_2.addWidget(self.Date_submitted, 10, 4, 1, 1)
+ self.Karma = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setPointSize(22)
font.setBold(False)
font.setWeight(50)
- self.Package_name_main.setFont(font)
- self.Package_name_main.setObjectName("Package_name_main")
- self.gridLayout_2.addWidget(self.Package_name_main, 1, 2, 1, 3)
- self.radioButton_5 = QtWidgets.QRadioButton(self.frame)
- self.radioButton_5.setText("")
- self.radioButton_5.setObjectName("radioButton_5")
- self.gridLayout_2.addWidget(self.radioButton_5, 11, 6, 1, 1, QtCore.Qt.AlignHCenter|QtCore.Qt.AlignVCenter)
- self.Date_static = QtWidgets.QLabel(self.frame)
+ font.setKerning(True)
+ self.Karma.setFont(font)
+ self.Karma.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Karma.setObjectName("Karma")
+ self.gridLayout_2.addWidget(self.Karma, 12, 4, 1, 1)
+ self.Submitter_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Date_static.setFont(font)
- self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Date_static.setObjectName("Date_static")
- self.gridLayout_2.addWidget(self.Date_static, 6, 2, 1, 1)
+ self.Submitter_static.setFont(font)
+ self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Submitter_static.setObjectName("Submitter_static")
+ self.gridLayout_2.addWidget(self.Submitter_static, 12, 5, 1, 1)
self.Request_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -200,81 +182,78 @@ class Ui_MainWindow(object):
self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Request_static.setObjectName("Request_static")
- self.gridLayout_2.addWidget(self.Request_static, 6, 6, 1, 1)
- self.textEdit_2 = QtWidgets.QTextEdit(self.frame)
- self.textEdit_2.setObjectName("textEdit_2")
- self.gridLayout_2.addWidget(self.textEdit_2, 9, 2, 1, 6)
- self.Package_breif = QtWidgets.QLabel(self.frame)
+ self.gridLayout_2.addWidget(self.Request_static, 10, 5, 1, 1)
+ self.Submit_user = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setPointSize(12)
font.setBold(False)
font.setWeight(50)
- self.Package_breif.setFont(font)
- self.Package_breif.setObjectName("Package_breif")
- self.gridLayout_2.addWidget(self.Package_breif, 3, 2, 1, 1)
- self.Release = QtWidgets.QLabel(self.frame)
+ font.setKerning(True)
+ self.Submit_user.setFont(font)
+ self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Submit_user.setObjectName("Submit_user")
+ self.gridLayout_2.addWidget(self.Submit_user, 12, 6, 1, 1)
+ self.Status_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
+ font.setBold(True)
+ font.setWeight(75)
font.setKerning(True)
- self.Release.setFont(font)
- self.Release.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Release.setObjectName("Release")
- self.gridLayout_2.addWidget(self.Release, 5, 3, 1, 1)
- self.Date_submitted = QtWidgets.QLabel(self.frame)
+ self.Status_static.setFont(font)
+ self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Status_static.setObjectName("Status_static")
+ self.gridLayout_2.addWidget(self.Status_static, 9, 5, 1, 1)
+ self.Status = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Date_submitted.setFont(font)
- self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Date_submitted.setObjectName("Date_submitted")
- self.gridLayout_2.addWidget(self.Date_submitted, 6, 3, 1, 1)
- self.Karma = QtWidgets.QLabel(self.frame)
+ self.Status.setFont(font)
+ self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Status.setObjectName("Status")
+ self.gridLayout_2.addWidget(self.Status, 9, 6, 1, 1)
+ self.Request = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Karma.setFont(font)
- self.Karma.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Karma.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Karma.setObjectName("Karma")
- self.gridLayout_2.addWidget(self.Karma, 7, 3, 1, 1)
- self.Release_static.raise_()
- self.Date_static.raise_()
+ self.Request.setFont(font)
+ self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request.setText("")
+ self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Request.setObjectName("Request")
+ self.gridLayout_2.addWidget(self.Request, 10, 6, 1, 1)
self.Karma_static.raise_()
- self.Status_static.raise_()
- self.Submitter_static.raise_()
- self.Request_static.raise_()
- self.textEdit_2.raise_()
- self.radioButton_2.raise_()
- self.radioButton_5.raise_()
- self.Status.raise_()
- self.Request.raise_()
- self.Submit_user.raise_()
self.frame_2.raise_()
- self.listWidget_2.raise_()
self.Package_breif.raise_()
- self.Release_notes.raise_()
+ self.textEdit.raise_()
+ self.listWidget_3.raise_()
+ self.UpdateType.raise_()
self.Package_name_main.raise_()
- self.radioButton.raise_()
- self.radioButton_6.raise_()
- self.radioButton_3.raise_()
- self.radioButton_4.raise_()
+ self.Release_static.raise_()
+ self.Date_static.raise_()
+ self.comboBox.raise_()
self.pushButton.raise_()
- self.UpdateType.raise_()
+ self.Release_notes.raise_()
+ self.treeWidget_comment.raise_()
self.Release.raise_()
self.Date_submitted.raise_()
self.Karma.raise_()
+ self.Submitter_static.raise_()
+ self.Request_static.raise_()
+ self.Submit_user.raise_()
+ self.Status_static.raise_()
+ self.Status.raise_()
+ self.Request.raise_()
self.gridLayout.addWidget(self.frame, 2, 0, 1, 2)
self.Logged_user = QtWidgets.QLabel(self.centralwidget)
self.Logged_user.setMaximumSize(QtCore.QSize(150, 16777215))
@@ -286,27 +265,45 @@ class Ui_MainWindow(object):
MainWindow.setStatusBar(self.statusbar)
self.retranslateUi(MainWindow)
+ self.comboBox.setCurrentIndex(1)
QtCore.QMetaObject.connectSlotsByName(MainWindow)
def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
- self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
- self.Submit_user.setText(_translate("MainWindow", "Username"))
- self.Release_static.setText(_translate("MainWindow", "Release"))
- self.pushButton.setText(_translate("MainWindow", "Submit"))
- self.Status_static.setText(_translate("MainWindow", "Status"))
- self.Status.setText(_translate("MainWindow", "Testing"))
- self.Karma_static.setText(_translate("MainWindow", "Karma"))
- self.Request.setText(_translate("MainWindow", "---"))
- self.Release_notes.setText(_translate("MainWindow", "Release_notes"))
+ self.Release_notes.setText(_translate("MainWindow", "TextLabel"))
self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
+ self.Karma_static.setText(_translate("MainWindow", "Karma"))
+ self.Release_static.setText(_translate("MainWindow", "Release"))
self.Date_static.setText(_translate("MainWindow", "date submitted"))
- self.Request_static.setText(_translate("MainWindow", "Request"))
self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.pushButton.setText(_translate("MainWindow", "Submit"))
+ self.comboBox.setCurrentText(_translate("MainWindow", "0"))
+ self.comboBox.setItemText(0, _translate("MainWindow", "-1"))
+ self.comboBox.setItemText(1, _translate("MainWindow", "0"))
+ self.comboBox.setItemText(2, _translate("MainWindow", "+1"))
+ self.treeWidget_comment.headerItem().setText(0, _translate("MainWindow", "#"))
+ self.treeWidget_comment.headerItem().setText(1, _translate("MainWindow", "karma"))
+ self.treeWidget_comment.headerItem().setText(2, _translate("MainWindow", "user"))
+ self.treeWidget_comment.headerItem().setText(3, _translate("MainWindow", "comment"))
self.Release.setText(_translate("MainWindow", "F30"))
self.Date_submitted.setText(_translate("MainWindow", "xxx Days"))
self.Karma.setText(_translate("MainWindow", "0"))
+ self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
+ self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.Submit_user.setText(_translate("MainWindow", "Username"))
+ self.Status_static.setText(_translate("MainWindow", "Status"))
+ self.Status.setText(_translate("MainWindow", "Testing"))
self.Logged_user.setText(_translate("MainWindow", "Login"))
+
+
+if __name__ == "__main__":
+ import sys
+ app = QtWidgets.QApplication(sys.argv)
+ MainWindow = QtWidgets.QMainWindow()
+ ui = Ui_MainWindow()
+ ui.setupUi(MainWindow)
+ MainWindow.show()
+ sys.exit(app.exec_())
From 8a220892ede74dd7032eb01679adc8ee03cedb4a Mon Sep 17 00:00:00 2001
From: zubin
Date: Jul 04 2019 08:07:42 +0000
Subject: [PATCH 4/18] image and object orientation
---
diff --git a/src/bodhiCalls.py b/src/bodhiCalls.py
index 6cefb1b..79fad0e 100644
--- a/src/bodhiCalls.py
+++ b/src/bodhiCalls.py
@@ -1,13 +1,12 @@
+# import iniparse
+# import ini
import requests
+import dnf
from fedora.client.bodhi import Bodhi2Client
import pprint
-bc = Bodhi2Client()
-
+bc = Bodhi2Client(base_url='https://bodhi.fedoraproject.org/', username="imzubin", password="neverfallin10v3")
args = {}
-args["releases"] = "30"
-args["limit"] = "1"
-
-args.pop('limit', None)
-print(bc.query(**args))
+x = bc.csrf()
+print(x)
\ No newline at end of file
diff --git a/src/main.py b/src/main.py
index 72f6290..a114213 100644
--- a/src/main.py
+++ b/src/main.py
@@ -8,60 +8,71 @@ from PyQt5 import QtCore, QtGui, QtWidgets
json_file = open("data/test.json","r")
data = json.load(json_file)
-
-def fetch_list():
- for p in data['updates']:
- ui.listWidget.addItem(p['title'])
+class Main():
+ def __init__(self):
+
+ app = QtWidgets.QApplication(sys.argv)
+ MainWindow = QtWidgets.QMainWindow()
+ self.ui = Ui_MainWindow()
+ self.ui.setupUi(MainWindow)
+
+ self.fetch_list()
+ self.ui.listWidget.itemSelectionChanged.connect(self.selected)
+ self.ui.lineEdit.textEdited.connect(self.searching)
+
+ self.image = QtGui.QPixmap("/home/imzubin/projects/fedora-gooey-karma/assets/image.png")
+
+ MainWindow.show()
+ sys.exit(app.exec_())
-def populate_comments(t):
- try:
- for comments in t['comments']:
- comment = QtWidgets.QTreeWidgetItem()
- comment.setText(0, str(comments['id']))
- comment.setText(1, str(comments['karma']))
- comment.setText(2, str(comments['user']['name']))
- comment.setText(3, str(comments['text']))
- ui.treeWidget_comment.insertTopLevelItem(0,comment)
- except:
- pass
-def selected():
- try:
- t = ui.listWidget.selectedItems()
- for p in data['updates']:
- if p['title']== t[0].text():
- ui.Package_name_main.setText(p['title'])
- ui.Package_breif.setText(p['alias'])
- ui.Status.setText(p['status'])
- ui.Date_submitted.setText(p["date_submitted"])
- ui.Submit_user.setText(p['user']['name'])
- ui.Request.setText(p['request'])
- ui.Karma.setText(str(p['karma']))
- ui.Release_notes.setText(p['notes'])
- ui.treeWidget_comment.clear()
- populate_comments(p)
-
- except:
- pass #added this because clearing searchbar causes and index error TODO
-def searching():
- with open("data/test.json") as json_file:
- data = json.load(json_file)
- ui.listWidget.clear()
- for p in data['updates']:
- if str(ui.lineEdit.text()) in p['title']:
- ui.listWidget.addItem(p['title'])
+ def fetch_list(self):
+ for p in data['updates']:
+ self.ui.listWidget.addItem(p['title'])
+ def populate_comments(self, t):
+ try:
+ for comments in t['comments']:
+ comment = QtWidgets.QTreeWidgetItem()
+ comment.setText(0, str(comments['id']))
+ comment.setText(1, str(comments['karma']))
+ comment.setText(2, str(comments['user']['name']))
+ comment.setText(3, str(comments['text']))
+ self.ui.treeWidget_comment.insertTopLevelItem(0,comment)
+ except:
+ pass
-if __name__ == "__main__":
- app = QtWidgets.QApplication(sys.argv)
- MainWindow = QtWidgets.QMainWindow()
- ui = Ui_MainWindow()
- ui.setupUi(MainWindow)
- fetch_list()
- ui.listWidget.itemSelectionChanged.connect(selected)
- ui.lineEdit.textEdited.connect(searching)
-
- MainWindow.show()
- sys.exit(app.exec_())
\ No newline at end of file
+ def selected(self):
+ try:
+ t = self.ui.listWidget.selectedItems()
+ for p in data['updates']:
+ if p['title']== t[0].text():
+ self.ui.Package_name_main.setText(p['title'])
+ self.ui.Package_breif.setText(p['alias'])
+ self.ui.Status.setText(p['status'])
+ self.ui.Date_submitted.setText(p["date_submitted"])
+ self.ui.Submit_user.setText(p['user']['name'])
+ self.ui.Request.setText(p['request'])
+ self.ui.Karma.setText(str(p['karma']))
+ self.ui.Release_notes.setText(p['notes'])
+ self.ui.treeWidget_comment.clear()
+ self.ui.UpdateType.setPixmap(self.image)
+ self.populate_comments(p)
+
+ except Exception as e:
+ print(e)
+ pass
+
+ def searching(self):
+ with open("data/test.json") as json_file:
+ data = json.load(json_file)
+ self.ui.listWidget.clear()
+ for p in data['updates']:
+ if str(self.ui.lineEdit.text()) in p['title']:
+ self.ui.listWidget.addItem(p['title'])
+
+
+if __name__ == "__main__":
+ app = Main()
\ No newline at end of file
diff --git a/src/ui/MainWindow.ui b/src/ui/MainWindow.ui
index 95e51f1..f733647 100644
--- a/src/ui/MainWindow.ui
+++ b/src/ui/MainWindow.ui
@@ -36,30 +36,8 @@
QFrame::Raised
-
-
-
-
- TextLabel
-
-
-
- -
-
-
-
- OpenSymbol
- 22
- 50
- false
-
-
-
- Package Name
-
-
-
- -
-
+
-
+
OpenSymbol
@@ -75,15 +53,15 @@
Qt::LeftToRight
- Karma
+ Release
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -99,20 +77,20 @@
Qt::LeftToRight
- Release
+ Karma
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -123,151 +101,44 @@
Qt::LeftToRight
- date submitted
+ Username
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 12
- 50
- false
+ 75
+ true
+ true
-
- breif
-
-
-
- -
-
-
- Submit
-
-
-
- -
-
-
-
- 32
- 32
-
-
-
-
- -
-
-
-
- 16777215
- 100
-
-
-
-
- -
-
-
-
- 400
- 16777215
-
-
-
-
- -
-
-
- 0
-
-
- 1
-
-
-
-
- -1
-
-
- -
-
- 0
-
-
- -
-
- +1
-
-
-
-
- -
-
-
-
- 300
- 600
-
+
+ ArrowCursor
-
-
- 300
- 16777215
-
+
+ Qt::LeftToRight
-
- QFrame::StyledPanel
+
+ Submitter
-
- QFrame::Raised
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
-
-
- -
-
-
-
- -
-
-
-
- #
-
-
-
-
- karma
-
-
-
-
- user
-
-
-
-
- comment
-
-
-
-
- -
-
+
-
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -278,20 +149,20 @@
Qt::LeftToRight
- F30
+ Request
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -302,15 +173,15 @@
Qt::LeftToRight
- xxx Days
+ Status
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -326,15 +197,22 @@
Qt::LeftToRight
- 0
+
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
+
+ TextLabel
+
+
+
+ -
+
OpenSymbol
@@ -350,20 +228,20 @@
Qt::LeftToRight
- Submitter
+ date submitted
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -374,15 +252,15 @@
Qt::LeftToRight
- Request
+ F30
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -398,20 +276,20 @@
Qt::LeftToRight
- Username
+ 0
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -422,39 +300,126 @@
Qt::LeftToRight
- Status
+ xxx Days
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
+ 22
50
false
- true
-
- ArrowCursor
+
+ Package Name
-
- Qt::LeftToRight
+
+
+ -
+
+
+
+ OpenSymbol
+ 12
+ 50
+ false
+
- Testing
+ breif
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+ -
+
+
+
+ #
+
+
+
+
+ karma
+
+
+
+
+ user
+
+
+
+
+ comment
+
+
+
+
+ -
+
+
+
+ 16777215
+ 100
+
- -
-
+
-
+
+
+
+ 400
+ 16777215
+
+
+
+
+ -
+
+
+
+ 300
+ 600
+
+
+
+
+ 300
+ 16777215
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
-
+
+
+ -
+
+
+
+
+
+ -
+
+
+ Submit
+
+
+
+ -
+
OpenSymbol
@@ -470,20 +435,51 @@
Qt::LeftToRight
-
+ Testing
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ -
+
+
+ 0
+
+
+ 1
+
+
-
+
+ -1
+
+
+ -
+
+ 0
+
+
+ -
+
+ +1
+
+
+
+
+ -
+
+
+ TextLabel
+
+
+
Karma_static
frame_2
Package_breif
textEdit
listWidget_3
- UpdateType
Package_name_main
Release_static
Date_static
@@ -500,6 +496,7 @@
Status_static
Status
Request
+ UpdateType
-
diff --git a/src/window.py b/src/window.py
index 8f93089..00c0ec0 100644
--- a/src/window.py
+++ b/src/window.py
@@ -27,18 +27,18 @@ class Ui_MainWindow(object):
self.frame.setObjectName("frame")
self.gridLayout_2 = QtWidgets.QGridLayout(self.frame)
self.gridLayout_2.setObjectName("gridLayout_2")
- self.Release_notes = QtWidgets.QLabel(self.frame)
- self.Release_notes.setObjectName("Release_notes")
- self.gridLayout_2.addWidget(self.Release_notes, 8, 3, 1, 7)
- self.Package_name_main = QtWidgets.QLabel(self.frame)
+ self.Release_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setPointSize(22)
- font.setBold(False)
- font.setWeight(50)
- self.Package_name_main.setFont(font)
- self.Package_name_main.setObjectName("Package_name_main")
- self.gridLayout_2.addWidget(self.Package_name_main, 6, 3, 1, 4)
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Release_static.setFont(font)
+ self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Release_static.setObjectName("Release_static")
+ self.gridLayout_2.addWidget(self.Release_static, 8, 3, 1, 1)
self.Karma_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -50,19 +50,71 @@ class Ui_MainWindow(object):
self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Karma_static.setObjectName("Karma_static")
- self.gridLayout_2.addWidget(self.Karma_static, 12, 3, 1, 1)
- self.Release_static = QtWidgets.QLabel(self.frame)
+ self.gridLayout_2.addWidget(self.Karma_static, 11, 3, 1, 1)
+ self.Submit_user = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Submit_user.setFont(font)
+ self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Submit_user.setObjectName("Submit_user")
+ self.gridLayout_2.addWidget(self.Submit_user, 11, 6, 1, 1)
+ self.Submitter_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Release_static.setFont(font)
- self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Release_static.setObjectName("Release_static")
- self.gridLayout_2.addWidget(self.Release_static, 9, 3, 1, 1)
+ self.Submitter_static.setFont(font)
+ self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Submitter_static.setObjectName("Submitter_static")
+ self.gridLayout_2.addWidget(self.Submitter_static, 11, 5, 1, 1)
+ self.Request_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Request_static.setFont(font)
+ self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Request_static.setObjectName("Request_static")
+ self.gridLayout_2.addWidget(self.Request_static, 9, 5, 1, 1)
+ self.Status_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Status_static.setFont(font)
+ self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Status_static.setObjectName("Status_static")
+ self.gridLayout_2.addWidget(self.Status_static, 8, 5, 1, 1)
+ self.Request = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Request.setFont(font)
+ self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request.setText("")
+ self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Request.setObjectName("Request")
+ self.gridLayout_2.addWidget(self.Request, 9, 6, 1, 1)
+ self.Release_notes = QtWidgets.QLabel(self.frame)
+ self.Release_notes.setObjectName("Release_notes")
+ self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 7)
self.Date_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -74,55 +126,7 @@ class Ui_MainWindow(object):
self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Date_static.setObjectName("Date_static")
- self.gridLayout_2.addWidget(self.Date_static, 10, 3, 1, 1)
- self.Package_breif = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setPointSize(12)
- font.setBold(False)
- font.setWeight(50)
- self.Package_breif.setFont(font)
- self.Package_breif.setObjectName("Package_breif")
- self.gridLayout_2.addWidget(self.Package_breif, 7, 3, 1, 1)
- self.pushButton = QtWidgets.QPushButton(self.frame)
- self.pushButton.setObjectName("pushButton")
- self.gridLayout_2.addWidget(self.pushButton, 23, 6, 1, 2)
- self.UpdateType = QtWidgets.QGraphicsView(self.frame)
- self.UpdateType.setMaximumSize(QtCore.QSize(32, 32))
- self.UpdateType.setObjectName("UpdateType")
- self.gridLayout_2.addWidget(self.UpdateType, 4, 3, 1, 1)
- self.textEdit = QtWidgets.QTextEdit(self.frame)
- self.textEdit.setMaximumSize(QtCore.QSize(16777215, 100))
- self.textEdit.setObjectName("textEdit")
- self.gridLayout_2.addWidget(self.textEdit, 15, 3, 1, 7)
- self.listWidget_3 = QtWidgets.QListWidget(self.frame)
- self.listWidget_3.setMaximumSize(QtCore.QSize(400, 16777215))
- self.listWidget_3.setObjectName("listWidget_3")
- self.gridLayout_2.addWidget(self.listWidget_3, 14, 3, 1, 2)
- self.comboBox = QtWidgets.QComboBox(self.frame)
- self.comboBox.setObjectName("comboBox")
- self.comboBox.addItem("")
- self.comboBox.addItem("")
- self.comboBox.addItem("")
- self.gridLayout_2.addWidget(self.comboBox, 23, 3, 1, 1)
- self.frame_2 = QtWidgets.QFrame(self.frame)
- self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
- self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
- self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
- self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
- self.frame_2.setObjectName("frame_2")
- self.gridLayout_3 = QtWidgets.QGridLayout(self.frame_2)
- self.gridLayout_3.setObjectName("gridLayout_3")
- self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
- self.lineEdit.setObjectName("lineEdit")
- self.gridLayout_3.addWidget(self.lineEdit, 0, 0, 1, 1)
- self.listWidget = QtWidgets.QListWidget(self.frame_2)
- self.listWidget.setObjectName("listWidget")
- self.gridLayout_3.addWidget(self.listWidget, 1, 0, 1, 1)
- self.gridLayout_2.addWidget(self.frame_2, 0, 0, 24, 1)
- self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
- self.treeWidget_comment.setObjectName("treeWidget_comment")
- self.gridLayout_2.addWidget(self.treeWidget_comment, 14, 5, 1, 5)
+ self.gridLayout_2.addWidget(self.Date_static, 9, 3, 1, 1)
self.Release = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -134,19 +138,7 @@ class Ui_MainWindow(object):
self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Release.setObjectName("Release")
- self.gridLayout_2.addWidget(self.Release, 9, 4, 1, 1)
- self.Date_submitted = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Date_submitted.setFont(font)
- self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Date_submitted.setObjectName("Date_submitted")
- self.gridLayout_2.addWidget(self.Date_submitted, 10, 4, 1, 1)
+ self.gridLayout_2.addWidget(self.Release, 8, 4, 1, 1)
self.Karma = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -158,55 +150,66 @@ class Ui_MainWindow(object):
self.Karma.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Karma.setObjectName("Karma")
- self.gridLayout_2.addWidget(self.Karma, 12, 4, 1, 1)
- self.Submitter_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Submitter_static.setFont(font)
- self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Submitter_static.setObjectName("Submitter_static")
- self.gridLayout_2.addWidget(self.Submitter_static, 12, 5, 1, 1)
- self.Request_static = QtWidgets.QLabel(self.frame)
+ self.gridLayout_2.addWidget(self.Karma, 11, 4, 1, 1)
+ self.Date_submitted = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
+ font.setBold(False)
+ font.setWeight(50)
font.setKerning(True)
- self.Request_static.setFont(font)
- self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Request_static.setObjectName("Request_static")
- self.gridLayout_2.addWidget(self.Request_static, 10, 5, 1, 1)
- self.Submit_user = QtWidgets.QLabel(self.frame)
+ self.Date_submitted.setFont(font)
+ self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Date_submitted.setObjectName("Date_submitted")
+ self.gridLayout_2.addWidget(self.Date_submitted, 9, 4, 1, 1)
+ self.Package_name_main = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
+ font.setPointSize(22)
font.setBold(False)
font.setWeight(50)
- font.setKerning(True)
- self.Submit_user.setFont(font)
- self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Submit_user.setObjectName("Submit_user")
- self.gridLayout_2.addWidget(self.Submit_user, 12, 6, 1, 1)
- self.Status_static = QtWidgets.QLabel(self.frame)
+ self.Package_name_main.setFont(font)
+ self.Package_name_main.setObjectName("Package_name_main")
+ self.gridLayout_2.addWidget(self.Package_name_main, 5, 3, 1, 4)
+ self.Package_breif = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Status_static.setFont(font)
- self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Status_static.setObjectName("Status_static")
- self.gridLayout_2.addWidget(self.Status_static, 9, 5, 1, 1)
+ font.setPointSize(12)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_breif.setFont(font)
+ self.Package_breif.setObjectName("Package_breif")
+ self.gridLayout_2.addWidget(self.Package_breif, 6, 3, 1, 1)
+ self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
+ self.treeWidget_comment.setObjectName("treeWidget_comment")
+ self.gridLayout_2.addWidget(self.treeWidget_comment, 13, 5, 1, 5)
+ self.textEdit = QtWidgets.QTextEdit(self.frame)
+ self.textEdit.setMaximumSize(QtCore.QSize(16777215, 100))
+ self.textEdit.setObjectName("textEdit")
+ self.gridLayout_2.addWidget(self.textEdit, 14, 3, 1, 7)
+ self.listWidget_3 = QtWidgets.QListWidget(self.frame)
+ self.listWidget_3.setMaximumSize(QtCore.QSize(400, 16777215))
+ self.listWidget_3.setObjectName("listWidget_3")
+ self.gridLayout_2.addWidget(self.listWidget_3, 13, 3, 1, 2)
+ self.frame_2 = QtWidgets.QFrame(self.frame)
+ self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
+ self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
+ self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
+ self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
+ self.frame_2.setObjectName("frame_2")
+ self.gridLayout_3 = QtWidgets.QGridLayout(self.frame_2)
+ self.gridLayout_3.setObjectName("gridLayout_3")
+ self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
+ self.lineEdit.setObjectName("lineEdit")
+ self.gridLayout_3.addWidget(self.lineEdit, 0, 0, 1, 1)
+ self.listWidget = QtWidgets.QListWidget(self.frame_2)
+ self.listWidget.setObjectName("listWidget")
+ self.gridLayout_3.addWidget(self.listWidget, 1, 0, 1, 1)
+ self.gridLayout_2.addWidget(self.frame_2, 0, 0, 23, 1)
+ self.pushButton = QtWidgets.QPushButton(self.frame)
+ self.pushButton.setObjectName("pushButton")
+ self.gridLayout_2.addWidget(self.pushButton, 22, 6, 1, 2)
self.Status = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -218,26 +221,21 @@ class Ui_MainWindow(object):
self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Status.setObjectName("Status")
- self.gridLayout_2.addWidget(self.Status, 9, 6, 1, 1)
- self.Request = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Request.setFont(font)
- self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request.setText("")
- self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Request.setObjectName("Request")
- self.gridLayout_2.addWidget(self.Request, 10, 6, 1, 1)
+ self.gridLayout_2.addWidget(self.Status, 8, 6, 1, 1)
+ self.comboBox = QtWidgets.QComboBox(self.frame)
+ self.comboBox.setObjectName("comboBox")
+ self.comboBox.addItem("")
+ self.comboBox.addItem("")
+ self.comboBox.addItem("")
+ self.gridLayout_2.addWidget(self.comboBox, 22, 3, 1, 1)
+ self.UpdateType = QtWidgets.QLabel(self.frame)
+ self.UpdateType.setObjectName("UpdateType")
+ self.gridLayout_2.addWidget(self.UpdateType, 1, 3, 1, 1)
self.Karma_static.raise_()
self.frame_2.raise_()
self.Package_breif.raise_()
self.textEdit.raise_()
self.listWidget_3.raise_()
- self.UpdateType.raise_()
self.Package_name_main.raise_()
self.Release_static.raise_()
self.Date_static.raise_()
@@ -254,6 +252,7 @@ class Ui_MainWindow(object):
self.Status_static.raise_()
self.Status.raise_()
self.Request.raise_()
+ self.UpdateType.raise_()
self.gridLayout.addWidget(self.frame, 2, 0, 1, 2)
self.Logged_user = QtWidgets.QLabel(self.centralwidget)
self.Logged_user.setMaximumSize(QtCore.QSize(150, 16777215))
@@ -271,29 +270,30 @@ class Ui_MainWindow(object):
def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
- self.Release_notes.setText(_translate("MainWindow", "TextLabel"))
- self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
- self.Karma_static.setText(_translate("MainWindow", "Karma"))
self.Release_static.setText(_translate("MainWindow", "Release"))
+ self.Karma_static.setText(_translate("MainWindow", "Karma"))
+ self.Submit_user.setText(_translate("MainWindow", "Username"))
+ self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
+ self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.Status_static.setText(_translate("MainWindow", "Status"))
+ self.Release_notes.setText(_translate("MainWindow", "TextLabel"))
self.Date_static.setText(_translate("MainWindow", "date submitted"))
+ self.Release.setText(_translate("MainWindow", "F30"))
+ self.Karma.setText(_translate("MainWindow", "0"))
+ self.Date_submitted.setText(_translate("MainWindow", "xxx Days"))
+ self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
self.Package_breif.setText(_translate("MainWindow", "breif"))
- self.pushButton.setText(_translate("MainWindow", "Submit"))
- self.comboBox.setCurrentText(_translate("MainWindow", "0"))
- self.comboBox.setItemText(0, _translate("MainWindow", "-1"))
- self.comboBox.setItemText(1, _translate("MainWindow", "0"))
- self.comboBox.setItemText(2, _translate("MainWindow", "+1"))
self.treeWidget_comment.headerItem().setText(0, _translate("MainWindow", "#"))
self.treeWidget_comment.headerItem().setText(1, _translate("MainWindow", "karma"))
self.treeWidget_comment.headerItem().setText(2, _translate("MainWindow", "user"))
self.treeWidget_comment.headerItem().setText(3, _translate("MainWindow", "comment"))
- self.Release.setText(_translate("MainWindow", "F30"))
- self.Date_submitted.setText(_translate("MainWindow", "xxx Days"))
- self.Karma.setText(_translate("MainWindow", "0"))
- self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
- self.Request_static.setText(_translate("MainWindow", "Request"))
- self.Submit_user.setText(_translate("MainWindow", "Username"))
- self.Status_static.setText(_translate("MainWindow", "Status"))
+ self.pushButton.setText(_translate("MainWindow", "Submit"))
self.Status.setText(_translate("MainWindow", "Testing"))
+ self.comboBox.setCurrentText(_translate("MainWindow", "0"))
+ self.comboBox.setItemText(0, _translate("MainWindow", "-1"))
+ self.comboBox.setItemText(1, _translate("MainWindow", "0"))
+ self.comboBox.setItemText(2, _translate("MainWindow", "+1"))
+ self.UpdateType.setText(_translate("MainWindow", "TextLabel"))
self.Logged_user.setText(_translate("MainWindow", "Login"))
From 8d0f69ca7654eadf8e75ef84ac08393e7c96f7ca Mon Sep 17 00:00:00 2001
From: Zubin choudhary
Date: Jul 04 2019 11:03:18 +0000
Subject: [PATCH 5/18] Update src/bodhiCalls.py
---
diff --git a/src/bodhiCalls.py b/src/bodhiCalls.py
index 79fad0e..12a916b 100644
--- a/src/bodhiCalls.py
+++ b/src/bodhiCalls.py
@@ -4,7 +4,6 @@ import requests
import dnf
from fedora.client.bodhi import Bodhi2Client
import pprint
-bc = Bodhi2Client(base_url='https://bodhi.fedoraproject.org/', username="imzubin", password="neverfallin10v3")
args = {}
From 2a2887cdabb13f709b9d7d1d1484c69dc1fd3fbd Mon Sep 17 00:00:00 2001
From: zubin
Date: Jul 09 2019 11:42:36 +0000
Subject: [PATCH 6/18] paging
---
diff --git a/assets/bugfix.png b/assets/bugfix.png
new file mode 100644
index 0000000..e1c90f5
Binary files /dev/null and b/assets/bugfix.png differ
diff --git a/assets/enhancement.png b/assets/enhancement.png
new file mode 100644
index 0000000..031384e
Binary files /dev/null and b/assets/enhancement.png differ
diff --git a/assets/new_package.png b/assets/new_package.png
new file mode 100644
index 0000000..78b067c
Binary files /dev/null and b/assets/new_package.png differ
diff --git a/assets/security.png b/assets/security.png
new file mode 100644
index 0000000..ddcb601
Binary files /dev/null and b/assets/security.png differ
diff --git a/src/bodhi.template.last b/src/bodhi.template.last
new file mode 100644
index 0000000..2c7f41b
--- /dev/null
+++ b/src/bodhi.template.last
@@ -0,0 +1,34 @@
+[ FILL_IN_NVR_HERE ]
+
+# bugfix, security, enhancement, newpackage (required)
+type=
+
+# testing, stable
+request=testing
+
+# Bug numbers: 1234,9876
+bugs=
+
+# Severity: low, medium, high, urgent
+# This is required for security updates.
+# severity=unspecified
+
+
+# Here is where you give an explanation of your update.
+# Content can span multiple lines, as long as they are indented deeper than
+# the first line. For example,
+# notes=first line
+# second line
+# and so on
+notes=- Rebuilt.
+
+# Enable request automation based on the stable/unstable karma thresholds
+autokarma=True
+stable_karma=3
+unstable_karma=-3
+
+# Automatically close bugs when this marked as stable
+close_bugs=True
+
+# Suggest that users restart after update
+suggest_reboot=False
diff --git a/src/bodhiCalls.py b/src/bodhiCalls.py
index 12a916b..8d50874 100644
--- a/src/bodhiCalls.py
+++ b/src/bodhiCalls.py
@@ -1,11 +1,4 @@
-# import iniparse
-# import ini
-import requests
-import dnf
-from fedora.client.bodhi import Bodhi2Client
+from bodhi.client.bindings import BodhiClient
import pprint
-args = {}
-
-
-x = bc.csrf()
-print(x)
\ No newline at end of file
+bc = BodhiClient()
+pprint.pprint(bc.query())
\ No newline at end of file
diff --git a/src/data/test.json b/src/data/test.json
index 391a88e..eb1e728 100644
--- a/src/data/test.json
+++ b/src/data/test.json
@@ -1,3657 +1,2702 @@
-{
- "updates": [
- {
- "autokarma": false,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Update to 4.0",
- "type": "enhancement",
- "status": "testing",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-28 11:51:46",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-29 03:10:13",
- "date_testing": "2019-05-29 03:10:13",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-869c40918d",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-869c40918d",
- "title": "standard-test-roles-3.0-3020190528113220.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 951987,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by astepano. ",
- "timestamp": "2019-05-28 11:51:46",
- "update_id": 140163,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 951990,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-28 12:04:53",
- "update_id": 140163,
- "user_id": 4129,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 4129,
- "name": "bgoncalv",
- "email": "bgoncalv@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/90640c22b6b9c28a4573012c71b1c5c5e5c239c0b2cf00f2fb44fcb11e033ad6?s=24&d=retro",
- "openid": "bgoncalv.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 951994,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-28 12:10:52",
- "update_id": 140163,
- "user_id": 2578,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 2578,
- "name": "bookwar",
- "email": "alpha@bookwar.info",
- "avatar": "https://seccdn.libravatar.org/avatar/456af5db9a5e4a15f7c43e1e30ac269a812368ced2b57f0be8fd01e093cde3fc?s=24&d=retro",
- "openid": "bookwar.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 952023,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-28 13:24:46",
- "update_id": 140163,
- "user_id": 1021,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 1021,
- "name": "psss",
- "email": "psplicha@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/c63df900a86328bf4c2005f22c2f3ae3fa6c2541b5e1dc6f6fe626169c38082b?s=24&d=retro",
- "openid": "psss.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 952357,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-29 03:10:13",
- "update_id": 140163,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 952401,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes.",
- "timestamp": "2019-05-29 06:00:32",
- "update_id": 140163,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "standard-test-roles-3.0-3020190528113220.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 3971,
- "name": "astepano",
- "email": "astepano@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/9b5854366e99f1ee4e7351924633a79f4b2a64e2ce25e43e2f702bdf4e091777?s=24&d=retro",
- "openid": "astepano.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-869c40918d",
- "karma": 3,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "bump to v1.13.9.",
- "type": "enhancement",
- "status": "testing",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-27 13:05:36",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-28 03:11:04",
- "date_testing": "2019-05-28 03:11:04",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-9b3900f7e6",
- "test_gating_status": "ignored",
- "meets_testing_requirements": false,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-9b3900f7e6",
- "title": "cri-o-1.13-3020190524064301.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 951418,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by lsm5. ",
- "timestamp": "2019-05-27 13:05:36",
- "update_id": 140078,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 951756,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-28 03:11:06",
- "update_id": 140078,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "cri-o-1.13-3020190524064301.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 228,
- "name": "lsm5",
- "email": "lsm5@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/4b5bde9c967a26b9aef990c1474026db89794ea85aa1ad59d0790ef72604a9b0?s=24&d=retro",
- "openid": "lsm5.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-9b3900f7e6",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "bump to v1.14.1.",
- "type": "enhancement",
- "status": "testing",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-27 12:58:56",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-28 03:11:04",
- "date_testing": "2019-05-28 03:11:04",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-5141cf8172",
- "test_gating_status": "ignored",
- "meets_testing_requirements": false,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-5141cf8172",
- "title": "cri-o-1.14-3020190527085840.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 951405,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by lsm5. ",
- "timestamp": "2019-05-27 12:58:56",
- "update_id": 140070,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 951755,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-28 03:11:05",
- "update_id": 140070,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "cri-o-1.14-3020190527085840.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 228,
- "name": "lsm5",
- "email": "lsm5@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/4b5bde9c967a26b9aef990c1474026db89794ea85aa1ad59d0790ef72604a9b0?s=24&d=retro",
- "openid": "lsm5.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-5141cf8172",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 1,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Update to 12.3.1",
- "type": "enhancement",
- "status": "testing",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-27 11:06:15",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-28 03:11:04",
- "date_testing": "2019-05-28 03:11:04",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-45d4ff8a42",
- "test_gating_status": "ignored",
- "meets_testing_requirements": false,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-45d4ff8a42",
- "title": "nodejs-12-3020190525130817.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 951360,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by sgallagh. ",
- "timestamp": "2019-05-27 11:06:15",
- "update_id": 140045,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 951754,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-28 03:11:05",
- "update_id": 140045,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "nodejs-12-3020190525130817.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 535,
- "name": "sgallagh",
- "email": "sgallagh@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/0929fed032bd0a481ef74c46023fefe443f3d1b72dbe3efd293b25ed4fc843fd?s=24&d=retro",
- "openid": "sgallagh.id.fedoraproject.org",
- "groups": [
- {
- "name": "provenpackager"
- },
- {
- "name": "packager"
- },
- {
- "name": "nodejs-sig"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-45d4ff8a42",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 1,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Update to include patches for the upstream changes:\n\n- https://github.com/coreos/afterburn/pull/217\n- https://github.com/coreos/afterburn/pull/218\n\nThis allows the `afterburn-sshkeys@.service` unit to be enabled by default on platforms that aren't cloud providers that `aterburn` supports (such as `qemu`).\n\nTest this by executing the following, with this package update installed:\n\n```\nsystemctl start afterburn-sshkeys@${USER}.service\n```\n\nThe unit should not fail.\n",
- "type": "enhancement",
- "status": "testing",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-26 18:18:55",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-27 02:27:33",
- "date_testing": "2019-05-27 02:27:33",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-c2636db910",
- "test_gating_status": "ignored",
- "meets_testing_requirements": false,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-c2636db910",
- "title": "afterburn-rolling-3020190524194016.2c789dff",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 951119,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by rfairley. ",
- "timestamp": "2019-05-26 18:18:55",
- "update_id": 140003,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 951211,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-27 02:27:35",
- "update_id": 140003,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "afterburn-rolling-3020190524194016.2c789dff",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 4695,
- "name": "rfairley",
- "email": "rfairley@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
- "openid": "rfairley.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-c2636db910",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "New module for latest upstream release",
- "type": "newpackage",
- "status": "testing",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-26 18:10:10",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-27 02:27:33",
- "date_testing": "2019-05-27 02:27:33",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-67e46a7971",
- "test_gating_status": "ignored",
- "meets_testing_requirements": false,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-67e46a7971",
- "title": "librealsense-rolling-3020190526170314.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 951114,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by thofmann. ",
- "timestamp": "2019-05-26 18:10:10",
- "update_id": 139999,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 951210,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-27 02:27:34",
- "update_id": 139999,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "librealsense-rolling-3020190526170314.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 1319,
- "name": "thofmann",
- "email": "till.hofmann@posteo.de",
- "avatar": "https://seccdn.libravatar.org/avatar/97584ddce440fd271e5c4024be9a3b01612670f62bccb3600d34ee4f822ca1a7?s=24&d=retro",
- "openid": "thofmann.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- },
- {
- "name": "robotics-sig"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-67e46a7971",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Additional dependency fixes.\n\n----\n\nModular re-release of avocado 69.0 (LTS series) with profiles corrected to install Python 3 versions of packages.",
- "type": "enhancement",
- "status": "testing",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-24 21:09:23",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-25 04:18:19",
- "date_testing": "2019-05-25 04:18:19",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-b3a2f43bc8",
- "test_gating_status": "ignored",
- "meets_testing_requirements": false,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-b3a2f43bc8",
- "title": "avocado-69lts-3020190523154722.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 950177,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by merlinm. ",
- "timestamp": "2019-05-24 21:09:23",
- "update_id": 139943,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950179,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has obsoleted [avocado-69lts-3020190514181132.a5b0195c](https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-8e5b3a072d), and has inherited its bugs and notes.",
- "timestamp": "2019-05-24 21:09:26",
- "update_id": 139943,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950564,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-25 04:18:20",
- "update_id": 139943,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "avocado-69lts-3020190523154722.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 3289,
- "name": "merlinm",
- "email": "mmathesi@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
- "openid": "merlinm.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-b3a2f43bc8",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Additional dependency fixes.\n\n----\n\nModular re-release of avocado 69.0 with profiles corrected to install Python 3 versions of packages.",
- "type": "enhancement",
- "status": "testing",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-24 21:05:29",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-25 04:18:19",
- "date_testing": "2019-05-25 04:18:19",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-0a5f617cfd",
- "test_gating_status": "ignored",
- "meets_testing_requirements": false,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-0a5f617cfd",
- "title": "avocado-latest-3020190523154745.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 950168,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by merlinm. ",
- "timestamp": "2019-05-24 21:05:29",
- "update_id": 139940,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950170,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has obsoleted [avocado-latest-3020190517145900.a5b0195c](https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-c971356dc2), and has inherited its bugs and notes.",
- "timestamp": "2019-05-24 21:05:31",
- "update_id": 139940,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950563,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-25 04:18:20",
- "update_id": 139940,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "avocado-latest-3020190523154745.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 3289,
- "name": "merlinm",
- "email": "mmathesi@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
- "openid": "merlinm.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-0a5f617cfd",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Modular re-release of avocado 69.0 with profiles corrected to install Python 3 versions of packages.",
- "type": "enhancement",
- "status": "obsolete",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": false,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-20 21:45:43",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-21 03:55:28",
- "date_testing": "2019-05-21 03:55:28",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-c971356dc2",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-c971356dc2",
- "title": "avocado-latest-3020190517145900.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 948088,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by merlinm. ",
- "timestamp": "2019-05-20 21:45:43",
- "update_id": 139566,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 948252,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-21 03:55:31",
- "update_id": 139566,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950169,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been obsoleted by [avocado-latest-3020190523154745.a5b0195c](https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-0a5f617cfd).",
- "timestamp": "2019-05-24 21:05:31",
- "update_id": 139566,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "avocado-latest-3020190517145900.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 3289,
- "name": "merlinm",
- "email": "mmathesi@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
- "openid": "merlinm.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-c971356dc2",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Modular re-release of avocado 69.0 (LTS series) with profiles corrected to install Python 3 versions of packages.",
- "type": "enhancement",
- "status": "obsolete",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": false,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-20 21:42:17",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-21 03:55:28",
- "date_testing": "2019-05-21 03:55:28",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-8e5b3a072d",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-8e5b3a072d",
- "title": "avocado-69lts-3020190514181132.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 948085,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by merlinm. ",
- "timestamp": "2019-05-20 21:42:17",
- "update_id": 139563,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 948251,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-21 03:55:30",
- "update_id": 139563,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950178,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been obsoleted by [avocado-69lts-3020190523154722.a5b0195c](https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-b3a2f43bc8).",
- "timestamp": "2019-05-24 21:09:26",
- "update_id": 139563,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "avocado-69lts-3020190514181132.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 3289,
- "name": "merlinm",
- "email": "mmathesi@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
- "openid": "merlinm.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-8e5b3a072d",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Modular re-release of avocado 52.1 (LTS series) under old 'stable' stream name with builds disabled for F31+ since 52LTS is Python 2 only.",
- "type": "enhancement",
- "status": "stable",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-20 21:37:40",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-29 02:35:02",
- "date_testing": "2019-05-21 03:55:28",
- "date_stable": "2019-05-29 02:35:02",
- "alias": "FEDORA-MODULAR-2019-539c349064",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-539c349064",
- "title": "avocado-stable-3020190514191910.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 948082,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by merlinm. ",
- "timestamp": "2019-05-20 21:37:40",
- "update_id": 139560,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 948250,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-21 03:55:30",
- "update_id": 139560,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 951853,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
- "timestamp": "2019-05-28 06:01:37",
- "update_id": 139560,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 952013,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for batched by merlinm. ",
- "timestamp": "2019-05-28 13:06:28",
- "update_id": 139560,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 952327,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to stable.",
- "timestamp": "2019-05-29 02:35:02",
- "update_id": 139560,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "avocado-stable-3020190514191910.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 3289,
- "name": "merlinm",
- "email": "mmathesi@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
- "openid": "merlinm.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-539c349064",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Modular re-release of avocado 52.1 (LTS series) with builds disabled for F31+ since 52LTS is Python 2 only.",
- "type": "enhancement",
- "status": "stable",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-20 21:30:18",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-29 02:35:02",
- "date_testing": "2019-05-21 03:55:28",
- "date_stable": "2019-05-29 02:35:02",
- "alias": "FEDORA-MODULAR-2019-e9d23e005f",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-e9d23e005f",
- "title": "avocado-52lts-3020190514181108.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 948079,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by merlinm. ",
- "timestamp": "2019-05-20 21:30:19",
- "update_id": 139557,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 948249,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-21 03:55:29",
- "update_id": 139557,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 951850,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
- "timestamp": "2019-05-28 06:01:34",
- "update_id": 139557,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 952010,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for batched by merlinm. ",
- "timestamp": "2019-05-28 13:05:21",
- "update_id": 139557,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 952326,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to stable.",
- "timestamp": "2019-05-29 02:35:02",
- "update_id": 139557,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "avocado-52lts-3020190514181108.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 3289,
- "name": "merlinm",
- "email": "mmathesi@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/703db885ef67e2f87122e6ddcdf16a0b4352b857a4f99dd0896ce8c78acf3382?s=24&d=retro",
- "openid": "merlinm.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-e9d23e005f",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 1,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Update to 12.2.0\n\nhttps://nodejs.org/en/blog/release/v12.2.0/",
- "type": "enhancement",
- "status": "stable",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-16 11:43:18",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-25 03:55:28",
- "date_testing": "2019-05-17 04:06:47",
- "date_stable": "2019-05-25 03:55:28",
- "alias": "FEDORA-MODULAR-2019-daba882748",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-daba882748",
- "title": "nodejs-12-3020190516000906.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 946270,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by sgallagh. ",
- "timestamp": "2019-05-16 11:43:18",
- "update_id": 139285,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 946563,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-17 04:06:50",
- "update_id": 139285,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 949855,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
- "timestamp": "2019-05-24 06:01:37",
- "update_id": 139285,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950134,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for batched by sgallagh. ",
- "timestamp": "2019-05-24 18:58:04",
- "update_id": 139285,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950281,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for stable by bodhi. ",
- "timestamp": "2019-05-24 23:45:41",
- "update_id": 139285,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950556,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to stable.",
- "timestamp": "2019-05-25 03:55:32",
- "update_id": 139285,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "nodejs-12-3020190516000906.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [
- {
- "bug_id": 1707639,
- "title": "nodejs-12.2.0 is available",
- "security": false,
- "parent": false,
- "feedback": []
- }
- ],
- "user": {
- "id": 535,
- "name": "sgallagh",
- "email": "sgallagh@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/0929fed032bd0a481ef74c46023fefe443f3d1b72dbe3efd293b25ed4fc843fd?s=24&d=retro",
- "openid": "sgallagh.id.fedoraproject.org",
- "groups": [
- {
- "name": "provenpackager"
- },
- {
- "name": "packager"
- },
- {
- "name": "nodejs-sig"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-daba882748",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 1,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "New module - cbindgen",
- "type": "newpackage",
- "status": "testing",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-16 07:03:18",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-17 04:06:47",
- "date_testing": "2019-05-17 04:06:47",
- "date_stable": null,
- "alias": "FEDORA-MODULAR-2019-f322250bc6",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-f322250bc6",
- "title": "cbindgen-rolling-3020190515070043.2c789dff",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 946149,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by ignatenkobrain. ",
- "timestamp": "2019-05-16 07:03:18",
- "update_id": 139268,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 946562,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-17 04:06:49",
- "update_id": 139268,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 949848,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
- "timestamp": "2019-05-24 06:01:27",
- "update_id": 139268,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "cbindgen-rolling-3020190515070043.2c789dff",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 344,
- "name": "ignatenkobrain",
- "email": "i.gnatenko.brain@gmail.com",
- "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
- "openid": "ignatenkobrain.id.fedoraproject.org",
- "groups": [
- {
- "name": "python-sig"
- },
- {
- "name": "packager"
- },
- {
- "name": "provenpackager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-f322250bc6",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Update to [0.4.0](https://gitlab.com/bowlofeggs/rpick/blob/0.4.0/CHANGELOG.md).",
- "type": "enhancement",
- "status": "stable",
- "request": null,
- "severity": "low",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-15 16:12:59",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-25 03:55:28",
- "date_testing": "2019-05-16 04:35:15",
- "date_stable": "2019-05-25 03:55:28",
- "alias": "FEDORA-MODULAR-2019-40450057d2",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-40450057d2",
- "title": "rpick-latest-3020190515141045.2c789dff",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 945692,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by bowlofeggs. ",
- "timestamp": "2019-05-15 16:12:59",
- "update_id": 139194,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 946022,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-16 04:35:17",
- "update_id": 139194,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 949406,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
- "timestamp": "2019-05-23 06:02:06",
- "update_id": 139194,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 949521,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for batched by bowlofeggs. ",
- "timestamp": "2019-05-23 13:36:46",
- "update_id": 139194,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 949796,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for stable by bodhi. ",
- "timestamp": "2019-05-23 23:46:21",
- "update_id": 139194,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 950555,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to stable.",
- "timestamp": "2019-05-25 03:55:32",
- "update_id": 139194,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "rpick-latest-3020190515141045.2c789dff",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 2897,
- "name": "bowlofeggs",
- "email": "rbarlow@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/2def3c902372f3cdad2450f86481f1cd1632419cce90220c18ea9da06c7bca24?s=24&d=retro",
- "openid": "bowlofeggs.id.fedoraproject.org",
- "groups": [
- {
- "name": "provenpackager"
- },
- {
- "name": "packager"
- },
- {
- "name": "infra-sig"
- },
- {
- "name": "bodhiadmin"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-40450057d2",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": false,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Update to 4.0",
- "type": "enhancement",
- "status": "stable",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-15 11:52:37",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-18 04:10:19",
- "date_testing": "2019-05-16 04:35:15",
- "date_stable": "2019-05-18 04:10:19",
- "alias": "FEDORA-MODULAR-2019-c28ebce16b",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-c28ebce16b",
- "title": "standard-test-roles-3.0-3020190515112949.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 945554,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by astepano. ",
- "timestamp": "2019-05-15 11:52:37",
- "update_id": 139164,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 945578,
- "karma": 1,
- "karma_critpath": 0,
- "text": "lgtm",
- "timestamp": "2019-05-15 12:30:10",
- "update_id": 139164,
- "user_id": 4129,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 4129,
- "name": "bgoncalv",
- "email": "bgoncalv@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/90640c22b6b9c28a4573012c71b1c5c5e5c239c0b2cf00f2fb44fcb11e033ad6?s=24&d=retro",
- "openid": "bgoncalv.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 945689,
- "karma": 1,
- "karma_critpath": 0,
- "text": "Looks good.",
- "timestamp": "2019-05-15 15:56:08",
- "update_id": 139164,
- "user_id": 1021,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 1021,
- "name": "psss",
- "email": "psplicha@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/c63df900a86328bf4c2005f22c2f3ae3fa6c2541b5e1dc6f6fe626169c38082b?s=24&d=retro",
- "openid": "psss.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 946021,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-16 04:35:16",
- "update_id": 139164,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 946278,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-16 12:00:06",
- "update_id": 139164,
- "user_id": 2578,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 2578,
- "name": "bookwar",
- "email": "alpha@bookwar.info",
- "avatar": "https://seccdn.libravatar.org/avatar/456af5db9a5e4a15f7c43e1e30ac269a812368ced2b57f0be8fd01e093cde3fc?s=24&d=retro",
- "openid": "bookwar.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 946280,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has reached the stable karma threshold and can be pushed to stable now if the maintainer wishes.",
- "timestamp": "2019-05-16 12:00:28",
- "update_id": 139164,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 946777,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for batched by astepano. ",
- "timestamp": "2019-05-17 11:58:03",
- "update_id": 139164,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 946779,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for stable by astepano. ",
- "timestamp": "2019-05-17 11:58:18",
- "update_id": 139164,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 947084,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to stable.",
- "timestamp": "2019-05-18 04:10:26",
- "update_id": 139164,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "standard-test-roles-3.0-3020190515112949.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 3971,
- "name": "astepano",
- "email": "astepano@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/9b5854366e99f1ee4e7351924633a79f4b2a64e2ce25e43e2f702bdf4e091777?s=24&d=retro",
- "openid": "astepano.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-c28ebce16b",
- "karma": 3,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 3,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Initial sway module",
- "type": "newpackage",
- "status": "stable",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-13 15:40:09",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-23 14:20:44",
- "date_testing": "2019-05-14 03:59:04",
- "date_stable": "2019-05-23 14:20:44",
- "alias": "FEDORA-MODULAR-2019-24a6de6750",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-24a6de6750",
- "title": "sway-rolling-3020190513145155.a5b0195c",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 944443,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by thofmann. ",
- "timestamp": "2019-05-13 15:40:09",
- "update_id": 138964,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 944799,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-14 03:59:05",
- "update_id": 138964,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 946218,
- "karma": 0,
- "karma_critpath": 0,
- "text": "Looks good, but there are some issues:\n\nSystem keyboard layout is not honoured (starting it from gdm)\n\nWhen running a bash script that starts firefox with a given profile from dmenu, it does not work (works on i3). Sway probably ignores bashrc, and so it has no path to my $HOME/bin directory. So while dmenu can find the executable, \"sway exec\" doesn't.\n\nswayidle mentioned in default config file, but not available by default\n\nThanks for the great work!",
- "timestamp": "2019-05-16 09:53:35",
- "update_id": 138964,
- "user_id": 4903,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 4903,
- "name": "josep",
- "email": "josep.puigdemont@gmail.com",
- "avatar": "https://seccdn.libravatar.org/avatar/d8f144a6bc679b256ecd031db1ba9c812b834f5447899ab1de467299ddaecf82?s=24&d=retro",
- "openid": "josep.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 947944,
- "karma": 1,
- "karma_critpath": 0,
- "text": "Haven't encountered any issues so far, but wasn't able to test it very extensively yet.\n\nThanks for all your work on the module!",
- "timestamp": "2019-05-20 11:56:27",
- "update_id": 138964,
- "user_id": 4304,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 4304,
- "name": "defolos",
- "email": "dan.cermak@cgc-instruments.com",
- "avatar": "https://seccdn.libravatar.org/avatar/b0eb2e5a03e3e817ca78a1edc1e3eb42e6b1d4a4753b2eb2b6cb2b974ce5a06d?s=24&d=retro",
- "openid": "defolos.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 948037,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-20 16:16:19",
- "update_id": 138964,
- "user_id": 4920,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 4920,
- "name": "mimat",
- "email": "e.misiek@poczta.fm",
- "avatar": "https://seccdn.libravatar.org/avatar/5ec87319959ed86ed517a4fd20d209198ad03e2b0e8ef1b7bfc198360f963342?s=24&d=retro",
- "openid": "mimat.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 948309,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-21 05:51:14",
- "update_id": 138964,
- "user_id": 4913,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 4913,
- "name": "alebastr",
- "email": "alebastr89@gmail.com",
- "avatar": "https://seccdn.libravatar.org/avatar/254ca00b9abf892ed934b62789ef1ad7ef7476b367b98e567ad507b7b2d6fae1?s=24&d=retro",
- "openid": "alebastr.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 948310,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for stable by bodhi. ",
- "timestamp": "2019-05-21 05:51:21",
- "update_id": 138964,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 949538,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to stable.",
- "timestamp": "2019-05-23 14:20:45",
- "update_id": 138964,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "sway-rolling-3020190513145155.a5b0195c",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [],
- "user": {
- "id": 1319,
- "name": "thofmann",
- "email": "till.hofmann@posteo.de",
- "avatar": "https://seccdn.libravatar.org/avatar/97584ddce440fd271e5c4024be9a3b01612670f62bccb3600d34ee4f822ca1a7?s=24&d=retro",
- "openid": "thofmann.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- },
- {
- "name": "robotics-sig"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-24a6de6750",
- "karma": 3,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 1,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Add the new modular package `afterburn` to Fedora 30. Afterburn is a simple cloud provider agent which sources metadata from supported cloud providers.\n\nOnce installed, use `afterburn --help` to see the various options. See https://github.com/coreos/afterburn/blob/master/README.md for more details on using Afterburn.",
- "type": "newpackage",
- "status": "stable",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": false,
- "date_submitted": "2019-05-08 16:12:41",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-09 03:14:22",
- "date_testing": null,
- "date_stable": "2019-05-09 03:14:22",
- "alias": "FEDORA-MODULAR-2019-ca040be1f2",
- "test_gating_status": "ignored",
- "meets_testing_requirements": false,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-ca040be1f2",
- "title": "afterburn-rolling-3020190507144241.2c789dff",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 942175,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by rfairley. ",
- "timestamp": "2019-05-08 16:12:41",
- "update_id": 138627,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 942180,
- "karma": 0,
- "karma_critpath": 0,
- "text": "cc @ignatenkobrain @dustymabe",
- "timestamp": "2019-05-08 16:16:30",
- "update_id": 138627,
- "user_id": 4695,
- "bug_feedback": [
- {
- "karma": 0,
- "comment_id": 942180,
- "bug_id": 1703542,
- "bug": {
- "bug_id": 1703542,
- "title": "Review Request: rust-afterburn - A simple cloud provider agent",
- "security": false,
- "parent": false
- }
- }
- ],
- "testcase_feedback": [],
- "user": {
- "id": 4695,
- "name": "rfairley",
- "email": "rfairley@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
- "openid": "rfairley.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 942193,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-08 17:46:47",
- "update_id": 138627,
- "user_id": 344,
- "bug_feedback": [
- {
- "karma": 1,
- "comment_id": 942193,
- "bug_id": 1703542,
- "bug": {
- "bug_id": 1703542,
- "title": "Review Request: rust-afterburn - A simple cloud provider agent",
- "security": false,
- "parent": false
- }
- }
- ],
- "testcase_feedback": [],
- "user": {
- "id": 344,
- "name": "ignatenkobrain",
- "email": "i.gnatenko.brain@gmail.com",
- "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
- "openid": "ignatenkobrain.id.fedoraproject.org",
- "groups": [
- {
- "name": "python-sig"
- },
- {
- "name": "packager"
- },
- {
- "name": "provenpackager"
- }
- ]
- }
- },
- {
- "id": 942194,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for stable by bodhi. ",
- "timestamp": "2019-05-08 17:46:48",
- "update_id": 138627,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 942414,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to stable.",
- "timestamp": "2019-05-09 03:14:24",
- "update_id": 138627,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "afterburn-rolling-3020190507144241.2c789dff",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [
- {
- "bug_id": 1703542,
- "title": "Review Request: rust-afterburn - A simple cloud provider agent",
- "security": false,
- "parent": false,
- "feedback": [
- {
- "karma": 0,
- "comment_id": 942180,
- "bug_id": 1703542,
- "comment": {
- "id": 942180,
- "karma": 0,
- "karma_critpath": 0,
- "text": "cc @ignatenkobrain @dustymabe",
- "timestamp": "2019-05-08 16:16:30",
- "update_id": 138627,
- "user_id": 4695,
- "testcase_feedback": [],
- "user": {
- "id": 4695,
- "name": "rfairley",
- "email": "rfairley@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
- "openid": "rfairley.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- }
- },
- {
- "karma": 0,
- "comment_id": 942181,
- "bug_id": 1703542,
- "comment": {
- "id": 942181,
- "karma": 0,
- "karma_critpath": 0,
- "text": "cc @ignatenkobrain @dustymabe",
- "timestamp": "2019-05-08 16:16:40",
- "update_id": 138628,
- "user_id": 4695,
- "testcase_feedback": [],
- "user": {
- "id": 4695,
- "name": "rfairley",
- "email": "rfairley@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
- "openid": "rfairley.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- }
- },
- {
- "karma": 0,
- "comment_id": 942182,
- "bug_id": 1703542,
- "comment": {
- "id": 942182,
- "karma": 0,
- "karma_critpath": 0,
- "text": "cc @ignatenkobrain @dustymabe",
- "timestamp": "2019-05-08 16:16:49",
- "update_id": 138629,
- "user_id": 4695,
- "testcase_feedback": [],
- "user": {
- "id": 4695,
- "name": "rfairley",
- "email": "rfairley@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
- "openid": "rfairley.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- }
- },
- {
- "karma": 1,
- "comment_id": 942193,
- "bug_id": 1703542,
- "comment": {
- "id": 942193,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-08 17:46:47",
- "update_id": 138627,
- "user_id": 344,
- "testcase_feedback": [],
- "user": {
- "id": 344,
- "name": "ignatenkobrain",
- "email": "i.gnatenko.brain@gmail.com",
- "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
- "openid": "ignatenkobrain.id.fedoraproject.org",
- "groups": [
- {
- "name": "python-sig"
- },
- {
- "name": "packager"
- },
- {
- "name": "provenpackager"
- }
- ]
- }
- }
- },
- {
- "karma": 1,
- "comment_id": 942195,
- "bug_id": 1703542,
- "comment": {
- "id": 942195,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-08 17:47:02",
- "update_id": 138628,
- "user_id": 344,
- "testcase_feedback": [],
- "user": {
- "id": 344,
- "name": "ignatenkobrain",
- "email": "i.gnatenko.brain@gmail.com",
- "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
- "openid": "ignatenkobrain.id.fedoraproject.org",
- "groups": [
- {
- "name": "python-sig"
- },
- {
- "name": "packager"
- },
- {
- "name": "provenpackager"
- }
- ]
- }
- }
- },
- {
- "karma": 1,
- "comment_id": 942197,
- "bug_id": 1703542,
- "comment": {
- "id": 942197,
- "karma": 1,
- "karma_critpath": 0,
- "text": "",
- "timestamp": "2019-05-08 17:47:11",
- "update_id": 138629,
- "user_id": 344,
- "testcase_feedback": [],
- "user": {
- "id": 344,
- "name": "ignatenkobrain",
- "email": "i.gnatenko.brain@gmail.com",
- "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
- "openid": "ignatenkobrain.id.fedoraproject.org",
- "groups": [
- {
- "name": "python-sig"
- },
- {
- "name": "packager"
- },
- {
- "name": "provenpackager"
- }
- ]
- }
- }
- }
- ]
- }
- ],
- "user": {
- "id": 4695,
- "name": "rfairley",
- "email": "rfairley@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/8df828a57ebb273a037ba5094a832c1d58614bacd031e19dda16bdbbcceafac8?s=24&d=retro",
- "openid": "rfairley.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-ca040be1f2",
- "karma": 1,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": false,
- "stable_karma": 999,
- "unstable_karma": -666,
- "requirements": null,
- "require_bugs": false,
- "require_testcases": false,
- "display_name": "",
- "notes": "Adds missing ant-junit5 package, absence of which breaks Eclipse.\n\n",
- "type": "bugfix",
- "status": "stable",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": false,
- "date_submitted": "2019-05-08 06:14:04",
- "date_modified": "2019-05-14 15:37:38",
- "date_approved": null,
- "date_pushed": "2019-05-15 02:51:58",
- "date_testing": "2019-05-09 03:59:00",
- "date_stable": "2019-05-15 02:51:58",
- "alias": "FEDORA-MODULAR-2019-77159eb4c1",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-77159eb4c1",
- "title": "ant-1.10-2820190508055149.819b5873",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 942044,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by mizdebsk. ",
- "timestamp": "2019-05-08 06:14:04",
- "update_id": 138592,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 942458,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-09 03:59:01",
- "update_id": 138592,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 943875,
- "karma": 1,
- "karma_critpath": 0,
- "text": "ant-junit5 is installable with the default module version:\n\ndnf install ant-junit5 --enablerepo updates-testing-modular\n",
- "timestamp": "2019-05-12 04:44:08",
- "update_id": 138592,
- "user_id": 240,
- "bug_feedback": [
- {
- "karma": 1,
- "comment_id": 943875,
- "bug_id": 1692089,
- "bug": {
- "bug_id": 1692089,
- "title": "cannot install Eclipse (conflict between modular and nonmodular packages)",
- "security": false,
- "parent": false
- }
- }
- ],
- "testcase_feedback": [],
- "user": {
- "id": 240,
- "name": "ellert",
- "email": "mattias.ellert@physics.uu.se",
- "avatar": "https://seccdn.libravatar.org/avatar/1d5b9167cd38f690f0f86603457068cd23b4e21033f8c7f7164d7732806579f7?s=24&d=retro",
- "openid": "ellert.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 944964,
- "karma": 1,
- "karma_critpath": 0,
- "text": "Update looks good, Eclipse installs, and Eclipse CDT testing passes. Thanks.",
- "timestamp": "2019-05-14 15:12:25",
- "update_id": 138592,
- "user_id": 1432,
- "bug_feedback": [
- {
- "karma": 1,
- "comment_id": 944964,
- "bug_id": 1692089,
- "bug": {
- "bug_id": 1692089,
- "title": "cannot install Eclipse (conflict between modular and nonmodular packages)",
- "security": false,
- "parent": false
- }
- }
- ],
- "testcase_feedback": [],
- "user": {
- "id": 1432,
- "name": "codonell",
- "email": "codonell@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/1f6bc3a51cd8602c2d10b44fae35609347bc38a7750b7e3f1ef4291708db079d?s=24&d=retro",
- "openid": "codonell.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- },
- {
- "id": 944970,
- "karma": 0,
- "karma_critpath": 0,
- "text": "mizdebsk edited this update.",
- "timestamp": "2019-05-14 15:36:02",
- "update_id": 138592,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 944971,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for stable by mizdebsk. ",
- "timestamp": "2019-05-14 15:36:31",
- "update_id": 138592,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 944972,
- "karma": 0,
- "karma_critpath": 0,
- "text": "mizdebsk edited this update.",
- "timestamp": "2019-05-14 15:37:36",
- "update_id": 138592,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 945314,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to stable.",
- "timestamp": "2019-05-15 02:52:04",
- "update_id": 138592,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "ant-1.10-2820190508055149.819b5873",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [
- {
- "bug_id": 1692089,
- "title": "cannot install Eclipse (conflict between modular and nonmodular packages)",
- "security": false,
- "parent": false,
- "feedback": [
- {
- "karma": 1,
- "comment_id": 943875,
- "bug_id": 1692089,
- "comment": {
- "id": 943875,
- "karma": 1,
- "karma_critpath": 0,
- "text": "ant-junit5 is installable with the default module version:\n\ndnf install ant-junit5 --enablerepo updates-testing-modular\n",
- "timestamp": "2019-05-12 04:44:08",
- "update_id": 138592,
- "user_id": 240,
- "testcase_feedback": [],
- "user": {
- "id": 240,
- "name": "ellert",
- "email": "mattias.ellert@physics.uu.se",
- "avatar": "https://seccdn.libravatar.org/avatar/1d5b9167cd38f690f0f86603457068cd23b4e21033f8c7f7164d7732806579f7?s=24&d=retro",
- "openid": "ellert.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- }
- },
- {
- "karma": 1,
- "comment_id": 944964,
- "bug_id": 1692089,
- "comment": {
- "id": 944964,
- "karma": 1,
- "karma_critpath": 0,
- "text": "Update looks good, Eclipse installs, and Eclipse CDT testing passes. Thanks.",
- "timestamp": "2019-05-14 15:12:25",
- "update_id": 138592,
- "user_id": 1432,
- "testcase_feedback": [],
- "user": {
- "id": 1432,
- "name": "codonell",
- "email": "codonell@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/1f6bc3a51cd8602c2d10b44fae35609347bc38a7750b7e3f1ef4291708db079d?s=24&d=retro",
- "openid": "codonell.id.fedoraproject.org",
- "groups": [
- {
- "name": "packager"
- }
- ]
- }
- }
- }
- ]
- }
- ],
- "user": {
- "id": 436,
- "name": "mizdebsk",
- "email": "mizdebsk@redhat.com",
- "avatar": "https://seccdn.libravatar.org/avatar/8150b8202d06f1341b75edb2ab24ab389c070da3d06370ed7233a9dd81d08a12?s=24&d=retro",
- "openid": "mizdebsk.id.fedoraproject.org",
- "groups": [
- {
- "name": "sysadmin-main"
- },
- {
- "name": "provenpackager"
- },
- {
- "name": "packager"
- },
- {
- "name": "eclipse-sig"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-77159eb4c1",
- "karma": 2,
- "content_type": "module",
- "test_cases": []
- },
- {
- "autokarma": true,
- "stable_karma": 1,
- "unstable_karma": -3,
- "requirements": "",
- "require_bugs": true,
- "require_testcases": true,
- "display_name": "",
- "notes": "Update stratisd to 1.0.4",
- "type": "bugfix",
- "status": "stable",
- "request": null,
- "severity": "unspecified",
- "suggest": "unspecified",
- "locked": false,
- "pushed": true,
- "critpath": false,
- "close_bugs": true,
- "date_submitted": "2019-05-07 11:31:05",
- "date_modified": null,
- "date_approved": null,
- "date_pushed": "2019-05-16 04:09:14",
- "date_testing": "2019-05-08 03:56:14",
- "date_stable": "2019-05-16 04:09:14",
- "alias": "FEDORA-MODULAR-2019-2b4e3420ac",
- "test_gating_status": "ignored",
- "meets_testing_requirements": true,
- "url": "https://bodhi.fedoraproject.org/updates/FEDORA-MODULAR-2019-2b4e3420ac",
- "title": "stratis-1-3020190507073310.2c789dff",
- "release": {
- "name": "F30M",
- "long_name": "Fedora 30 Modular",
- "version": "30",
- "id_prefix": "FEDORA-MODULAR",
- "branch": "f30m",
- "dist_tag": "f30-modular",
- "stable_tag": "f30-modular-updates",
- "testing_tag": "f30-modular-updates-testing",
- "candidate_tag": "f30-modular-updates-candidate",
- "pending_signing_tag": "f30-modular-signing-pending",
- "pending_testing_tag": "f30-modular-updates-testing-pending",
- "pending_stable_tag": "f30-modular-updates-pending",
- "override_tag": "f30-modular-override",
- "mail_template": "fedora_errata_template",
- "state": "current",
- "composed_by_bodhi": true,
- "composes": []
- },
- "comments": [
- {
- "id": 941490,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for testing by ignatenkobrain. ",
- "timestamp": "2019-05-07 11:31:05",
- "update_id": 138545,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 941929,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to testing.",
- "timestamp": "2019-05-08 03:56:17",
- "update_id": 138545,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 945368,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes",
- "timestamp": "2019-05-15 06:01:18",
- "update_id": 138545,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 945405,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for batched by ignatenkobrain. ",
- "timestamp": "2019-05-15 06:43:24",
- "update_id": 138545,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 945406,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been submitted for stable by ignatenkobrain. ",
- "timestamp": "2019-05-15 06:43:33",
- "update_id": 138545,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- },
- {
- "id": 946016,
- "karma": 0,
- "karma_critpath": 0,
- "text": "This update has been pushed to stable.",
- "timestamp": "2019-05-16 04:09:18",
- "update_id": 138545,
- "user_id": 91,
- "bug_feedback": [],
- "testcase_feedback": [],
- "user": {
- "id": 91,
- "name": "bodhi",
- "email": null,
- "avatar": "https://apps.fedoraproject.org/img/icons/bodhi-24.png",
- "openid": "bodhi.id.fedoraproject.org",
- "groups": []
- }
- }
- ],
- "builds": [
- {
- "nvr": "stratis-1-3020190507073310.2c789dff",
- "release_id": 29,
- "signed": true,
- "type": "module"
- }
- ],
- "compose": null,
- "bugs": [
- {
- "bug_id": 1707075,
- "title": "stratisd-1.0.4 is available",
- "security": false,
- "parent": false,
- "feedback": []
- }
- ],
- "user": {
- "id": 344,
- "name": "ignatenkobrain",
- "email": "i.gnatenko.brain@gmail.com",
- "avatar": "https://seccdn.libravatar.org/avatar/e017a3b9be7c4feb5b4f9e4297a52b9e29f854e5a707e520491355d7335aef1d?s=24&d=retro",
- "openid": "ignatenkobrain.id.fedoraproject.org",
- "groups": [
- {
- "name": "python-sig"
- },
- {
- "name": "packager"
- },
- {
- "name": "provenpackager"
- }
- ]
- },
- "updateid": "FEDORA-MODULAR-2019-2b4e3420ac",
- "karma": 0,
- "content_type": "module",
- "test_cases": []
- }
- ],
- "page": 1,
- "pages": 4,
- "rows_per_page": 20,
- "total": 75,
- "chrome": true,
- "display_user": true,
- "display_request": true,
- "package": null
-}
\ No newline at end of file
+{'chrome': True,
+ 'display_request': True,
+ 'display_user': True,
+ 'package': None,
+ 'page': 1,
+ 'pages': 7098,
+ 'rows_per_page': 20,
+ 'total': 141949,
+ 'updates': [{'alias': 'FEDORA-2019-59b6517de6',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'moodle-3.5.7-1.fc29',
+ 'release_id': 23,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969923,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by limb. ',
+ 'timestamp': '2019-07-08 14:15:08',
+ 'update_id': 142464,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969924,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 14:15:08',
+ 'update_id': 142464,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969925,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 14:15:10',
+ 'update_id': 142464,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 14:15:07',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Latest upstream.',
+ 'pushed': False,
+ 'release': {'branch': 'f29',
+ 'candidate_tag': 'f29-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'testing',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:02:05',
+ 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
+ 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
+ {'alias': 'FEDORA-2019-ddeb943ee8',
+ 'title': 'anki-2.1.14-1.fc29'},
+ {'alias': 'FEDORA-2019-a9500f635c',
+ 'title': 'nightfall-1.92-1.fc29'},
+ {'alias': 'FEDORA-2019-4335cab80c',
+ 'title': 'lollypop-1.1.4.1-1.fc29'},
+ {'alias': 'FEDORA-2019-22e5fc87a1',
+ 'title': 'HepMC3-3.1.1-2.fc29, '
+ 'js-jsroot-5.7.0-1.fc29, '
+ 'and 2 '
+ 'more'},
+ {'alias': 'FEDORA-2019-a0c059e598',
+ 'title': 'granite-5.2.4-1.fc29'},
+ {'alias': 'FEDORA-2019-cd9024067b',
+ 'title': 'cervisia-19.04.2-1.fc29, '
+ 'kapptemplate-19.04.2-1.fc29, '
+ 'and 10 '
+ 'more'}]},
+ {'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'stable',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:14:40',
+ 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
+ 'title': 'python-pipreqs-0.4.9-1.fc29'},
+ {'alias': 'FEDORA-2019-a41e87016c',
+ 'title': 'lyx-2.3.3-1.fc29'},
+ {'alias': 'FEDORA-2019-dd59efb43b',
+ 'title': 'python-mwclient-0.9.3-3.fc29'},
+ {'alias': 'FEDORA-2019-17548c0c7d',
+ 'title': 'GeographicLib-1.49-5.fc29'},
+ {'alias': 'FEDORA-2019-d6e93c5bf9',
+ 'title': 'lutris-0.5.2.2-1.fc29'},
+ {'alias': 'FEDORA-2019-6b5883188a',
+ 'title': 'foliate-1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-f099f9d023',
+ 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
+ {'alias': 'FEDORA-2019-886c33fecb',
+ 'title': 'lollypop-1.1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-1ae2e45fbd',
+ 'title': 'fldigi-4.1.04-1.fc29'},
+ {'alias': 'FEDORA-2019-60741f1236',
+ 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
+ 'dist_tag': 'f29',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 29',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F29',
+ 'override_tag': 'f29-override',
+ 'pending_signing_tag': 'f29-signing-pending',
+ 'pending_stable_tag': 'f29-updates-pending',
+ 'pending_testing_tag': 'f29-updates-testing-pending',
+ 'stable_tag': 'f29-updates',
+ 'state': 'current',
+ 'testing_tag': 'f29-updates-testing',
+ 'version': '29'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'moodle-3.5.7-1.fc29',
+ 'type': 'bugfix',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-59b6517de6',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-59b6517de6',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/7f28067f680c104a7d61fcfae961947a4f60c0e71d5ae9a714d248163c123a3d?s=24&d=retro',
+ 'email': 'gwync@protonmail.com',
+ 'groups': [Munch({'name': 'releng-team'}),
+ Munch({'name': 'provenpackager'}),
+ Munch({'name': 'packager'})],
+ 'id': 134,
+ 'name': 'limb',
+ 'openid': 'limb.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-f62d672708',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'moodle-3.6.5-1.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969921,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by limb. ',
+ 'timestamp': '2019-07-08 14:15:07',
+ 'update_id': 142463,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969922,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 14:15:07',
+ 'update_id': 142463,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969926,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 14:15:10',
+ 'update_id': 142463,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 14:15:07',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Latest upstream.',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'moodle-3.6.5-1.fc30',
+ 'type': 'bugfix',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-f62d672708',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-f62d672708',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/7f28067f680c104a7d61fcfae961947a4f60c0e71d5ae9a714d248163c123a3d?s=24&d=retro',
+ 'email': 'gwync@protonmail.com',
+ 'groups': [Munch({'name': 'releng-team'}),
+ Munch({'name': 'provenpackager'}),
+ Munch({'name': 'packager'})],
+ 'id': 134,
+ 'name': 'limb',
+ 'openid': 'limb.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-05d172b811',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'intel-gmmlib-19.2.3-1.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969918,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by kwizart. ',
+ 'timestamp': '2019-07-08 13:59:19',
+ 'update_id': 142462,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969919,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 13:59:19',
+ 'update_id': 142462,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969920,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 13:59:22',
+ 'update_id': 142462,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 13:59:19',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Various bugfixes and PCI_IDS adds.',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'intel-gmmlib-19.2.3-1.fc30',
+ 'type': 'bugfix',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-05d172b811',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-05d172b811',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/b597ed505c258eabec19539f31a90c956f93a8f3ce481edea18f3bebeb93e91e?s=24&d=retro',
+ 'email': 'kwizart@gmail.com',
+ 'groups': [Munch({'name': 'provenpackager'}),
+ Munch({'name': 'packager'})],
+ 'id': 468,
+ 'name': 'kwizart',
+ 'openid': 'kwizart.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-EPEL-2019-99f3b7d8d2',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'python-enlighten-1.3.0-1.el6',
+ 'release_id': 10,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969915,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by aviso. ',
+ 'timestamp': '2019-07-08 13:57:24',
+ 'update_id': 142461,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969916,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 13:57:25',
+ 'update_id': 142461,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969917,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 13:57:27',
+ 'update_id': 142461,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 13:57:24',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Update to 1.3.0',
+ 'pushed': False,
+ 'release': {'branch': 'el6',
+ 'candidate_tag': 'dist-6E-epel-testing-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'dist-6E-epel',
+ 'id_prefix': 'FEDORA-EPEL',
+ 'long_name': 'Fedora EPEL 6',
+ 'mail_template': 'fedora_epel_legacy_errata_template',
+ 'name': 'EL-6',
+ 'override_tag': 'dist-6E-epel-override',
+ 'pending_signing_tag': '',
+ 'pending_stable_tag': '',
+ 'pending_testing_tag': '',
+ 'stable_tag': 'dist-6E-epel',
+ 'state': 'current',
+ 'testing_tag': 'dist-6E-epel-testing',
+ 'version': '6'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'python-enlighten-1.3.0-1.el6',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-EPEL-2019-99f3b7d8d2',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-99f3b7d8d2',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/5cc92e1c200362738ff6ea7c6c43d626a1bf5609134e7fc91f1a7717cb206d20?s=24&d=retro',
+ 'email': 'aviso@rockhopper.net',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 549,
+ 'name': 'aviso',
+ 'openid': 'aviso.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-EPEL-2019-f88370b207',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'python-enlighten-1.3.0-1.el7',
+ 'release_id': 8,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969912,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by aviso. ',
+ 'timestamp': '2019-07-08 13:49:57',
+ 'update_id': 142460,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969913,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 13:49:57',
+ 'update_id': 142460,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969914,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 13:49:59',
+ 'update_id': 142460,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 13:49:57',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Update to 1.3.0',
+ 'pushed': False,
+ 'release': {'branch': 'epel7',
+ 'candidate_tag': 'epel7-testing-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'epel7',
+ 'id_prefix': 'FEDORA-EPEL',
+ 'long_name': 'Fedora EPEL 7',
+ 'mail_template': 'fedora_epel_legacy_errata_template',
+ 'name': 'EPEL-7',
+ 'override_tag': 'epel7-override',
+ 'pending_signing_tag': 'epel7-signing-pending',
+ 'pending_stable_tag': 'epel7-pending',
+ 'pending_testing_tag': 'epel7-testing-pending',
+ 'stable_tag': 'epel7',
+ 'state': 'current',
+ 'testing_tag': 'epel7-testing',
+ 'version': '7'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'python-enlighten-1.3.0-1.el7',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-EPEL-2019-f88370b207',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-f88370b207',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/5cc92e1c200362738ff6ea7c6c43d626a1bf5609134e7fc91f1a7717cb206d20?s=24&d=retro',
+ 'email': 'aviso@rockhopper.net',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 549,
+ 'name': 'aviso',
+ 'openid': 'aviso.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-596f2df57b',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'python-enlighten-1.3.0-1.fc29',
+ 'release_id': 23,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969908,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by aviso. ',
+ 'timestamp': '2019-07-08 13:39:18',
+ 'update_id': 142459,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969909,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 13:39:18',
+ 'update_id': 142459,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969910,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 13:39:21',
+ 'update_id': 142459,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 13:39:18',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Update to 1.3.0',
+ 'pushed': False,
+ 'release': {'branch': 'f29',
+ 'candidate_tag': 'f29-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'testing',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:02:05',
+ 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
+ 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
+ {'alias': 'FEDORA-2019-ddeb943ee8',
+ 'title': 'anki-2.1.14-1.fc29'},
+ {'alias': 'FEDORA-2019-a9500f635c',
+ 'title': 'nightfall-1.92-1.fc29'},
+ {'alias': 'FEDORA-2019-4335cab80c',
+ 'title': 'lollypop-1.1.4.1-1.fc29'},
+ {'alias': 'FEDORA-2019-22e5fc87a1',
+ 'title': 'HepMC3-3.1.1-2.fc29, '
+ 'js-jsroot-5.7.0-1.fc29, '
+ 'and 2 '
+ 'more'},
+ {'alias': 'FEDORA-2019-a0c059e598',
+ 'title': 'granite-5.2.4-1.fc29'},
+ {'alias': 'FEDORA-2019-cd9024067b',
+ 'title': 'cervisia-19.04.2-1.fc29, '
+ 'kapptemplate-19.04.2-1.fc29, '
+ 'and 10 '
+ 'more'}]},
+ {'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'stable',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:14:40',
+ 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
+ 'title': 'python-pipreqs-0.4.9-1.fc29'},
+ {'alias': 'FEDORA-2019-a41e87016c',
+ 'title': 'lyx-2.3.3-1.fc29'},
+ {'alias': 'FEDORA-2019-dd59efb43b',
+ 'title': 'python-mwclient-0.9.3-3.fc29'},
+ {'alias': 'FEDORA-2019-17548c0c7d',
+ 'title': 'GeographicLib-1.49-5.fc29'},
+ {'alias': 'FEDORA-2019-d6e93c5bf9',
+ 'title': 'lutris-0.5.2.2-1.fc29'},
+ {'alias': 'FEDORA-2019-6b5883188a',
+ 'title': 'foliate-1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-f099f9d023',
+ 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
+ {'alias': 'FEDORA-2019-886c33fecb',
+ 'title': 'lollypop-1.1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-1ae2e45fbd',
+ 'title': 'fldigi-4.1.04-1.fc29'},
+ {'alias': 'FEDORA-2019-60741f1236',
+ 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
+ 'dist_tag': 'f29',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 29',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F29',
+ 'override_tag': 'f29-override',
+ 'pending_signing_tag': 'f29-signing-pending',
+ 'pending_stable_tag': 'f29-updates-pending',
+ 'pending_testing_tag': 'f29-updates-testing-pending',
+ 'stable_tag': 'f29-updates',
+ 'state': 'current',
+ 'testing_tag': 'f29-updates-testing',
+ 'version': '29'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'python-enlighten-1.3.0-1.fc29',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-596f2df57b',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-596f2df57b',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/5cc92e1c200362738ff6ea7c6c43d626a1bf5609134e7fc91f1a7717cb206d20?s=24&d=retro',
+ 'email': 'aviso@rockhopper.net',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 549,
+ 'name': 'aviso',
+ 'openid': 'aviso.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-b412e93178',
+ 'autokarma': True,
+ 'bugs': [{'bug_id': 1699812,
+ 'feedback': [],
+ 'parent': False,
+ 'security': False,
+ 'title': 'python-enlighten-1.3.0 is available'}],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'python-enlighten-1.3.0-1.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969905,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by aviso. ',
+ 'timestamp': '2019-07-08 13:31:18',
+ 'update_id': 142458,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969906,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 13:31:18',
+ 'update_id': 142458,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969907,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 13:31:22',
+ 'update_id': 142458,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 13:31:18',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Update to 1.3.0',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'python-enlighten-1.3.0-1.fc30',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-b412e93178',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-b412e93178',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/5cc92e1c200362738ff6ea7c6c43d626a1bf5609134e7fc91f1a7717cb206d20?s=24&d=retro',
+ 'email': 'aviso@rockhopper.net',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 549,
+ 'name': 'aviso',
+ 'openid': 'aviso.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-60ea57e853',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'gst-transcoder-1.16.0-1.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969894,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by limb. ',
+ 'timestamp': '2019-07-08 13:17:42',
+ 'update_id': 142457,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969895,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 13:17:42',
+ 'update_id': 142457,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969897,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 13:17:45',
+ 'update_id': 142457,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 13:17:42',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Update to more recent releases.',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'low',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'gst-transcoder-1.16.0-1.fc30',
+ 'type': 'bugfix',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-60ea57e853',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-60ea57e853',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/7f28067f680c104a7d61fcfae961947a4f60c0e71d5ae9a714d248163c123a3d?s=24&d=retro',
+ 'email': 'gwync@protonmail.com',
+ 'groups': [Munch({'name': 'releng-team'}),
+ Munch({'name': 'provenpackager'}),
+ Munch({'name': 'packager'})],
+ 'id': 134,
+ 'name': 'limb',
+ 'openid': 'limb.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-375a1e2963',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'gst-transcoder-1.14.1-1.fc29',
+ 'release_id': 23,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969892,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by limb. ',
+ 'timestamp': '2019-07-08 13:17:41',
+ 'update_id': 142456,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969893,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 13:17:42',
+ 'update_id': 142456,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969896,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 13:17:45',
+ 'update_id': 142456,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 13:17:38',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Update to more recent releases.',
+ 'pushed': False,
+ 'release': {'branch': 'f29',
+ 'candidate_tag': 'f29-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'testing',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:02:05',
+ 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
+ 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
+ {'alias': 'FEDORA-2019-ddeb943ee8',
+ 'title': 'anki-2.1.14-1.fc29'},
+ {'alias': 'FEDORA-2019-a9500f635c',
+ 'title': 'nightfall-1.92-1.fc29'},
+ {'alias': 'FEDORA-2019-4335cab80c',
+ 'title': 'lollypop-1.1.4.1-1.fc29'},
+ {'alias': 'FEDORA-2019-22e5fc87a1',
+ 'title': 'HepMC3-3.1.1-2.fc29, '
+ 'js-jsroot-5.7.0-1.fc29, '
+ 'and 2 '
+ 'more'},
+ {'alias': 'FEDORA-2019-a0c059e598',
+ 'title': 'granite-5.2.4-1.fc29'},
+ {'alias': 'FEDORA-2019-cd9024067b',
+ 'title': 'cervisia-19.04.2-1.fc29, '
+ 'kapptemplate-19.04.2-1.fc29, '
+ 'and 10 '
+ 'more'}]},
+ {'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'stable',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:14:40',
+ 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
+ 'title': 'python-pipreqs-0.4.9-1.fc29'},
+ {'alias': 'FEDORA-2019-a41e87016c',
+ 'title': 'lyx-2.3.3-1.fc29'},
+ {'alias': 'FEDORA-2019-dd59efb43b',
+ 'title': 'python-mwclient-0.9.3-3.fc29'},
+ {'alias': 'FEDORA-2019-17548c0c7d',
+ 'title': 'GeographicLib-1.49-5.fc29'},
+ {'alias': 'FEDORA-2019-d6e93c5bf9',
+ 'title': 'lutris-0.5.2.2-1.fc29'},
+ {'alias': 'FEDORA-2019-6b5883188a',
+ 'title': 'foliate-1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-f099f9d023',
+ 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
+ {'alias': 'FEDORA-2019-886c33fecb',
+ 'title': 'lollypop-1.1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-1ae2e45fbd',
+ 'title': 'fldigi-4.1.04-1.fc29'},
+ {'alias': 'FEDORA-2019-60741f1236',
+ 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
+ 'dist_tag': 'f29',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 29',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F29',
+ 'override_tag': 'f29-override',
+ 'pending_signing_tag': 'f29-signing-pending',
+ 'pending_stable_tag': 'f29-updates-pending',
+ 'pending_testing_tag': 'f29-updates-testing-pending',
+ 'stable_tag': 'f29-updates',
+ 'state': 'current',
+ 'testing_tag': 'f29-updates-testing',
+ 'version': '29'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'low',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'gst-transcoder-1.14.1-1.fc29',
+ 'type': 'bugfix',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-375a1e2963',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-375a1e2963',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/7f28067f680c104a7d61fcfae961947a4f60c0e71d5ae9a714d248163c123a3d?s=24&d=retro',
+ 'email': 'gwync@protonmail.com',
+ 'groups': [Munch({'name': 'releng-team'}),
+ Munch({'name': 'provenpackager'}),
+ Munch({'name': 'packager'})],
+ 'id': 134,
+ 'name': 'limb',
+ 'openid': 'limb.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-3ff27ac119',
+ 'autokarma': True,
+ 'bugs': [{'bug_id': 1726163,
+ 'feedback': [],
+ 'parent': False,
+ 'security': False,
+ 'title': 'fusioninventory-agent-2.5.1 is available'}],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'fusioninventory-agent-2.5.1-1.fc29',
+ 'release_id': 23,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969888,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by trasher. ',
+ 'timestamp': '2019-07-08 12:51:40',
+ 'update_id': 142455,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969889,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 12:51:41',
+ 'update_id': 142455,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969890,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 12:51:45',
+ 'update_id': 142455,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 12:51:40',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Last upstream release',
+ 'pushed': False,
+ 'release': {'branch': 'f29',
+ 'candidate_tag': 'f29-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'testing',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:02:05',
+ 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
+ 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
+ {'alias': 'FEDORA-2019-ddeb943ee8',
+ 'title': 'anki-2.1.14-1.fc29'},
+ {'alias': 'FEDORA-2019-a9500f635c',
+ 'title': 'nightfall-1.92-1.fc29'},
+ {'alias': 'FEDORA-2019-4335cab80c',
+ 'title': 'lollypop-1.1.4.1-1.fc29'},
+ {'alias': 'FEDORA-2019-22e5fc87a1',
+ 'title': 'HepMC3-3.1.1-2.fc29, '
+ 'js-jsroot-5.7.0-1.fc29, '
+ 'and 2 '
+ 'more'},
+ {'alias': 'FEDORA-2019-a0c059e598',
+ 'title': 'granite-5.2.4-1.fc29'},
+ {'alias': 'FEDORA-2019-cd9024067b',
+ 'title': 'cervisia-19.04.2-1.fc29, '
+ 'kapptemplate-19.04.2-1.fc29, '
+ 'and 10 '
+ 'more'}]},
+ {'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'stable',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:14:40',
+ 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
+ 'title': 'python-pipreqs-0.4.9-1.fc29'},
+ {'alias': 'FEDORA-2019-a41e87016c',
+ 'title': 'lyx-2.3.3-1.fc29'},
+ {'alias': 'FEDORA-2019-dd59efb43b',
+ 'title': 'python-mwclient-0.9.3-3.fc29'},
+ {'alias': 'FEDORA-2019-17548c0c7d',
+ 'title': 'GeographicLib-1.49-5.fc29'},
+ {'alias': 'FEDORA-2019-d6e93c5bf9',
+ 'title': 'lutris-0.5.2.2-1.fc29'},
+ {'alias': 'FEDORA-2019-6b5883188a',
+ 'title': 'foliate-1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-f099f9d023',
+ 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
+ {'alias': 'FEDORA-2019-886c33fecb',
+ 'title': 'lollypop-1.1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-1ae2e45fbd',
+ 'title': 'fldigi-4.1.04-1.fc29'},
+ {'alias': 'FEDORA-2019-60741f1236',
+ 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
+ 'dist_tag': 'f29',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 29',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F29',
+ 'override_tag': 'f29-override',
+ 'pending_signing_tag': 'f29-signing-pending',
+ 'pending_stable_tag': 'f29-updates-pending',
+ 'pending_testing_tag': 'f29-updates-testing-pending',
+ 'stable_tag': 'f29-updates',
+ 'state': 'current',
+ 'testing_tag': 'f29-updates-testing',
+ 'version': '29'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'fusioninventory-agent-2.5.1-1.fc29',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-3ff27ac119',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-3ff27ac119',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/bbee8ccb98db0515a5d326bf790d08a13cd84ea5ed74467d39bcda4fcb73c43b?s=24&d=retro',
+ 'email': 'johan@x-tnd.be',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 550,
+ 'name': 'trasher',
+ 'openid': 'trasher.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-9faea39bf7',
+ 'autokarma': True,
+ 'bugs': [{'bug_id': 1726163,
+ 'feedback': [],
+ 'parent': False,
+ 'security': False,
+ 'title': 'fusioninventory-agent-2.5.1 is available'}],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'fusioninventory-agent-2.5.1-1.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969886,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by trasher. ',
+ 'timestamp': '2019-07-08 12:51:39',
+ 'update_id': 142454,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969887,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 12:51:40',
+ 'update_id': 142454,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969891,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 12:51:45',
+ 'update_id': 142454,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 12:51:39',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'Last upstream release',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'fusioninventory-agent-2.5.1-1.fc30',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-9faea39bf7',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-9faea39bf7',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/bbee8ccb98db0515a5d326bf790d08a13cd84ea5ed74467d39bcda4fcb73c43b?s=24&d=retro',
+ 'email': 'johan@x-tnd.be',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 550,
+ 'name': 'trasher',
+ 'openid': 'trasher.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-f15f5b30f1',
+ 'autokarma': True,
+ 'bugs': [{'bug_id': 1726462,
+ 'feedback': [],
+ 'parent': False,
+ 'security': False,
+ 'title': 'postfix-3.4.6 is available'}],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'postfix-3.4.6-1.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969883,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by jskarvad. ',
+ 'timestamp': '2019-07-08 12:45:37',
+ 'update_id': 142453,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969884,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 12:45:38',
+ 'update_id': 142453,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969885,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 12:45:41',
+ 'update_id': 142453,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 12:45:36',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'This is new version of postfix.',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [{'name': 'QA:Testcase Postfix',
+ 'package_id': 6236}],
+ 'test_gating_status': 'ignored',
+ 'title': 'postfix-3.4.6-1.fc30',
+ 'type': 'bugfix',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-f15f5b30f1',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-f15f5b30f1',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/ccc672094c5197c6a07761eca84a5f20d750e98f19a5f9132e7e92494cf3a5ab?s=24&d=retro',
+ 'email': 'jskarvad@redhat.com',
+ 'groups': [Munch({'name': 'provenpackager'}),
+ Munch({'name': 'packager'})],
+ 'id': 591,
+ 'name': 'jskarvad',
+ 'openid': 'jskarvad.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-a00aee00ae',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'php-phpunit-php-code-coverage7-7.0.6-1.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969867,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by remi. ',
+ 'timestamp': '2019-07-08 11:18:24',
+ 'update_id': 142452,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969868,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 11:18:25',
+ 'update_id': 142452,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969869,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 11:18:29',
+ 'update_id': 142452,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 11:18:24',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': '**Version 7.0.6** - 2019-07-08\n'
+ '\n'
+ '**Changed**\n'
+ '\n'
+ '* Bumped required version of php-token-stream\n',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'php-phpunit-php-code-coverage7-7.0.6-1.fc30',
+ 'type': 'bugfix',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-a00aee00ae',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-a00aee00ae',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/33ddfefecc66c71eb7d6eb60503cf7f665d3bceb22e2f8e3af2704260a995ab2?s=24&d=retro',
+ 'email': 'fedora@famillecollet.com',
+ 'groups': [Munch({'name': 'provenpackager'}),
+ Munch({'name': 'packager'})],
+ 'id': 94,
+ 'name': 'remi',
+ 'openid': 'remi.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-2684c8377b',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'php-phpunit-php-code-coverage7-7.0.6-1.fc29',
+ 'release_id': 23,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969865,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by remi. ',
+ 'timestamp': '2019-07-08 11:18:22',
+ 'update_id': 142451,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969866,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 11:18:22',
+ 'update_id': 142451,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969870,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 11:18:31',
+ 'update_id': 142451,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 11:18:21',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': '**Version 7.0.6** - 2019-07-08\n'
+ '\n'
+ '**Changed**\n'
+ '\n'
+ '* Bumped required version of php-token-stream\n',
+ 'pushed': False,
+ 'release': {'branch': 'f29',
+ 'candidate_tag': 'f29-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'testing',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:02:05',
+ 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
+ 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
+ {'alias': 'FEDORA-2019-ddeb943ee8',
+ 'title': 'anki-2.1.14-1.fc29'},
+ {'alias': 'FEDORA-2019-a9500f635c',
+ 'title': 'nightfall-1.92-1.fc29'},
+ {'alias': 'FEDORA-2019-4335cab80c',
+ 'title': 'lollypop-1.1.4.1-1.fc29'},
+ {'alias': 'FEDORA-2019-22e5fc87a1',
+ 'title': 'HepMC3-3.1.1-2.fc29, '
+ 'js-jsroot-5.7.0-1.fc29, '
+ 'and 2 '
+ 'more'},
+ {'alias': 'FEDORA-2019-a0c059e598',
+ 'title': 'granite-5.2.4-1.fc29'},
+ {'alias': 'FEDORA-2019-cd9024067b',
+ 'title': 'cervisia-19.04.2-1.fc29, '
+ 'kapptemplate-19.04.2-1.fc29, '
+ 'and 10 '
+ 'more'}]},
+ {'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'stable',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:14:40',
+ 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
+ 'title': 'python-pipreqs-0.4.9-1.fc29'},
+ {'alias': 'FEDORA-2019-a41e87016c',
+ 'title': 'lyx-2.3.3-1.fc29'},
+ {'alias': 'FEDORA-2019-dd59efb43b',
+ 'title': 'python-mwclient-0.9.3-3.fc29'},
+ {'alias': 'FEDORA-2019-17548c0c7d',
+ 'title': 'GeographicLib-1.49-5.fc29'},
+ {'alias': 'FEDORA-2019-d6e93c5bf9',
+ 'title': 'lutris-0.5.2.2-1.fc29'},
+ {'alias': 'FEDORA-2019-6b5883188a',
+ 'title': 'foliate-1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-f099f9d023',
+ 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
+ {'alias': 'FEDORA-2019-886c33fecb',
+ 'title': 'lollypop-1.1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-1ae2e45fbd',
+ 'title': 'fldigi-4.1.04-1.fc29'},
+ {'alias': 'FEDORA-2019-60741f1236',
+ 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
+ 'dist_tag': 'f29',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 29',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F29',
+ 'override_tag': 'f29-override',
+ 'pending_signing_tag': 'f29-signing-pending',
+ 'pending_stable_tag': 'f29-updates-pending',
+ 'pending_testing_tag': 'f29-updates-testing-pending',
+ 'stable_tag': 'f29-updates',
+ 'state': 'current',
+ 'testing_tag': 'f29-updates-testing',
+ 'version': '29'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'php-phpunit-php-code-coverage7-7.0.6-1.fc29',
+ 'type': 'bugfix',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-2684c8377b',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-2684c8377b',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/33ddfefecc66c71eb7d6eb60503cf7f665d3bceb22e2f8e3af2704260a995ab2?s=24&d=retro',
+ 'email': 'fedora@famillecollet.com',
+ 'groups': [Munch({'name': 'provenpackager'}),
+ Munch({'name': 'packager'})],
+ 'id': 94,
+ 'name': 'remi',
+ 'openid': 'remi.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-aed6d9b1c4',
+ 'autokarma': True,
+ 'bugs': [{'bug_id': 1727672,
+ 'feedback': [],
+ 'parent': False,
+ 'security': False,
+ 'title': 'josm-15234 is available'}],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'josm-0-0.96.15234svn.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969862,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by jjelen. ',
+ 'timestamp': '2019-07-08 10:38:31',
+ 'update_id': 142450,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969863,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 10:38:31',
+ 'update_id': 142450,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969864,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 10:38:35',
+ 'update_id': 142450,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 10:38:31',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'New upstream release (#1727672)',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'josm-0-0.96.15234svn.fc30',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-aed6d9b1c4',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-aed6d9b1c4',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/b885175d1313368d5ded514001843e2ebf7f1e43dede997a42d74b3653aada8c?s=24&d=retro',
+ 'email': 'jjelen@redhat.com',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 1178,
+ 'name': 'jjelen',
+ 'openid': 'jjelen.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-c84ef6946c',
+ 'autokarma': True,
+ 'bugs': [{'bug_id': 1727700,
+ 'feedback': [],
+ 'parent': False,
+ 'security': False,
+ 'title': 'gpxsee-7.10 is available'}],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'gpxsee-7.10-1.fc29',
+ 'release_id': 23,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969857,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by nforro. ',
+ 'timestamp': '2019-07-08 10:32:05',
+ 'update_id': 142449,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969858,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 10:32:05',
+ 'update_id': 142449,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969859,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 10:32:10',
+ 'update_id': 142449,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 10:32:05',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': '**News in version 7.10**:\n'
+ '\n'
+ '* Various IMG maps fixes and improvements',
+ 'pushed': False,
+ 'release': {'branch': 'f29',
+ 'candidate_tag': 'f29-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'testing',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:02:05',
+ 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
+ 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
+ {'alias': 'FEDORA-2019-ddeb943ee8',
+ 'title': 'anki-2.1.14-1.fc29'},
+ {'alias': 'FEDORA-2019-a9500f635c',
+ 'title': 'nightfall-1.92-1.fc29'},
+ {'alias': 'FEDORA-2019-4335cab80c',
+ 'title': 'lollypop-1.1.4.1-1.fc29'},
+ {'alias': 'FEDORA-2019-22e5fc87a1',
+ 'title': 'HepMC3-3.1.1-2.fc29, '
+ 'js-jsroot-5.7.0-1.fc29, '
+ 'and 2 '
+ 'more'},
+ {'alias': 'FEDORA-2019-a0c059e598',
+ 'title': 'granite-5.2.4-1.fc29'},
+ {'alias': 'FEDORA-2019-cd9024067b',
+ 'title': 'cervisia-19.04.2-1.fc29, '
+ 'kapptemplate-19.04.2-1.fc29, '
+ 'and 10 '
+ 'more'}]},
+ {'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'stable',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:14:40',
+ 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
+ 'title': 'python-pipreqs-0.4.9-1.fc29'},
+ {'alias': 'FEDORA-2019-a41e87016c',
+ 'title': 'lyx-2.3.3-1.fc29'},
+ {'alias': 'FEDORA-2019-dd59efb43b',
+ 'title': 'python-mwclient-0.9.3-3.fc29'},
+ {'alias': 'FEDORA-2019-17548c0c7d',
+ 'title': 'GeographicLib-1.49-5.fc29'},
+ {'alias': 'FEDORA-2019-d6e93c5bf9',
+ 'title': 'lutris-0.5.2.2-1.fc29'},
+ {'alias': 'FEDORA-2019-6b5883188a',
+ 'title': 'foliate-1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-f099f9d023',
+ 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
+ {'alias': 'FEDORA-2019-886c33fecb',
+ 'title': 'lollypop-1.1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-1ae2e45fbd',
+ 'title': 'fldigi-4.1.04-1.fc29'},
+ {'alias': 'FEDORA-2019-60741f1236',
+ 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
+ 'dist_tag': 'f29',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 29',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F29',
+ 'override_tag': 'f29-override',
+ 'pending_signing_tag': 'f29-signing-pending',
+ 'pending_stable_tag': 'f29-updates-pending',
+ 'pending_testing_tag': 'f29-updates-testing-pending',
+ 'stable_tag': 'f29-updates',
+ 'state': 'current',
+ 'testing_tag': 'f29-updates-testing',
+ 'version': '29'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'gpxsee-7.10-1.fc29',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-c84ef6946c',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-c84ef6946c',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/75ff31aa3669a02b748635addbcfa27d086cc084351556f990d94fe4bce54afb?s=24&d=retro',
+ 'email': 'nforro@redhat.com',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 970,
+ 'name': 'nforro',
+ 'openid': 'nforro.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-8a4b8e63b4',
+ 'autokarma': True,
+ 'bugs': [{'bug_id': 1727700,
+ 'feedback': [],
+ 'parent': False,
+ 'security': False,
+ 'title': 'gpxsee-7.10 is available'}],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'gpxsee-7.10-1.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969855,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by nforro. ',
+ 'timestamp': '2019-07-08 10:32:05',
+ 'update_id': 142448,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969856,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 10:32:05',
+ 'update_id': 142448,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969860,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 10:32:10',
+ 'update_id': 142448,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 10:32:04',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': '**News in version 7.10**:\n'
+ '\n'
+ '* Various IMG maps fixes and improvements',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'gpxsee-7.10-1.fc30',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-8a4b8e63b4',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-8a4b8e63b4',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/75ff31aa3669a02b748635addbcfa27d086cc084351556f990d94fe4bce54afb?s=24&d=retro',
+ 'email': 'nforro@redhat.com',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 970,
+ 'name': 'nforro',
+ 'openid': 'nforro.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-4c0eb5af05',
+ 'autokarma': True,
+ 'bugs': [{'bug_id': 1648612,
+ 'feedback': [],
+ 'parent': False,
+ 'security': False,
+ 'title': 'bad hinting instructions from bug in '
+ 'ttfautohint'}],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'lohit-telugu-fonts-2.5.5-6.fc29',
+ 'release_id': 23,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969851,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by vishalvvr. ',
+ 'timestamp': '2019-07-08 10:31:56',
+ 'update_id': 142447,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969852,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 10:31:56',
+ 'update_id': 142447,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969853,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 10:32:00',
+ 'update_id': 142447,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 10:31:54',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': '- Resolves #1648612: bad hinting instructions from bug '
+ 'in ttfautohint \n'
+ '- Build against latest ttfautohint 1.8.2-1.fc29',
+ 'pushed': False,
+ 'release': {'branch': 'f29',
+ 'candidate_tag': 'f29-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'testing',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:02:05',
+ 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
+ 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
+ {'alias': 'FEDORA-2019-ddeb943ee8',
+ 'title': 'anki-2.1.14-1.fc29'},
+ {'alias': 'FEDORA-2019-a9500f635c',
+ 'title': 'nightfall-1.92-1.fc29'},
+ {'alias': 'FEDORA-2019-4335cab80c',
+ 'title': 'lollypop-1.1.4.1-1.fc29'},
+ {'alias': 'FEDORA-2019-22e5fc87a1',
+ 'title': 'HepMC3-3.1.1-2.fc29, '
+ 'js-jsroot-5.7.0-1.fc29, '
+ 'and 2 '
+ 'more'},
+ {'alias': 'FEDORA-2019-a0c059e598',
+ 'title': 'granite-5.2.4-1.fc29'},
+ {'alias': 'FEDORA-2019-cd9024067b',
+ 'title': 'cervisia-19.04.2-1.fc29, '
+ 'kapptemplate-19.04.2-1.fc29, '
+ 'and 10 '
+ 'more'}]},
+ {'checkpoints': '{"determine_and_perform_tag_actions": '
+ 'true}',
+ 'content_type': 'rpm',
+ 'date_created': '2019-07-08 00:00:09',
+ 'error_message': 'unable to obtain a '
+ 'session',
+ 'release_id': 23,
+ 'request': 'stable',
+ 'security': False,
+ 'state': 'failed',
+ 'state_date': '2019-07-08 00:14:40',
+ 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
+ 'title': 'python-pipreqs-0.4.9-1.fc29'},
+ {'alias': 'FEDORA-2019-a41e87016c',
+ 'title': 'lyx-2.3.3-1.fc29'},
+ {'alias': 'FEDORA-2019-dd59efb43b',
+ 'title': 'python-mwclient-0.9.3-3.fc29'},
+ {'alias': 'FEDORA-2019-17548c0c7d',
+ 'title': 'GeographicLib-1.49-5.fc29'},
+ {'alias': 'FEDORA-2019-d6e93c5bf9',
+ 'title': 'lutris-0.5.2.2-1.fc29'},
+ {'alias': 'FEDORA-2019-6b5883188a',
+ 'title': 'foliate-1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-f099f9d023',
+ 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
+ {'alias': 'FEDORA-2019-886c33fecb',
+ 'title': 'lollypop-1.1.3.1-1.fc29'},
+ {'alias': 'FEDORA-2019-1ae2e45fbd',
+ 'title': 'fldigi-4.1.04-1.fc29'},
+ {'alias': 'FEDORA-2019-60741f1236',
+ 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
+ 'dist_tag': 'f29',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 29',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F29',
+ 'override_tag': 'f29-override',
+ 'pending_signing_tag': 'f29-signing-pending',
+ 'pending_stable_tag': 'f29-updates-pending',
+ 'pending_testing_tag': 'f29-updates-testing-pending',
+ 'stable_tag': 'f29-updates',
+ 'state': 'current',
+ 'testing_tag': 'f29-updates-testing',
+ 'version': '29'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'lohit-telugu-fonts-2.5.5-6.fc29',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-4c0eb5af05',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-4c0eb5af05',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/110fd04cf38fed0ee16827128a615fbd693e362268ebb0c049a95a919b17291b?s=24&d=retro',
+ 'email': 'vishalvijayraghavan@gmail.com',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 4711,
+ 'name': 'vishalvvr',
+ 'openid': 'vishalvvr.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-64369f648e',
+ 'autokarma': True,
+ 'bugs': [{'bug_id': 1648612,
+ 'feedback': [],
+ 'parent': False,
+ 'security': False,
+ 'title': 'bad hinting instructions from bug in '
+ 'ttfautohint'}],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'lohit-telugu-fonts-2.5.5-6.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969849,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by vishalvvr. ',
+ 'timestamp': '2019-07-08 10:31:54',
+ 'update_id': 142446,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969850,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 10:31:54',
+ 'update_id': 142446,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969854,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 10:32:01',
+ 'update_id': 142446,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 10:31:54',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': '- Resolves #1648612: bad hinting instructions from bug '
+ 'in ttfautohint \n'
+ '- Build against latest ttfautohint 1.8.2-1.fc29',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'lohit-telugu-fonts-2.5.5-6.fc30',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-64369f648e',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-64369f648e',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/110fd04cf38fed0ee16827128a615fbd693e362268ebb0c049a95a919b17291b?s=24&d=retro',
+ 'email': 'vishalvijayraghavan@gmail.com',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 4711,
+ 'name': 'vishalvvr',
+ 'openid': 'vishalvvr.id.fedoraproject.org'}},
+ {'alias': 'FEDORA-2019-a9b9c5b9b2',
+ 'autokarma': True,
+ 'bugs': [],
+ 'builds': [{'epoch': 0,
+ 'nvr': 'minizip-2.8.9-1.fc30',
+ 'release_id': 28,
+ 'signed': False,
+ 'type': 'rpm'}],
+ 'close_bugs': True,
+ 'comments': [{'bug_feedback': [],
+ 'id': 969842,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update has been submitted for '
+ 'testing by panovotn. ',
+ 'timestamp': '2019-07-08 10:06:28',
+ 'update_id': 142445,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969843,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'waiting'.",
+ 'timestamp': '2019-07-08 10:06:28',
+ 'update_id': 142445,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91},
+ {'bug_feedback': [],
+ 'id': 969844,
+ 'karma': 0,
+ 'karma_critpath': 0,
+ 'testcase_feedback': [],
+ 'text': 'This update test gating status has been '
+ "changed to 'ignored'.",
+ 'timestamp': '2019-07-08 10:06:32',
+ 'update_id': 142445,
+ 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
+ 'email': None,
+ 'groups': [],
+ 'id': 91,
+ 'name': 'bodhi',
+ 'openid': 'bodhi.id.fedoraproject.org'},
+ 'user_id': 91}],
+ 'compose': None,
+ 'content_type': 'rpm',
+ 'critpath': False,
+ 'date_approved': None,
+ 'date_modified': None,
+ 'date_pushed': None,
+ 'date_stable': None,
+ 'date_submitted': '2019-07-08 10:06:28',
+ 'date_testing': None,
+ 'display_name': '',
+ 'karma': 0,
+ 'locked': False,
+ 'meets_testing_requirements': False,
+ 'notes': 'New upstream release: 2.8.9',
+ 'pushed': False,
+ 'release': {'branch': 'f30',
+ 'candidate_tag': 'f30-updates-candidate',
+ 'composed_by_bodhi': True,
+ 'composes': [],
+ 'dist_tag': 'f30',
+ 'id_prefix': 'FEDORA',
+ 'long_name': 'Fedora 30',
+ 'mail_template': 'fedora_errata_template',
+ 'name': 'F30',
+ 'override_tag': 'f30-override',
+ 'pending_signing_tag': 'f30-signing-pending',
+ 'pending_stable_tag': 'f30-updates-pending',
+ 'pending_testing_tag': 'f30-updates-testing-pending',
+ 'stable_tag': 'f30-updates',
+ 'state': 'current',
+ 'testing_tag': 'f30-updates-testing',
+ 'version': '30'},
+ 'request': 'testing',
+ 'require_bugs': True,
+ 'require_testcases': True,
+ 'requirements': '',
+ 'severity': 'unspecified',
+ 'stable_karma': 3,
+ 'status': 'pending',
+ 'suggest': 'unspecified',
+ 'test_cases': [],
+ 'test_gating_status': 'ignored',
+ 'title': 'minizip-2.8.9-1.fc30',
+ 'type': 'enhancement',
+ 'unstable_karma': -3,
+ 'updateid': 'FEDORA-2019-a9b9c5b9b2',
+ 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-a9b9c5b9b2',
+ 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/15540b1e7ec9a5e1c7490d5c90d6328eeba81107692f907879a159fd19e8f8a8?s=24&d=retro',
+ 'email': 'panovotn@redhat.com',
+ 'groups': [Munch({'name': 'packager'})],
+ 'id': 4452,
+ 'name': 'panovotn',
+ 'openid': 'panovotn.id.fedoraproject.org'}}]}
diff --git a/src/login.py b/src/login.py
new file mode 100644
index 0000000..c6edbcc
--- /dev/null
+++ b/src/login.py
@@ -0,0 +1,39 @@
+from PyQt5 import QtWidgets
+# from mainwindow import Ui_MainWindow
+
+class Login(QtWidgets.QDialog):
+ def __init__(self, parent=None):
+ super(Login, self).__init__(parent)
+ self.textName = QtWidgets.QLineEdit(self)
+ self.textPass = QtWidgets.QLineEdit(self)
+ self.buttonLogin = QtWidgets.QPushButton('Login', self)
+ self.buttonLogin.clicked.connect(self.handleLogin)
+ layout = QtWidgets.QVBoxLayout(self)
+ layout.addWidget(self.textName)
+ layout.addWidget(self.textPass)
+ layout.addWidget(self.buttonLogin)
+
+ def handleLogin(self):
+ if (self.textName.text() == 'foo' and
+ self.textPass.text() == 'bar'):
+ self.accept()
+ else:
+ QtWidgets.QMessageBox.warning(
+ self, 'Error', 'Bad user or password')
+
+class Window(QtWidgets.QMainWindow):
+ def __init__(self, parent=None):
+ super(Window, self).__init__(parent)
+ # self.ui = Ui_MainWindow()
+ # self.ui.setupUi(self)
+
+if __name__ == '__main__':
+
+ import sys
+ app = QtWidgets.QApplication(sys.argv)
+ login = Login()
+
+ if login.exec_() == QtWidgets.QDialog.Accepted:
+ window = Window()
+ window.show()
+ sys.exit(app.exec_())
\ No newline at end of file
diff --git a/src/login_window.py b/src/login_window.py
new file mode 100644
index 0000000..6bc80a4
--- /dev/null
+++ b/src/login_window.py
@@ -0,0 +1,53 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'ui/Login.ui'
+#
+# Created by: PyQt5 UI code generator 5.12.2
+#
+# WARNING! All changes made in this file will be lost!
+
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+
+class Ui_Dialog(object):
+ def setupUi(self, Dialog):
+ Dialog.setObjectName("Dialog")
+ Dialog.resize(250, 300)
+ sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(Dialog.sizePolicy().hasHeightForWidth())
+ Dialog.setSizePolicy(sizePolicy)
+ Dialog.setMinimumSize(QtCore.QSize(250, 300))
+ Dialog.setMaximumSize(QtCore.QSize(250, 300))
+ self.username = QtWidgets.QLineEdit(Dialog)
+ self.username.setGeometry(QtCore.QRect(10, 70, 231, 35))
+ self.username.setObjectName("username")
+ self.Password = QtWidgets.QLineEdit(Dialog)
+ self.Password.setGeometry(QtCore.QRect(10, 140, 231, 35))
+ self.Password.setObjectName("Password")
+ self.Login = QtWidgets.QPushButton(Dialog)
+ self.Login.setGeometry(QtCore.QRect(10, 180, 96, 35))
+ self.Login.setObjectName("Login")
+ self.skip = QtWidgets.QPushButton(Dialog)
+ self.skip.setGeometry(QtCore.QRect(140, 180, 96, 35))
+ self.skip.setObjectName("skip")
+ self.label = QtWidgets.QLabel(Dialog)
+ self.label.setGeometry(QtCore.QRect(10, 120, 141, 19))
+ self.label.setObjectName("label")
+ self.label_2 = QtWidgets.QLabel(Dialog)
+ self.label_2.setGeometry(QtCore.QRect(10, 50, 111, 19))
+ self.label_2.setObjectName("label_2")
+
+ self.retranslateUi(Dialog)
+ QtCore.QMetaObject.connectSlotsByName(Dialog)
+
+ def retranslateUi(self, Dialog):
+ _translate = QtCore.QCoreApplication.translate
+ Dialog.setWindowTitle(_translate("Dialog", "Login"))
+ self.Login.setText(_translate("Dialog", "Login"))
+ self.skip.setText(_translate("Dialog", "Skip"))
+ self.label.setText(_translate("Dialog", "Password"))
+ self.label_2.setText(_translate("Dialog", "Username"))
+
+
diff --git a/src/main.py b/src/main.py
index a114213..ac827d5 100644
--- a/src/main.py
+++ b/src/main.py
@@ -1,37 +1,92 @@
+# import system stuff
import sys
import json
+import pprint
+
from window import Ui_MainWindow
+
+# UI libs
from PySide2 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtGui, QtWidgets
+# import login controller
+from login import Login
+
+
+# import Fedora libs
+from bodhi.client.bindings import BodhiClient
+
-json_file = open("data/test.json","r")
-data = json.load(json_file)
class Main():
def __init__(self):
-
+ # init application
app = QtWidgets.QApplication(sys.argv)
MainWindow = QtWidgets.QMainWindow()
self.ui = Ui_MainWindow()
self.ui.setupUi(MainWindow)
-
- self.fetch_list()
+
+ # set assets
+ self.bugfix = QtGui.QPixmap("../assets/bugfix.png")
+ self.enhancement = QtGui.QPixmap("../assets/enhancement.png")
+ self.newpackage = QtGui.QPixmap("../assets/new_package.png")
+ self.security = QtGui.QPixmap("../assets/security.png")
+
+ # set listeners
self.ui.listWidget.itemSelectionChanged.connect(self.selected)
self.ui.lineEdit.textEdited.connect(self.searching)
-
- self.image = QtGui.QPixmap("/home/imzubin/projects/fedora-gooey-karma/assets/image.png")
-
+ self.ui.pushButton.clicked.connect(self.postKarma)
+ self.ui.fetchUpdatesButton.clicked.connect(self.fetchList)
+ self.ui.nextButton.clicked.connect(self.next_page)
+ self.ui.previousButton.clicked.connect(self.previous_page)
+ # Bodhi
+ self.bc = BodhiClient()
+
+
+
+ self.query_args = {
+ "page" : "1",
+ "rows_per_page" : "30"
+ }
+
MainWindow.show()
sys.exit(app.exec_())
+
- def fetch_list(self):
- for p in data['updates']:
+
+ def postKarma(self):
+ t = self.ui.listWidget.selectedItems()
+ print(self.bc.get_releases())
+ print(t[0].text())
+ pass
+
+
+
+ # fetch the list of updates
+ def fetchList(self):
+ self.ui.listWidget.clear()
+ self.data = self.bc.query(page=self.query_args["page"],rows_per_page=self.query_args["rows_per_page"])
+ for p in self.data['updates']:
self.ui.listWidget.addItem(p['title'])
- def populate_comments(self, t):
+ # page controllers
+ def next_page(self):
+ self.query_args["page"] = int(self.query_args["page"]) + 1
+ self.ui.PageNum.setText(str(self.query_args["page"]))
+
+
+ def previous_page(self):
+ if (int(self.query_args["page"]) > 1):
+ self.query_args["page"] = int(self.query_args["page"]) - 1
+ self.ui.PageNum.setText(str(self.query_args["page"]))
+
+
+ # selecting the update
+
+ # populates comments in the section
+ def populateComments(self, t):
try:
for comments in t['comments']:
comment = QtWidgets.QTreeWidgetItem()
@@ -42,12 +97,13 @@ class Main():
self.ui.treeWidget_comment.insertTopLevelItem(0,comment)
except:
pass
+
-
+ # changes the display text on selection.
def selected(self):
try:
t = self.ui.listWidget.selectedItems()
- for p in data['updates']:
+ for p in self.data['updates']:
if p['title']== t[0].text():
self.ui.Package_name_main.setText(p['title'])
self.ui.Package_breif.setText(p['alias'])
@@ -58,20 +114,26 @@ class Main():
self.ui.Karma.setText(str(p['karma']))
self.ui.Release_notes.setText(p['notes'])
self.ui.treeWidget_comment.clear()
- self.ui.UpdateType.setPixmap(self.image)
- self.populate_comments(p)
-
+ self.populateComments(p)
+ if(p["type"] == "enhancement"):
+ self.ui.UpdateType.setPixmap(self.enhancement)
+ elif(p["type"] == "bugfix"):
+ self.ui.UpdateType.setPixmap(self.bugfix)
+ elif(p["type"] == "security"):
+ self.ui.UpdateType.setPixmap(self.security)
+ elif(p["type"] == "newpackage"):
+ self.ui.UpdateType.setPixmap(self.newpackage)
except Exception as e:
print(e)
pass
+
+ # using the search bar
def searching(self):
- with open("data/test.json") as json_file:
- data = json.load(json_file)
- self.ui.listWidget.clear()
- for p in data['updates']:
- if str(self.ui.lineEdit.text()) in p['title']:
- self.ui.listWidget.addItem(p['title'])
+ self.ui.listWidget.clear()
+ for p in self.data['updates']:
+ if str(self.ui.lineEdit.text()) in p['title']:
+ self.ui.listWidget.addItem(p['title'])
if __name__ == "__main__":
diff --git a/src/ui/Login.ui b/src/ui/Login.ui
new file mode 100644
index 0000000..d44ab9c
--- /dev/null
+++ b/src/ui/Login.ui
@@ -0,0 +1,109 @@
+
+
+ Dialog
+
+
+
+ 0
+ 0
+ 250
+ 300
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 250
+ 300
+
+
+
+
+ 250
+ 300
+
+
+
+ Login
+
+
+
+
+ 10
+ 70
+ 231
+ 35
+
+
+
+
+
+
+ 10
+ 140
+ 231
+ 35
+
+
+
+
+
+
+ 10
+ 180
+ 96
+ 35
+
+
+
+ Login
+
+
+
+
+
+ 140
+ 180
+ 96
+ 35
+
+
+
+ Skip
+
+
+
+
+
+ 10
+ 120
+ 141
+ 19
+
+
+
+ Password
+
+
+
+
+
+ 10
+ 50
+ 111
+ 19
+
+
+
+ Username
+
+
+
+
+
+
diff --git a/src/ui/MainWindow.ui b/src/ui/MainWindow.ui
index f733647..ec7a1fc 100644
--- a/src/ui/MainWindow.ui
+++ b/src/ui/MainWindow.ui
@@ -18,7 +18,7 @@
-
-
+
-
true
@@ -36,13 +36,13 @@
QFrame::Raised
-
-
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -53,15 +53,15 @@
Qt::LeftToRight
- Release
+ __
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -77,20 +77,20 @@
Qt::LeftToRight
- Karma
+ Submitter
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -101,20 +101,20 @@
Qt::LeftToRight
- Username
+ Status
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -125,15 +125,22 @@
Qt::LeftToRight
- Submitter
+ __
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
+
+ Submit
+
+
+
+ -
+
OpenSymbol
@@ -149,20 +156,20 @@
Qt::LeftToRight
- Request
+ Release
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -173,20 +180,23 @@
Qt::LeftToRight
- Status
+ __
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
+
+ -
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -197,46 +207,158 @@
Qt::LeftToRight
-
+ Request
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ 300
+ 600
+
+
+
+
+ 300
+ 16777215
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
-
+
+
+ -
+
+
+ Page number:
+
+
+
+ -
+
+
+ 1
+
+
+
+ -
+
+
+ Fetch Updates
+
+
+
+ -
+
+
+ -
+
+
+ Previous
+
+
+
+ -
+
+
+ Next
+
+
+
+
- -
-
+
-
+
- TextLabel
+ Karma
- -
-
+
-
+
+
+
+ #
+
+
+
+
+ karma
+
+
+
+
+ user
+
+
+
+
+ comment
+
+
+
+
+ -
+
OpenSymbol
- 75
- true
- true
+ 12
+ 50
+ false
-
- ArrowCursor
-
-
- Qt::LeftToRight
+
+ breif
+
+
+ -
+
- date submitted
+ Comment
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+ -
+
+
+ 0
+
+ 1
+
+
-
+
+ -1
+
+
+ -
+
+ 0
+
+
+ -
+
+ +1
+
+
- -
-
+
-
+
OpenSymbol
@@ -252,39 +374,59 @@
Qt::LeftToRight
- F30
+ __
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
+
+ -
+
+
+
+ 400
+ 16777215
+
+
+
+
+ -
+
+
+
+ 1000
+ 1000
+
+
OpenSymbol
+ 22
50
false
- true
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
- 0
+ Package Name
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+ -
+
+
+
+ 16777215
+ 100
+
- -
-
+
-
+
OpenSymbol
@@ -300,131 +442,75 @@
Qt::LeftToRight
- xxx Days
+ __
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 22
- 50
- false
+ 75
+ true
+ true
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
- Package Name
+ Karma
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 12
50
false
+ true
-
- breif
-
-
-
- -
-
-
-
- #
-
-
-
-
- karma
-
-
-
-
- user
-
-
-
-
- comment
-
-
-
-
- -
-
-
-
- 16777215
- 100
-
-
-
-
- -
-
-
-
- 400
- 16777215
-
-
-
-
- -
-
-
-
- 300
- 600
-
+
+ ArrowCursor
-
-
- 300
- 16777215
-
+
+ Qt::LeftToRight
-
- QFrame::StyledPanel
+
+
-
- QFrame::Raised
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
-
-
- -
-
-
-
- -
-
+
-
+
- Submit
+ Password
- -
-
+
-
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -435,42 +521,27 @@
Qt::LeftToRight
- Testing
+ date submitted
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
-
- 0
-
-
- 1
+
-
+
+
+ -
+
+
+ Username
-
-
-
- -1
-
-
- -
-
- 0
-
-
- -
-
- +1
-
-
-
- TextLabel
+ __
@@ -479,14 +550,10 @@
frame_2
Package_breif
textEdit
- listWidget_3
Package_name_main
Release_static
Date_static
- comboBox
pushButton
- Release_notes
- treeWidget_comment
Release
Date_submitted
Karma
@@ -497,18 +564,22 @@
Status
Request
UpdateType
+ Username
+ Password
+ Username_Label
+ Password_label
+ comboBox
+ label
+ label_2
+ Release_notes
+ listWidget_3
+ treeWidget_comment
- -
-
-
-
- 150
- 16777215
-
-
+
-
+
- Login
+ TextLabel
diff --git a/src/window.py b/src/window.py
index 00c0ec0..f101c92 100644
--- a/src/window.py
+++ b/src/window.py
@@ -27,42 +27,18 @@ class Ui_MainWindow(object):
self.frame.setObjectName("frame")
self.gridLayout_2 = QtWidgets.QGridLayout(self.frame)
self.gridLayout_2.setObjectName("gridLayout_2")
- self.Release_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Release_static.setFont(font)
- self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Release_static.setObjectName("Release_static")
- self.gridLayout_2.addWidget(self.Release_static, 8, 3, 1, 1)
- self.Karma_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Karma_static.setFont(font)
- self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Karma_static.setObjectName("Karma_static")
- self.gridLayout_2.addWidget(self.Karma_static, 11, 3, 1, 1)
- self.Submit_user = QtWidgets.QLabel(self.frame)
+ self.Date_submitted = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Submit_user.setFont(font)
- self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Submit_user.setObjectName("Submit_user")
- self.gridLayout_2.addWidget(self.Submit_user, 11, 6, 1, 1)
+ self.Date_submitted.setFont(font)
+ self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Date_submitted.setObjectName("Date_submitted")
+ self.gridLayout_2.addWidget(self.Date_submitted, 9, 4, 1, 1)
self.Submitter_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -75,18 +51,6 @@ class Ui_MainWindow(object):
self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Submitter_static.setObjectName("Submitter_static")
self.gridLayout_2.addWidget(self.Submitter_static, 11, 5, 1, 1)
- self.Request_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Request_static.setFont(font)
- self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Request_static.setObjectName("Request_static")
- self.gridLayout_2.addWidget(self.Request_static, 9, 5, 1, 1)
self.Status_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -99,34 +63,33 @@ class Ui_MainWindow(object):
self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Status_static.setObjectName("Status_static")
self.gridLayout_2.addWidget(self.Status_static, 8, 5, 1, 1)
- self.Request = QtWidgets.QLabel(self.frame)
+ self.Submit_user = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Request.setFont(font)
- self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request.setText("")
- self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Request.setObjectName("Request")
- self.gridLayout_2.addWidget(self.Request, 9, 6, 1, 1)
- self.Release_notes = QtWidgets.QLabel(self.frame)
- self.Release_notes.setObjectName("Release_notes")
- self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 7)
- self.Date_static = QtWidgets.QLabel(self.frame)
+ self.Submit_user.setFont(font)
+ self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Submit_user.setObjectName("Submit_user")
+ self.gridLayout_2.addWidget(self.Submit_user, 11, 6, 1, 1)
+ self.pushButton = QtWidgets.QPushButton(self.frame)
+ self.pushButton.setObjectName("pushButton")
+ self.gridLayout_2.addWidget(self.pushButton, 25, 6, 1, 2)
+ self.Release_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Date_static.setFont(font)
- self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Date_static.setObjectName("Date_static")
- self.gridLayout_2.addWidget(self.Date_static, 9, 3, 1, 1)
+ self.Release_static.setFont(font)
+ self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Release_static.setObjectName("Release_static")
+ self.gridLayout_2.addWidget(self.Release_static, 8, 3, 1, 1)
self.Release = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -139,6 +102,75 @@ class Ui_MainWindow(object):
self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Release.setObjectName("Release")
self.gridLayout_2.addWidget(self.Release, 8, 4, 1, 1)
+ self.Password = QtWidgets.QLineEdit(self.frame)
+ self.Password.setObjectName("Password")
+ self.gridLayout_2.addWidget(self.Password, 18, 4, 1, 5)
+ self.Request_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Request_static.setFont(font)
+ self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Request_static.setObjectName("Request_static")
+ self.gridLayout_2.addWidget(self.Request_static, 9, 5, 1, 1)
+ self.frame_2 = QtWidgets.QFrame(self.frame)
+ self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
+ self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
+ self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
+ self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
+ self.frame_2.setObjectName("frame_2")
+ self.gridLayout_3 = QtWidgets.QGridLayout(self.frame_2)
+ self.gridLayout_3.setObjectName("gridLayout_3")
+ self.listWidget = QtWidgets.QListWidget(self.frame_2)
+ self.listWidget.setObjectName("listWidget")
+ self.gridLayout_3.addWidget(self.listWidget, 1, 0, 1, 2)
+ self.label_4 = QtWidgets.QLabel(self.frame_2)
+ self.label_4.setObjectName("label_4")
+ self.gridLayout_3.addWidget(self.label_4, 10, 0, 1, 1)
+ self.PageNum = QtWidgets.QLabel(self.frame_2)
+ self.PageNum.setObjectName("PageNum")
+ self.gridLayout_3.addWidget(self.PageNum, 10, 1, 1, 1)
+ self.fetchUpdatesButton = QtWidgets.QPushButton(self.frame_2)
+ self.fetchUpdatesButton.setObjectName("fetchUpdatesButton")
+ self.gridLayout_3.addWidget(self.fetchUpdatesButton, 11, 0, 1, 2)
+ self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
+ self.lineEdit.setObjectName("lineEdit")
+ self.gridLayout_3.addWidget(self.lineEdit, 0, 0, 1, 2)
+ self.previousButton = QtWidgets.QPushButton(self.frame_2)
+ self.previousButton.setObjectName("previousButton")
+ self.gridLayout_3.addWidget(self.previousButton, 8, 0, 1, 1)
+ self.nextButton = QtWidgets.QPushButton(self.frame_2)
+ self.nextButton.setObjectName("nextButton")
+ self.gridLayout_3.addWidget(self.nextButton, 8, 1, 1, 1)
+ self.gridLayout_2.addWidget(self.frame_2, 0, 0, 26, 1)
+ self.label = QtWidgets.QLabel(self.frame)
+ self.label.setObjectName("label")
+ self.gridLayout_2.addWidget(self.label, 25, 4, 1, 1)
+ self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
+ self.treeWidget_comment.setObjectName("treeWidget_comment")
+ self.gridLayout_2.addWidget(self.treeWidget_comment, 12, 2, 1, 5)
+ self.Package_breif = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(12)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_breif.setFont(font)
+ self.Package_breif.setObjectName("Package_breif")
+ self.gridLayout_2.addWidget(self.Package_breif, 6, 3, 1, 1)
+ self.label_2 = QtWidgets.QLabel(self.frame)
+ self.label_2.setObjectName("label_2")
+ self.gridLayout_2.addWidget(self.label_2, 14, 3, 1, 1)
+ self.comboBox = QtWidgets.QComboBox(self.frame)
+ self.comboBox.setObjectName("comboBox")
+ self.comboBox.addItem("")
+ self.comboBox.addItem("")
+ self.comboBox.addItem("")
+ self.gridLayout_2.addWidget(self.comboBox, 25, 5, 1, 1)
self.Karma = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -151,19 +183,15 @@ class Ui_MainWindow(object):
self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Karma.setObjectName("Karma")
self.gridLayout_2.addWidget(self.Karma, 11, 4, 1, 1)
- self.Date_submitted = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Date_submitted.setFont(font)
- self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Date_submitted.setObjectName("Date_submitted")
- self.gridLayout_2.addWidget(self.Date_submitted, 9, 4, 1, 1)
+ self.Username = QtWidgets.QLineEdit(self.frame)
+ self.Username.setObjectName("Username")
+ self.gridLayout_2.addWidget(self.Username, 18, 3, 1, 1)
+ self.listWidget_3 = QtWidgets.QListWidget(self.frame)
+ self.listWidget_3.setMaximumSize(QtCore.QSize(400, 16777215))
+ self.listWidget_3.setObjectName("listWidget_3")
+ self.gridLayout_2.addWidget(self.listWidget_3, 12, 7, 1, 1)
self.Package_name_main = QtWidgets.QLabel(self.frame)
+ self.Package_name_main.setMaximumSize(QtCore.QSize(1000, 1000))
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setPointSize(22)
@@ -172,44 +200,10 @@ class Ui_MainWindow(object):
self.Package_name_main.setFont(font)
self.Package_name_main.setObjectName("Package_name_main")
self.gridLayout_2.addWidget(self.Package_name_main, 5, 3, 1, 4)
- self.Package_breif = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setPointSize(12)
- font.setBold(False)
- font.setWeight(50)
- self.Package_breif.setFont(font)
- self.Package_breif.setObjectName("Package_breif")
- self.gridLayout_2.addWidget(self.Package_breif, 6, 3, 1, 1)
- self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
- self.treeWidget_comment.setObjectName("treeWidget_comment")
- self.gridLayout_2.addWidget(self.treeWidget_comment, 13, 5, 1, 5)
self.textEdit = QtWidgets.QTextEdit(self.frame)
self.textEdit.setMaximumSize(QtCore.QSize(16777215, 100))
self.textEdit.setObjectName("textEdit")
- self.gridLayout_2.addWidget(self.textEdit, 14, 3, 1, 7)
- self.listWidget_3 = QtWidgets.QListWidget(self.frame)
- self.listWidget_3.setMaximumSize(QtCore.QSize(400, 16777215))
- self.listWidget_3.setObjectName("listWidget_3")
- self.gridLayout_2.addWidget(self.listWidget_3, 13, 3, 1, 2)
- self.frame_2 = QtWidgets.QFrame(self.frame)
- self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
- self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
- self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
- self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
- self.frame_2.setObjectName("frame_2")
- self.gridLayout_3 = QtWidgets.QGridLayout(self.frame_2)
- self.gridLayout_3.setObjectName("gridLayout_3")
- self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
- self.lineEdit.setObjectName("lineEdit")
- self.gridLayout_3.addWidget(self.lineEdit, 0, 0, 1, 1)
- self.listWidget = QtWidgets.QListWidget(self.frame_2)
- self.listWidget.setObjectName("listWidget")
- self.gridLayout_3.addWidget(self.listWidget, 1, 0, 1, 1)
- self.gridLayout_2.addWidget(self.frame_2, 0, 0, 23, 1)
- self.pushButton = QtWidgets.QPushButton(self.frame)
- self.pushButton.setObjectName("pushButton")
- self.gridLayout_2.addWidget(self.pushButton, 22, 6, 1, 2)
+ self.gridLayout_2.addWidget(self.textEdit, 15, 3, 1, 6)
self.Status = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -222,12 +216,52 @@ class Ui_MainWindow(object):
self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Status.setObjectName("Status")
self.gridLayout_2.addWidget(self.Status, 8, 6, 1, 1)
- self.comboBox = QtWidgets.QComboBox(self.frame)
- self.comboBox.setObjectName("comboBox")
- self.comboBox.addItem("")
- self.comboBox.addItem("")
- self.comboBox.addItem("")
- self.gridLayout_2.addWidget(self.comboBox, 22, 3, 1, 1)
+ self.Karma_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Karma_static.setFont(font)
+ self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Karma_static.setObjectName("Karma_static")
+ self.gridLayout_2.addWidget(self.Karma_static, 11, 3, 1, 1)
+ self.Request = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Request.setFont(font)
+ self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request.setText("")
+ self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Request.setObjectName("Request")
+ self.gridLayout_2.addWidget(self.Request, 9, 6, 1, 1)
+ self.Password_label = QtWidgets.QLabel(self.frame)
+ self.Password_label.setObjectName("Password_label")
+ self.gridLayout_2.addWidget(self.Password_label, 16, 4, 1, 5)
+ self.Date_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Date_static.setFont(font)
+ self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Date_static.setObjectName("Date_static")
+ self.gridLayout_2.addWidget(self.Date_static, 9, 3, 1, 1)
+ self.Release_notes = QtWidgets.QTextBrowser(self.frame)
+ self.Release_notes.setObjectName("Release_notes")
+ self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 5)
+ self.Username_Label = QtWidgets.QLabel(self.frame)
+ self.Username_Label.setObjectName("Username_Label")
+ self.gridLayout_2.addWidget(self.Username_Label, 16, 3, 1, 1)
self.UpdateType = QtWidgets.QLabel(self.frame)
self.UpdateType.setObjectName("UpdateType")
self.gridLayout_2.addWidget(self.UpdateType, 1, 3, 1, 1)
@@ -235,14 +269,10 @@ class Ui_MainWindow(object):
self.frame_2.raise_()
self.Package_breif.raise_()
self.textEdit.raise_()
- self.listWidget_3.raise_()
self.Package_name_main.raise_()
self.Release_static.raise_()
self.Date_static.raise_()
- self.comboBox.raise_()
self.pushButton.raise_()
- self.Release_notes.raise_()
- self.treeWidget_comment.raise_()
self.Release.raise_()
self.Date_submitted.raise_()
self.Karma.raise_()
@@ -253,11 +283,20 @@ class Ui_MainWindow(object):
self.Status.raise_()
self.Request.raise_()
self.UpdateType.raise_()
- self.gridLayout.addWidget(self.frame, 2, 0, 1, 2)
- self.Logged_user = QtWidgets.QLabel(self.centralwidget)
- self.Logged_user.setMaximumSize(QtCore.QSize(150, 16777215))
- self.Logged_user.setObjectName("Logged_user")
- self.gridLayout.addWidget(self.Logged_user, 0, 1, 1, 1)
+ self.Username.raise_()
+ self.Password.raise_()
+ self.Username_Label.raise_()
+ self.Password_label.raise_()
+ self.comboBox.raise_()
+ self.label.raise_()
+ self.label_2.raise_()
+ self.Release_notes.raise_()
+ self.listWidget_3.raise_()
+ self.treeWidget_comment.raise_()
+ self.gridLayout.addWidget(self.frame, 2, 0, 1, 3)
+ self.label_3 = QtWidgets.QLabel(self.centralwidget)
+ self.label_3.setObjectName("label_3")
+ self.gridLayout.addWidget(self.label_3, 0, 2, 1, 1)
MainWindow.setCentralWidget(self.centralwidget)
self.statusbar = QtWidgets.QStatusBar(MainWindow)
self.statusbar.setObjectName("statusbar")
@@ -270,40 +309,38 @@ class Ui_MainWindow(object):
def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
- self.Release_static.setText(_translate("MainWindow", "Release"))
- self.Karma_static.setText(_translate("MainWindow", "Karma"))
- self.Submit_user.setText(_translate("MainWindow", "Username"))
+ self.Date_submitted.setText(_translate("MainWindow", "__"))
self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
- self.Request_static.setText(_translate("MainWindow", "Request"))
self.Status_static.setText(_translate("MainWindow", "Status"))
- self.Release_notes.setText(_translate("MainWindow", "TextLabel"))
- self.Date_static.setText(_translate("MainWindow", "date submitted"))
- self.Release.setText(_translate("MainWindow", "F30"))
- self.Karma.setText(_translate("MainWindow", "0"))
- self.Date_submitted.setText(_translate("MainWindow", "xxx Days"))
- self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
- self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.Submit_user.setText(_translate("MainWindow", "__"))
+ self.pushButton.setText(_translate("MainWindow", "Submit"))
+ self.Release_static.setText(_translate("MainWindow", "Release"))
+ self.Release.setText(_translate("MainWindow", "__"))
+ self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.label_4.setText(_translate("MainWindow", "Page number:"))
+ self.PageNum.setText(_translate("MainWindow", "1"))
+ self.fetchUpdatesButton.setText(_translate("MainWindow", "Fetch Updates"))
+ self.previousButton.setText(_translate("MainWindow", "Previous"))
+ self.nextButton.setText(_translate("MainWindow", "Next"))
+ self.label.setText(_translate("MainWindow", "Karma"))
self.treeWidget_comment.headerItem().setText(0, _translate("MainWindow", "#"))
self.treeWidget_comment.headerItem().setText(1, _translate("MainWindow", "karma"))
self.treeWidget_comment.headerItem().setText(2, _translate("MainWindow", "user"))
self.treeWidget_comment.headerItem().setText(3, _translate("MainWindow", "comment"))
- self.pushButton.setText(_translate("MainWindow", "Submit"))
- self.Status.setText(_translate("MainWindow", "Testing"))
+ self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.label_2.setText(_translate("MainWindow", "Comment"))
self.comboBox.setCurrentText(_translate("MainWindow", "0"))
self.comboBox.setItemText(0, _translate("MainWindow", "-1"))
self.comboBox.setItemText(1, _translate("MainWindow", "0"))
self.comboBox.setItemText(2, _translate("MainWindow", "+1"))
- self.UpdateType.setText(_translate("MainWindow", "TextLabel"))
- self.Logged_user.setText(_translate("MainWindow", "Login"))
-
-
+ self.Karma.setText(_translate("MainWindow", "__"))
+ self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
+ self.Status.setText(_translate("MainWindow", "__"))
+ self.Karma_static.setText(_translate("MainWindow", "Karma"))
+ self.Password_label.setText(_translate("MainWindow", "Password"))
+ self.Date_static.setText(_translate("MainWindow", "date submitted"))
+ self.Username_Label.setText(_translate("MainWindow", "Username"))
+ self.UpdateType.setText(_translate("MainWindow", "__"))
+ self.label_3.setText(_translate("MainWindow", "TextLabel"))
-if __name__ == "__main__":
- import sys
- app = QtWidgets.QApplication(sys.argv)
- MainWindow = QtWidgets.QMainWindow()
- ui = Ui_MainWindow()
- ui.setupUi(MainWindow)
- MainWindow.show()
- sys.exit(app.exec_())
From 563e3aa7be8dedceb91da811c7b335d3471e8b68 Mon Sep 17 00:00:00 2001
From: zubin choudhary
Date: Jul 14 2019 13:48:52 +0000
Subject: [PATCH 7/18] login controller
---
diff --git a/src/LoginWindow.py b/src/LoginWindow.py
new file mode 100644
index 0000000..e746b7a
--- /dev/null
+++ b/src/LoginWindow.py
@@ -0,0 +1,63 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'ui/Login.ui'
+#
+# Created by: PyQt5 UI code generator 5.13.0
+#
+# WARNING! All changes made in this file will be lost!
+
+
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+
+class Ui_Login(object):
+ def setupUi(self, Login):
+ Login.setObjectName("Login")
+ Login.resize(250, 300)
+ sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(Login.sizePolicy().hasHeightForWidth())
+ Login.setSizePolicy(sizePolicy)
+ Login.setMinimumSize(QtCore.QSize(250, 300))
+ Login.setMaximumSize(QtCore.QSize(250, 300))
+ self.gridLayoutWidget = QtWidgets.QWidget(Login)
+ self.gridLayoutWidget.setGeometry(QtCore.QRect(0, 0, 241, 291))
+ self.gridLayoutWidget.setObjectName("gridLayoutWidget")
+ self.gridLayout = QtWidgets.QGridLayout(self.gridLayoutWidget)
+ self.gridLayout.setContentsMargins(0, 0, 0, 0)
+ self.gridLayout.setObjectName("gridLayout")
+ self.Password = QtWidgets.QLineEdit(self.gridLayoutWidget)
+ self.Password.setText("")
+ self.Password.setEchoMode(QtWidgets.QLineEdit.Password)
+ self.Password.setObjectName("Password")
+ self.gridLayout.addWidget(self.Password, 5, 0, 1, 1)
+ self.label_username = QtWidgets.QLabel(self.gridLayoutWidget)
+ self.label_username.setObjectName("label_username")
+ self.gridLayout.addWidget(self.label_username, 2, 0, 1, 1)
+ self.label_Password = QtWidgets.QLabel(self.gridLayoutWidget)
+ self.label_Password.setObjectName("label_Password")
+ self.gridLayout.addWidget(self.label_Password, 4, 0, 1, 1)
+ self.fedoraReleases = QtWidgets.QComboBox(self.gridLayoutWidget)
+ self.fedoraReleases.setObjectName("fedoraReleases")
+ self.gridLayout.addWidget(self.fedoraReleases, 7, 0, 1, 1)
+ self.label_FeodraVersion = QtWidgets.QLabel(self.gridLayoutWidget)
+ self.label_FeodraVersion.setObjectName("label_FeodraVersion")
+ self.gridLayout.addWidget(self.label_FeodraVersion, 6, 0, 1, 1)
+ self.saveButton = QtWidgets.QPushButton(self.gridLayoutWidget)
+ self.saveButton.setObjectName("saveButton")
+ self.gridLayout.addWidget(self.saveButton, 8, 0, 1, 1)
+ self.Username = QtWidgets.QLineEdit(self.gridLayoutWidget)
+ self.Username.setObjectName("Username")
+ self.gridLayout.addWidget(self.Username, 3, 0, 1, 1)
+
+ self.retranslateUi(Login)
+ QtCore.QMetaObject.connectSlotsByName(Login)
+
+ def retranslateUi(self, Login):
+ _translate = QtCore.QCoreApplication.translate
+ Login.setWindowTitle(_translate("Login", "Login"))
+ self.label_username.setText(_translate("Login", "Username"))
+ self.label_Password.setText(_translate("Login", "Password"))
+ self.label_FeodraVersion.setText(_translate("Login", "Fedora Version"))
+ self.saveButton.setText(_translate("Login", "Save"))
diff --git a/src/bodhi.template.last b/src/bodhi.template.last
deleted file mode 100644
index 2c7f41b..0000000
--- a/src/bodhi.template.last
+++ /dev/null
@@ -1,34 +0,0 @@
-[ FILL_IN_NVR_HERE ]
-
-# bugfix, security, enhancement, newpackage (required)
-type=
-
-# testing, stable
-request=testing
-
-# Bug numbers: 1234,9876
-bugs=
-
-# Severity: low, medium, high, urgent
-# This is required for security updates.
-# severity=unspecified
-
-
-# Here is where you give an explanation of your update.
-# Content can span multiple lines, as long as they are indented deeper than
-# the first line. For example,
-# notes=first line
-# second line
-# and so on
-notes=- Rebuilt.
-
-# Enable request automation based on the stable/unstable karma thresholds
-autokarma=True
-stable_karma=3
-unstable_karma=-3
-
-# Automatically close bugs when this marked as stable
-close_bugs=True
-
-# Suggest that users restart after update
-suggest_reboot=False
diff --git a/src/login.py b/src/login.py
deleted file mode 100644
index c6edbcc..0000000
--- a/src/login.py
+++ /dev/null
@@ -1,39 +0,0 @@
-from PyQt5 import QtWidgets
-# from mainwindow import Ui_MainWindow
-
-class Login(QtWidgets.QDialog):
- def __init__(self, parent=None):
- super(Login, self).__init__(parent)
- self.textName = QtWidgets.QLineEdit(self)
- self.textPass = QtWidgets.QLineEdit(self)
- self.buttonLogin = QtWidgets.QPushButton('Login', self)
- self.buttonLogin.clicked.connect(self.handleLogin)
- layout = QtWidgets.QVBoxLayout(self)
- layout.addWidget(self.textName)
- layout.addWidget(self.textPass)
- layout.addWidget(self.buttonLogin)
-
- def handleLogin(self):
- if (self.textName.text() == 'foo' and
- self.textPass.text() == 'bar'):
- self.accept()
- else:
- QtWidgets.QMessageBox.warning(
- self, 'Error', 'Bad user or password')
-
-class Window(QtWidgets.QMainWindow):
- def __init__(self, parent=None):
- super(Window, self).__init__(parent)
- # self.ui = Ui_MainWindow()
- # self.ui.setupUi(self)
-
-if __name__ == '__main__':
-
- import sys
- app = QtWidgets.QApplication(sys.argv)
- login = Login()
-
- if login.exec_() == QtWidgets.QDialog.Accepted:
- window = Window()
- window.show()
- sys.exit(app.exec_())
\ No newline at end of file
diff --git a/src/login_window.py b/src/login_window.py
deleted file mode 100644
index 6bc80a4..0000000
--- a/src/login_window.py
+++ /dev/null
@@ -1,53 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file 'ui/Login.ui'
-#
-# Created by: PyQt5 UI code generator 5.12.2
-#
-# WARNING! All changes made in this file will be lost!
-
-from PyQt5 import QtCore, QtGui, QtWidgets
-
-
-class Ui_Dialog(object):
- def setupUi(self, Dialog):
- Dialog.setObjectName("Dialog")
- Dialog.resize(250, 300)
- sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
- sizePolicy.setHorizontalStretch(0)
- sizePolicy.setVerticalStretch(0)
- sizePolicy.setHeightForWidth(Dialog.sizePolicy().hasHeightForWidth())
- Dialog.setSizePolicy(sizePolicy)
- Dialog.setMinimumSize(QtCore.QSize(250, 300))
- Dialog.setMaximumSize(QtCore.QSize(250, 300))
- self.username = QtWidgets.QLineEdit(Dialog)
- self.username.setGeometry(QtCore.QRect(10, 70, 231, 35))
- self.username.setObjectName("username")
- self.Password = QtWidgets.QLineEdit(Dialog)
- self.Password.setGeometry(QtCore.QRect(10, 140, 231, 35))
- self.Password.setObjectName("Password")
- self.Login = QtWidgets.QPushButton(Dialog)
- self.Login.setGeometry(QtCore.QRect(10, 180, 96, 35))
- self.Login.setObjectName("Login")
- self.skip = QtWidgets.QPushButton(Dialog)
- self.skip.setGeometry(QtCore.QRect(140, 180, 96, 35))
- self.skip.setObjectName("skip")
- self.label = QtWidgets.QLabel(Dialog)
- self.label.setGeometry(QtCore.QRect(10, 120, 141, 19))
- self.label.setObjectName("label")
- self.label_2 = QtWidgets.QLabel(Dialog)
- self.label_2.setGeometry(QtCore.QRect(10, 50, 111, 19))
- self.label_2.setObjectName("label_2")
-
- self.retranslateUi(Dialog)
- QtCore.QMetaObject.connectSlotsByName(Dialog)
-
- def retranslateUi(self, Dialog):
- _translate = QtCore.QCoreApplication.translate
- Dialog.setWindowTitle(_translate("Dialog", "Login"))
- self.Login.setText(_translate("Dialog", "Login"))
- self.skip.setText(_translate("Dialog", "Skip"))
- self.label.setText(_translate("Dialog", "Password"))
- self.label_2.setText(_translate("Dialog", "Username"))
-
-
diff --git a/src/main.py b/src/main.py
old mode 100644
new mode 100755
index ac827d5..cbc489f
--- a/src/main.py
+++ b/src/main.py
@@ -1,32 +1,48 @@
+#!/bin/python3
+
+
# import system stuff
+import os
import sys
import json
import pprint
-
-from window import Ui_MainWindow
+from pathlib import Path
+from ast import literal_eval
# UI libs
from PySide2 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtGui, QtWidgets
-# import login controller
-from login import Login
+# import UI
+from window import Ui_MainWindow
+from LoginWindow import Ui_Login
+
# import Fedora libs
from bodhi.client.bindings import BodhiClient
-
+location_data = str(Path.home()) + "/.fgk"
class Main():
def __init__(self):
+
+ self.username = None
+ self.password = None
# init application
app = QtWidgets.QApplication(sys.argv)
+ self.error = QtWidgets.QApplication([])
MainWindow = QtWidgets.QMainWindow()
self.ui = Ui_MainWindow()
self.ui.setupUi(MainWindow)
+ # login window
+ self.Login = QtWidgets.QDialog()
+ self.ui_login = Ui_Login()
+ self.ui_login.setupUi(self.Login)
+
+
# set assets
self.bugfix = QtGui.QPixmap("../assets/bugfix.png")
self.enhancement = QtGui.QPixmap("../assets/enhancement.png")
@@ -40,51 +56,116 @@ class Main():
self.ui.fetchUpdatesButton.clicked.connect(self.fetchList)
self.ui.nextButton.clicked.connect(self.next_page)
self.ui.previousButton.clicked.connect(self.previous_page)
+
+
+ # listeners loginPopup
+ self.ui_login.saveButton.clicked.connect(self.save)
+
+ # fedora Release
+ self.fedoraRelease = ["30","29"]
+ self.ui_login.fedoraReleases.addItems(self.fedoraRelease)
+
+ # Get Login and fedora version
+ self.loginPopup()
+
# Bodhi
self.bc = BodhiClient()
-
- self.query_args = {
- "page" : "1",
- "rows_per_page" : "30"
- }
+ self.query_args = {}
+ self.query_args['rows_per_page'] = 30
+ self.query_args['page'] = 1
+ self.query_args['releases'] = "30"
MainWindow.show()
sys.exit(app.exec_())
+ def loginPopup(self):
+ self.Login.show()
+ return(0)
+
+ def save(self):
+
+ self.username = self.ui_login.Username.text()
+ self.password = self.ui_login.Password.text()
+ self.query_args['releases'] = self.ui_login.fedoraReleases.currentText()
+ print(self.username, self.password )
+
+
+
+ self.Login.close()
+
def postKarma(self):
t = self.ui.listWidget.selectedItems()
- print(self.bc.get_releases())
- print(t[0].text())
+ if (self.username == None or self.password == None):
+ print("e")
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("login first")
+ # self.error.exec_()
+ else:
+ try:
+ self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
+ self.bc1.comment(t[0].text(), self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText())
+ print(self.username,self.password)
+
+ except Exception as e:
+ print(e)
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage(str(e))
+ # self.error.exec_()
+
pass
# fetch the list of updates
- def fetchList(self):
- self.ui.listWidget.clear()
- self.data = self.bc.query(page=self.query_args["page"],rows_per_page=self.query_args["rows_per_page"])
- for p in self.data['updates']:
- self.ui.listWidget.addItem(p['title'])
+ def fetchList(self, cached_data):
+ try:
+ self.ui.listWidget.clear()
+ if(cached_data):
+ self.data = json.load(open(cached_data, "r"))
+ else:
+ self.data = self.bc.query(**self.query_args)
+ for p in self.data['updates']:
+ self.ui.listWidget.addItem(p['title'])
+ self.cache()
+ except Exception as e:
+ print(e)
+ pass
+
# page controllers
def next_page(self):
self.query_args["page"] = int(self.query_args["page"]) + 1
self.ui.PageNum.setText(str(self.query_args["page"]))
-
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+ self.fetchList(self.directory)
def previous_page(self):
if (int(self.query_args["page"]) > 1):
self.query_args["page"] = int(self.query_args["page"]) - 1
self.ui.PageNum.setText(str(self.query_args["page"]))
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+
+ self.fetchList(self.directory)
+
+
+ # cache function
+ def cache(self):
+
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+
+ # check dir
+ os.makedirs(os.path.dirname( self.directory ), exist_ok=True)
+ with open(self.directory, "w") as f:
+ f.write(json.dumps(self.data))
+ pass
-
# selecting the update
-
+
# populates comments in the section
def populateComments(self, t):
try:
diff --git a/src/requirements.txt b/src/requirements.txt
new file mode 100644
index 0000000..97bbfc8
--- /dev/null
+++ b/src/requirements.txt
@@ -0,0 +1 @@
+python3-bodhi
diff --git a/src/ui/Login.ui b/src/ui/Login.ui
index d44ab9c..f9bb4ee 100644
--- a/src/ui/Login.ui
+++ b/src/ui/Login.ui
@@ -1,7 +1,7 @@
- Dialog
-
+ Login
+
0
@@ -31,77 +31,61 @@
Login
-
+
- 10
- 70
- 231
- 35
+ 0
+ 0
+ 241
+ 291
-
-
-
-
- 10
- 140
- 231
- 35
-
-
-
-
-
-
- 10
- 180
- 96
- 35
-
-
-
- Login
-
-
-
-
-
- 140
- 180
- 96
- 35
-
-
-
- Skip
-
-
-
-
-
- 10
- 120
- 141
- 19
-
-
-
- Password
-
-
-
-
-
- 10
- 50
- 111
- 19
-
-
-
- Username
-
+
+ -
+
+
+
+
+
+ QLineEdit::Password
+
+
+
+ -
+
+
+ Username
+
+
+
+ -
+
+
+ Password
+
+
+
+ -
+
+
+ -
+
+
+ Fedora Version
+
+
+
+ -
+
+
+ Save
+
+
+
+ -
+
+
+
diff --git a/src/ui/MainWindow.ui b/src/ui/MainWindow.ui
index ec7a1fc..c39bada 100644
--- a/src/ui/MainWindow.ui
+++ b/src/ui/MainWindow.ui
@@ -6,7 +6,7 @@
0
0
- 1032
+ 1031
766
@@ -18,6 +18,13 @@
+ -
+
+
+ Username
+
+
+
-
@@ -36,8 +43,8 @@
QFrame::Raised
-
-
-
+
-
+
OpenSymbol
@@ -60,13 +67,13 @@
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -77,70 +84,72 @@
Qt::LeftToRight
- Submitter
+ __
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Status
+
-
+
+
+ 0
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+ 1
+
-
+
+ 1
+
+
+ -
+
+ 0
+
+
+ -
+
+ -1
+
+
- -
-
+
-
+
OpenSymbol
+ 12
50
false
- true
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
- __
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ breif
- -
-
+
-
+
- Submit
+ Comment
- -
-
+
-
+
+
+
+ 16777215
+ 100
+
+
+
+
+ -
+
OpenSymbol
@@ -156,42 +165,22 @@
Qt::LeftToRight
- Release
+ Request
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
+
-
+
__
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
- -
-
-
- -
-
+
-
+
OpenSymbol
@@ -207,14 +196,14 @@
Qt::LeftToRight
- Request
+ Karma
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
+
-
@@ -279,86 +268,87 @@
- -
-
+
-
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
- Karma
+ date submitted
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
-
-
- #
-
-
-
-
- karma
-
-
-
-
- user
-
-
-
-
- comment
-
-
-
-
- -
-
+
-
+
OpenSymbol
- 12
50
false
+ true
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
- breif
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
- Comment
+ Karma
- -
-
-
- 0
+
-
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
-
- 1
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
- -1
-
-
- -
-
- 0
-
-
- -
-
- +1
-
-
- -
-
+
-
+
OpenSymbol
@@ -381,19 +371,6 @@
- -
-
-
- -
-
-
-
- 400
- 16777215
-
-
-
-
-
@@ -415,23 +392,13 @@
- -
-
-
-
- 16777215
- 100
-
-
-
-
- -
-
+
-
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -442,15 +409,22 @@
Qt::LeftToRight
- __
+ Release
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
+
+ Submit
+
+
+
+ -
+
OpenSymbol
@@ -466,20 +440,20 @@
Qt::LeftToRight
- Karma
+ Submitter
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -490,27 +464,20 @@
Qt::LeftToRight
-
+ Status
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
- -
-
-
- Password
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -521,35 +488,45 @@
Qt::LeftToRight
- date submitted
+
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
-
- -
-
-
- Username
-
+
-
+
+
+
+ #
+
+
+
+
+ karma
+
+
+
+
+ user
+
+
+
+
+ comment
+
+
- -
-
-
- __
-
-
+
-
+
Karma_static
frame_2
Package_breif
- textEdit
+ commentEdit
Package_name_main
Release_static
Date_static
@@ -564,25 +541,13 @@
Status
Request
UpdateType
- Username
- Password
- Username_Label
- Password_label
- comboBox
+ karmaBox
label
label_2
Release_notes
- listWidget_3
treeWidget_comment
- -
-
-
- TextLabel
-
-
-
diff --git a/src/window.py b/src/window.py
index f101c92..d4cbae2 100644
--- a/src/window.py
+++ b/src/window.py
@@ -2,22 +2,26 @@
# Form implementation generated from reading ui file 'ui/MainWindow.ui'
#
-# Created by: PyQt5 UI code generator 5.12.2
+# Created by: PyQt5 UI code generator 5.13.0
#
# WARNING! All changes made in this file will be lost!
+
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName("MainWindow")
- MainWindow.resize(1032, 766)
+ MainWindow.resize(1031, 766)
MainWindow.setMouseTracking(False)
self.centralwidget = QtWidgets.QWidget(MainWindow)
self.centralwidget.setObjectName("centralwidget")
self.gridLayout = QtWidgets.QGridLayout(self.centralwidget)
self.gridLayout.setObjectName("gridLayout")
+ self.usernamLable = QtWidgets.QLabel(self.centralwidget)
+ self.usernamLable.setObjectName("usernamLable")
+ self.gridLayout.addWidget(self.usernamLable, 0, 2, 1, 1, QtCore.Qt.AlignRight)
self.frame = QtWidgets.QFrame(self.centralwidget)
self.frame.setEnabled(True)
self.frame.setAutoFillBackground(False)
@@ -27,42 +31,6 @@ class Ui_MainWindow(object):
self.frame.setObjectName("frame")
self.gridLayout_2 = QtWidgets.QGridLayout(self.frame)
self.gridLayout_2.setObjectName("gridLayout_2")
- self.Date_submitted = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Date_submitted.setFont(font)
- self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Date_submitted.setObjectName("Date_submitted")
- self.gridLayout_2.addWidget(self.Date_submitted, 9, 4, 1, 1)
- self.Submitter_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Submitter_static.setFont(font)
- self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Submitter_static.setObjectName("Submitter_static")
- self.gridLayout_2.addWidget(self.Submitter_static, 11, 5, 1, 1)
- self.Status_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Status_static.setFont(font)
- self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Status_static.setObjectName("Status_static")
- self.gridLayout_2.addWidget(self.Status_static, 8, 5, 1, 1)
self.Submit_user = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -74,37 +42,41 @@ class Ui_MainWindow(object):
self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Submit_user.setObjectName("Submit_user")
- self.gridLayout_2.addWidget(self.Submit_user, 11, 6, 1, 1)
- self.pushButton = QtWidgets.QPushButton(self.frame)
- self.pushButton.setObjectName("pushButton")
- self.gridLayout_2.addWidget(self.pushButton, 25, 6, 1, 2)
- self.Release_static = QtWidgets.QLabel(self.frame)
+ self.gridLayout_2.addWidget(self.Submit_user, 12, 6, 1, 1)
+ self.Karma = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
+ font.setBold(False)
+ font.setWeight(50)
font.setKerning(True)
- self.Release_static.setFont(font)
- self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Release_static.setObjectName("Release_static")
- self.gridLayout_2.addWidget(self.Release_static, 8, 3, 1, 1)
- self.Release = QtWidgets.QLabel(self.frame)
+ self.Karma.setFont(font)
+ self.Karma.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Karma.setObjectName("Karma")
+ self.gridLayout_2.addWidget(self.Karma, 12, 4, 1, 1)
+ self.karmaBox = QtWidgets.QComboBox(self.frame)
+ self.karmaBox.setObjectName("karmaBox")
+ self.karmaBox.addItem("")
+ self.karmaBox.addItem("")
+ self.karmaBox.addItem("")
+ self.gridLayout_2.addWidget(self.karmaBox, 26, 5, 1, 1)
+ self.Package_breif = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
+ font.setPointSize(12)
font.setBold(False)
font.setWeight(50)
- font.setKerning(True)
- self.Release.setFont(font)
- self.Release.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Release.setObjectName("Release")
- self.gridLayout_2.addWidget(self.Release, 8, 4, 1, 1)
- self.Password = QtWidgets.QLineEdit(self.frame)
- self.Password.setObjectName("Password")
- self.gridLayout_2.addWidget(self.Password, 18, 4, 1, 5)
+ self.Package_breif.setFont(font)
+ self.Package_breif.setObjectName("Package_breif")
+ self.gridLayout_2.addWidget(self.Package_breif, 6, 3, 1, 1)
+ self.label_2 = QtWidgets.QLabel(self.frame)
+ self.label_2.setObjectName("label_2")
+ self.gridLayout_2.addWidget(self.label_2, 17, 3, 1, 1)
+ self.commentEdit = QtWidgets.QTextEdit(self.frame)
+ self.commentEdit.setMaximumSize(QtCore.QSize(16777215, 100))
+ self.commentEdit.setObjectName("commentEdit")
+ self.gridLayout_2.addWidget(self.commentEdit, 18, 3, 1, 6)
self.Request_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -116,7 +88,22 @@ class Ui_MainWindow(object):
self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Request_static.setObjectName("Request_static")
- self.gridLayout_2.addWidget(self.Request_static, 9, 5, 1, 1)
+ self.gridLayout_2.addWidget(self.Request_static, 10, 5, 1, 1)
+ self.UpdateType = QtWidgets.QLabel(self.frame)
+ self.UpdateType.setObjectName("UpdateType")
+ self.gridLayout_2.addWidget(self.UpdateType, 1, 3, 1, 1)
+ self.Karma_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Karma_static.setFont(font)
+ self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Karma_static.setObjectName("Karma_static")
+ self.gridLayout_2.addWidget(self.Karma_static, 12, 3, 1, 1)
self.frame_2 = QtWidgets.QFrame(self.frame)
self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
@@ -146,50 +133,58 @@ class Ui_MainWindow(object):
self.nextButton = QtWidgets.QPushButton(self.frame_2)
self.nextButton.setObjectName("nextButton")
self.gridLayout_3.addWidget(self.nextButton, 8, 1, 1, 1)
- self.gridLayout_2.addWidget(self.frame_2, 0, 0, 26, 1)
+ self.gridLayout_2.addWidget(self.frame_2, 0, 0, 27, 1)
+ self.Date_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Date_static.setFont(font)
+ self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Date_static.setObjectName("Date_static")
+ self.gridLayout_2.addWidget(self.Date_static, 10, 3, 1, 1)
+ self.Date_submitted = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Date_submitted.setFont(font)
+ self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Date_submitted.setObjectName("Date_submitted")
+ self.gridLayout_2.addWidget(self.Date_submitted, 10, 4, 1, 1)
self.label = QtWidgets.QLabel(self.frame)
self.label.setObjectName("label")
- self.gridLayout_2.addWidget(self.label, 25, 4, 1, 1)
- self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
- self.treeWidget_comment.setObjectName("treeWidget_comment")
- self.gridLayout_2.addWidget(self.treeWidget_comment, 12, 2, 1, 5)
- self.Package_breif = QtWidgets.QLabel(self.frame)
+ self.gridLayout_2.addWidget(self.label, 26, 4, 1, 1)
+ self.Release = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setPointSize(12)
font.setBold(False)
font.setWeight(50)
- self.Package_breif.setFont(font)
- self.Package_breif.setObjectName("Package_breif")
- self.gridLayout_2.addWidget(self.Package_breif, 6, 3, 1, 1)
- self.label_2 = QtWidgets.QLabel(self.frame)
- self.label_2.setObjectName("label_2")
- self.gridLayout_2.addWidget(self.label_2, 14, 3, 1, 1)
- self.comboBox = QtWidgets.QComboBox(self.frame)
- self.comboBox.setObjectName("comboBox")
- self.comboBox.addItem("")
- self.comboBox.addItem("")
- self.comboBox.addItem("")
- self.gridLayout_2.addWidget(self.comboBox, 25, 5, 1, 1)
- self.Karma = QtWidgets.QLabel(self.frame)
+ font.setKerning(True)
+ self.Release.setFont(font)
+ self.Release.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Release.setObjectName("Release")
+ self.gridLayout_2.addWidget(self.Release, 9, 4, 1, 1)
+ self.Status = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Karma.setFont(font)
- self.Karma.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Karma.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Karma.setObjectName("Karma")
- self.gridLayout_2.addWidget(self.Karma, 11, 4, 1, 1)
- self.Username = QtWidgets.QLineEdit(self.frame)
- self.Username.setObjectName("Username")
- self.gridLayout_2.addWidget(self.Username, 18, 3, 1, 1)
- self.listWidget_3 = QtWidgets.QListWidget(self.frame)
- self.listWidget_3.setMaximumSize(QtCore.QSize(400, 16777215))
- self.listWidget_3.setObjectName("listWidget_3")
- self.gridLayout_2.addWidget(self.listWidget_3, 12, 7, 1, 1)
+ self.Status.setFont(font)
+ self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Status.setObjectName("Status")
+ self.gridLayout_2.addWidget(self.Status, 9, 6, 1, 1)
self.Package_name_main = QtWidgets.QLabel(self.frame)
self.Package_name_main.setMaximumSize(QtCore.QSize(1000, 1000))
font = QtGui.QFont()
@@ -200,34 +195,45 @@ class Ui_MainWindow(object):
self.Package_name_main.setFont(font)
self.Package_name_main.setObjectName("Package_name_main")
self.gridLayout_2.addWidget(self.Package_name_main, 5, 3, 1, 4)
- self.textEdit = QtWidgets.QTextEdit(self.frame)
- self.textEdit.setMaximumSize(QtCore.QSize(16777215, 100))
- self.textEdit.setObjectName("textEdit")
- self.gridLayout_2.addWidget(self.textEdit, 15, 3, 1, 6)
- self.Status = QtWidgets.QLabel(self.frame)
+ self.Release_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
+ font.setBold(True)
+ font.setWeight(75)
font.setKerning(True)
- self.Status.setFont(font)
- self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Status.setObjectName("Status")
- self.gridLayout_2.addWidget(self.Status, 8, 6, 1, 1)
- self.Karma_static = QtWidgets.QLabel(self.frame)
+ self.Release_static.setFont(font)
+ self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Release_static.setObjectName("Release_static")
+ self.gridLayout_2.addWidget(self.Release_static, 9, 3, 1, 1)
+ self.pushButton = QtWidgets.QPushButton(self.frame)
+ self.pushButton.setObjectName("pushButton")
+ self.gridLayout_2.addWidget(self.pushButton, 26, 6, 1, 2)
+ self.Submitter_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Karma_static.setFont(font)
- self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Karma_static.setObjectName("Karma_static")
- self.gridLayout_2.addWidget(self.Karma_static, 11, 3, 1, 1)
+ self.Submitter_static.setFont(font)
+ self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Submitter_static.setObjectName("Submitter_static")
+ self.gridLayout_2.addWidget(self.Submitter_static, 12, 5, 1, 1)
+ self.Status_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Status_static.setFont(font)
+ self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Status_static.setObjectName("Status_static")
+ self.gridLayout_2.addWidget(self.Status_static, 9, 5, 1, 1)
self.Request = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -240,35 +246,17 @@ class Ui_MainWindow(object):
self.Request.setText("")
self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Request.setObjectName("Request")
- self.gridLayout_2.addWidget(self.Request, 9, 6, 1, 1)
- self.Password_label = QtWidgets.QLabel(self.frame)
- self.Password_label.setObjectName("Password_label")
- self.gridLayout_2.addWidget(self.Password_label, 16, 4, 1, 5)
- self.Date_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Date_static.setFont(font)
- self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Date_static.setObjectName("Date_static")
- self.gridLayout_2.addWidget(self.Date_static, 9, 3, 1, 1)
+ self.gridLayout_2.addWidget(self.Request, 10, 6, 1, 1)
+ self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
+ self.treeWidget_comment.setObjectName("treeWidget_comment")
+ self.gridLayout_2.addWidget(self.treeWidget_comment, 13, 3, 1, 6)
self.Release_notes = QtWidgets.QTextBrowser(self.frame)
self.Release_notes.setObjectName("Release_notes")
- self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 5)
- self.Username_Label = QtWidgets.QLabel(self.frame)
- self.Username_Label.setObjectName("Username_Label")
- self.gridLayout_2.addWidget(self.Username_Label, 16, 3, 1, 1)
- self.UpdateType = QtWidgets.QLabel(self.frame)
- self.UpdateType.setObjectName("UpdateType")
- self.gridLayout_2.addWidget(self.UpdateType, 1, 3, 1, 1)
+ self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 6)
self.Karma_static.raise_()
self.frame_2.raise_()
self.Package_breif.raise_()
- self.textEdit.raise_()
+ self.commentEdit.raise_()
self.Package_name_main.raise_()
self.Release_static.raise_()
self.Date_static.raise_()
@@ -283,64 +271,52 @@ class Ui_MainWindow(object):
self.Status.raise_()
self.Request.raise_()
self.UpdateType.raise_()
- self.Username.raise_()
- self.Password.raise_()
- self.Username_Label.raise_()
- self.Password_label.raise_()
- self.comboBox.raise_()
+ self.karmaBox.raise_()
self.label.raise_()
self.label_2.raise_()
self.Release_notes.raise_()
- self.listWidget_3.raise_()
self.treeWidget_comment.raise_()
self.gridLayout.addWidget(self.frame, 2, 0, 1, 3)
- self.label_3 = QtWidgets.QLabel(self.centralwidget)
- self.label_3.setObjectName("label_3")
- self.gridLayout.addWidget(self.label_3, 0, 2, 1, 1)
MainWindow.setCentralWidget(self.centralwidget)
self.statusbar = QtWidgets.QStatusBar(MainWindow)
self.statusbar.setObjectName("statusbar")
MainWindow.setStatusBar(self.statusbar)
self.retranslateUi(MainWindow)
- self.comboBox.setCurrentIndex(1)
+ self.karmaBox.setCurrentIndex(1)
QtCore.QMetaObject.connectSlotsByName(MainWindow)
def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
- self.Date_submitted.setText(_translate("MainWindow", "__"))
- self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
- self.Status_static.setText(_translate("MainWindow", "Status"))
+ self.usernamLable.setText(_translate("MainWindow", "Username"))
self.Submit_user.setText(_translate("MainWindow", "__"))
- self.pushButton.setText(_translate("MainWindow", "Submit"))
- self.Release_static.setText(_translate("MainWindow", "Release"))
- self.Release.setText(_translate("MainWindow", "__"))
+ self.Karma.setText(_translate("MainWindow", "__"))
+ self.karmaBox.setCurrentText(_translate("MainWindow", "0"))
+ self.karmaBox.setItemText(0, _translate("MainWindow", "1"))
+ self.karmaBox.setItemText(1, _translate("MainWindow", "0"))
+ self.karmaBox.setItemText(2, _translate("MainWindow", "-1"))
+ self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.label_2.setText(_translate("MainWindow", "Comment"))
self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.UpdateType.setText(_translate("MainWindow", "__"))
+ self.Karma_static.setText(_translate("MainWindow", "Karma"))
self.label_4.setText(_translate("MainWindow", "Page number:"))
self.PageNum.setText(_translate("MainWindow", "1"))
self.fetchUpdatesButton.setText(_translate("MainWindow", "Fetch Updates"))
self.previousButton.setText(_translate("MainWindow", "Previous"))
self.nextButton.setText(_translate("MainWindow", "Next"))
+ self.Date_static.setText(_translate("MainWindow", "date submitted"))
+ self.Date_submitted.setText(_translate("MainWindow", "__"))
self.label.setText(_translate("MainWindow", "Karma"))
+ self.Release.setText(_translate("MainWindow", "__"))
+ self.Status.setText(_translate("MainWindow", "__"))
+ self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
+ self.Release_static.setText(_translate("MainWindow", "Release"))
+ self.pushButton.setText(_translate("MainWindow", "Submit"))
+ self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
+ self.Status_static.setText(_translate("MainWindow", "Status"))
self.treeWidget_comment.headerItem().setText(0, _translate("MainWindow", "#"))
self.treeWidget_comment.headerItem().setText(1, _translate("MainWindow", "karma"))
self.treeWidget_comment.headerItem().setText(2, _translate("MainWindow", "user"))
self.treeWidget_comment.headerItem().setText(3, _translate("MainWindow", "comment"))
- self.Package_breif.setText(_translate("MainWindow", "breif"))
- self.label_2.setText(_translate("MainWindow", "Comment"))
- self.comboBox.setCurrentText(_translate("MainWindow", "0"))
- self.comboBox.setItemText(0, _translate("MainWindow", "-1"))
- self.comboBox.setItemText(1, _translate("MainWindow", "0"))
- self.comboBox.setItemText(2, _translate("MainWindow", "+1"))
- self.Karma.setText(_translate("MainWindow", "__"))
- self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
- self.Status.setText(_translate("MainWindow", "__"))
- self.Karma_static.setText(_translate("MainWindow", "Karma"))
- self.Password_label.setText(_translate("MainWindow", "Password"))
- self.Date_static.setText(_translate("MainWindow", "date submitted"))
- self.Username_Label.setText(_translate("MainWindow", "Username"))
- self.UpdateType.setText(_translate("MainWindow", "__"))
- self.label_3.setText(_translate("MainWindow", "TextLabel"))
-
-
From 6808d7b92022f0bbcbc91632777c5611ea42307e Mon Sep 17 00:00:00 2001
From: zubin
Date: Jul 15 2019 17:12:53 +0000
Subject: [PATCH 8/18] added critpath
---
diff --git a/src/.vscode/settings.json b/src/.vscode/settings.json
index 615aafb..25c729f 100644
--- a/src/.vscode/settings.json
+++ b/src/.vscode/settings.json
@@ -1,3 +1,3 @@
{
- "python.pythonPath": "/usr/bin/python3"
+ "python.pythonPath": "/bin/python3"
}
\ No newline at end of file
diff --git a/src/.vscode/tags b/src/.vscode/tags
new file mode 100644
index 0000000..888b37c
--- /dev/null
+++ b/src/.vscode/tags
@@ -0,0 +1,59 @@
+!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
+!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
+!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
+!_TAG_PROGRAM_NAME Exuberant Ctags //
+!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
+!_TAG_PROGRAM_VERSION 5.8 //
+BodhiClient ../bodhiCalls.py /^from bodhi.client.bindings import BodhiClient$/;" kind:namespace line:1
+BodhiClient ../main.py /^from bodhi.client.bindings import BodhiClient$/;" kind:namespace line:23
+FasProxyClient ../main.py /^from fedora.client import FasProxyClient, openidbaseclient$/;" kind:namespace line:24
+LoginWindow.py ../LoginWindow.py 1;" kind:file line:1
+Main ../main.py /^class Main():$/;" kind:class line:29
+Path ../main.py /^from pathlib import Path$/;" kind:namespace line:9
+QtCore ../LoginWindow.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtCore ../main.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:14
+QtCore ../main.py /^from PySide2 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:13
+QtCore ../window.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtGui ../LoginWindow.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtGui ../main.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:14
+QtGui ../main.py /^from PySide2 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:13
+QtGui ../window.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtWidgets ../LoginWindow.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtWidgets ../main.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:14
+QtWidgets ../main.py /^from PySide2 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:13
+QtWidgets ../window.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+Ui_Login ../LoginWindow.py /^class Ui_Login(object):$/;" kind:class line:13
+Ui_Login ../main.py /^from LoginWindow import Ui_Login$/;" kind:namespace line:18
+Ui_MainWindow ../main.py /^from window import Ui_MainWindow$/;" kind:namespace line:17
+Ui_MainWindow ../window.py /^class Ui_MainWindow(object):$/;" kind:class line:13
+__init__ ../main.py /^ def __init__(self):$/;" kind:member line:30
+app ../main.py /^ app = Main()/;" kind:variable line:268
+bc ../bodhiCalls.py /^bc = BodhiClient()$/;" kind:variable line:3
+bodhiCalls.py ../bodhiCalls.py 1;" kind:file line:1
+cache ../main.py /^ def cache(self):$/;" kind:member line:165
+comment ../main.py /^ def comment(self, update, comment, karma=0, critpath = None):$/;" kind:member line:176
+fetchList ../main.py /^ def fetchList(self, cached_data):$/;" kind:member line:133
+json ../main.py /^import json$/;" kind:namespace line:7
+literal_eval ../main.py /^from ast import literal_eval$/;" kind:namespace line:10
+location_data ../main.py /^location_data = str(Path.home()) + "\/.fgk"$/;" kind:variable line:26
+loginPopup ../main.py /^ def loginPopup(self):$/;" kind:member line:96
+logout ../main.py /^ def logout(self):$/;" kind:member line:120
+main.py ../main.py 1;" kind:file line:1
+next_page ../main.py /^ def next_page(self):$/;" kind:member line:149
+openidbaseclient ../main.py /^from fedora.client import FasProxyClient, openidbaseclient$/;" kind:namespace line:24
+os ../main.py /^import os$/;" kind:namespace line:5
+populateComments ../main.py /^ def populateComments(self, t):$/;" kind:member line:210
+postKarma ../main.py /^ def postKarma(self):$/;" kind:member line:186
+pprint ../bodhiCalls.py /^import pprint$/;" kind:namespace line:2
+pprint ../main.py /^import pprint$/;" kind:namespace line:8
+previous_page ../main.py /^ def previous_page(self):$/;" kind:member line:155
+retranslateUi ../LoginWindow.py /^ def retranslateUi(self, Login):$/;" kind:member line:57
+retranslateUi ../window.py /^ def retranslateUi(self, MainWindow):$/;" kind:member line:304
+save ../main.py /^ def save(self):$/;" kind:member line:101
+searching ../main.py /^ def searching(self):$/;" kind:member line:256
+selected ../main.py /^ def selected(self):$/;" kind:member line:227
+setupUi ../LoginWindow.py /^ def setupUi(self, Login):$/;" kind:member line:14
+setupUi ../window.py /^ def setupUi(self, MainWindow):$/;" kind:member line:14
+sys ../main.py /^import sys$/;" kind:namespace line:6
+verifyLogin ../main.py /^ def verifyLogin(self):$/;" kind:member line:109
+window.py ../window.py 1;" kind:file line:1
diff --git a/src/main.py b/src/main.py
index cbc489f..fcefa22 100755
--- a/src/main.py
+++ b/src/main.py
@@ -21,6 +21,7 @@ from LoginWindow import Ui_Login
# import Fedora libs
from bodhi.client.bindings import BodhiClient
+from fedora.client import FasProxyClient, openidbaseclient
location_data = str(Path.home()) + "/.fgk"
@@ -30,10 +31,12 @@ class Main():
self.username = None
self.password = None
+ self.login = False
+
# init application
app = QtWidgets.QApplication(sys.argv)
- self.error = QtWidgets.QApplication([])
MainWindow = QtWidgets.QMainWindow()
+ self.error = QtWidgets.QApplication([])
self.ui = Ui_MainWindow()
self.ui.setupUi(MainWindow)
@@ -61,21 +64,31 @@ class Main():
# listeners loginPopup
self.ui_login.saveButton.clicked.connect(self.save)
- # fedora Release
- self.fedoraRelease = ["30","29"]
- self.ui_login.fedoraReleases.addItems(self.fedoraRelease)
# Get Login and fedora version
self.loginPopup()
# Bodhi
self.bc = BodhiClient()
-
+ self.fas = FasProxyClient()
self.query_args = {}
self.query_args['rows_per_page'] = 30
self.query_args['page'] = 1
- self.query_args['releases'] = "30"
+ self.query_args['releases'] = ""
+
+ # fedora Release
+ self.fedoraRelease = self.bc.get_releases()
+ self.release = []
+ for i in self.fedoraRelease['releases']:
+ self.release.append(i['name'])
+ self.ui_login.fedoraReleases.addItems(self.release)
+
+ # setting buttons
+ self.ui.pushButton.setEnabled(0)
+ self.ui.loginButton.clicked.connect(self.loginPopup)
+ # Misc
+ self.critpath = False
MainWindow.show()
sys.exit(app.exec_())
@@ -91,33 +104,30 @@ class Main():
self.username = self.ui_login.Username.text()
self.password = self.ui_login.Password.text()
- self.query_args['releases'] = self.ui_login.fedoraReleases.currentText()
- print(self.username, self.password )
-
-
-
+ self.query_args['releases'] = self.ui_login.fedoraReleases.currentText()
self.Login.close()
-
- def postKarma(self):
- t = self.ui.listWidget.selectedItems()
- if (self.username == None or self.password == None):
- print("e")
- error_dialog = QtWidgets.QErrorMessage()
- error_dialog.showMessage("login first")
- # self.error.exec_()
+ self.verifyLogin()
+
+ def verifyLogin(self):
+ verification = self.fas.verify_password(self.username, self.password)
+ if(verification):
+ self.ui.usernamLable.setText(self.username)
+ self.ui.loginButton.setText("logout")
+ self.ui.loginButton.clicked.connect(self.logout)
+ self.login = True
+ self.ui.pushButton.setEnabled(1)
else:
- try:
- self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
- self.bc1.comment(t[0].text(), self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText())
- print(self.username,self.password)
-
- except Exception as e:
- print(e)
- error_dialog = QtWidgets.QErrorMessage()
- error_dialog.showMessage(str(e))
- # self.error.exec_()
-
- pass
+ self.loginPopup()
+
+ def logout(self):
+ self.username = None
+ self.password = None
+ self.login = None
+ self.ui.usernamLable.setText("Username")
+ self.ui.loginButton.setText("login")
+ self.ui.loginButton.clicked.connect(self.loginPopup)
+ self.ui.pushButton.setEnabled(0)
+
@@ -142,6 +152,7 @@ class Main():
self.query_args["page"] = int(self.query_args["page"]) + 1
self.ui.PageNum.setText(str(self.query_args["page"]))
self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+
self.fetchList(self.directory)
def previous_page(self):
@@ -164,6 +175,41 @@ class Main():
f.write(json.dumps(self.data))
pass
+ # custom comment function for critpath
+ def comment(self, update, comment, karma=0, critpath = None):
+ try:
+ if (critpath == None):
+ x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'csrf_token': self.bc1.csrf()})
+ else:
+ x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'karma_critpath': critpath ,'csrf_token': self.bc1.csrf()})
+ return(x)
+ except Exception as e:
+ print(e)
+
+ def postKarma(self):
+ t = self.ui.Package_breif.text()
+ print(t)
+ if (not self.login):
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("login before posting karma")
+ error_dialog.exec_()
+ else:
+ try:
+ if(self.critpath == True):
+ self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
+ elif(self.critpath == False):
+ self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
+ response = self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText())
+ print(self.username,response)
+
+ except Exception as e:
+ print(e)
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage(str(e))
+ error_dialog.exec_()
+
+
+
# selecting the update
# populates comments in the section
@@ -173,13 +219,16 @@ class Main():
comment = QtWidgets.QTreeWidgetItem()
comment.setText(0, str(comments['id']))
comment.setText(1, str(comments['karma']))
- comment.setText(2, str(comments['user']['name']))
- comment.setText(3, str(comments['text']))
+ comment.setText(2, str(comments['karma_critpath']))
+ comment.setText(3, str(comments['user']['name']))
+ comment.setText(4, str(comments['text']))
self.ui.treeWidget_comment.insertTopLevelItem(0,comment)
except:
pass
+
+
# changes the display text on selection.
def selected(self):
try:
@@ -203,7 +252,18 @@ class Main():
elif(p["type"] == "security"):
self.ui.UpdateType.setPixmap(self.security)
elif(p["type"] == "newpackage"):
- self.ui.UpdateType.setPixmap(self.newpackage)
+ self.ui.UpdateType.setPixmap(self.newpackage)
+
+ if(p['critpath'] == True):
+ self.ui.critpathBox.setVisible(0)
+ self.ui.critpathText.setVisible(0)
+ self.critpath = True
+ if(p['critpath'] == False):
+ self.ui.critpathBox.setVisible(1)
+ self.ui.critpathText.setVisible(1)
+ self.critpath = False
+
+
except Exception as e:
print(e)
pass
@@ -211,10 +271,14 @@ class Main():
# using the search bar
def searching(self):
- self.ui.listWidget.clear()
- for p in self.data['updates']:
- if str(self.ui.lineEdit.text()) in p['title']:
- self.ui.listWidget.addItem(p['title'])
+ try:
+ self.ui.listWidget.clear()
+ for p in self.data['updates']:
+ if str(self.ui.lineEdit.text()) in p['title']:
+ self.ui.listWidget.addItem(p['title'])
+ pass
+ except Exception as e:
+ print(e)
if __name__ == "__main__":
diff --git a/src/ui/MainWindow.ui b/src/ui/MainWindow.ui
index c39bada..747cdce 100644
--- a/src/ui/MainWindow.ui
+++ b/src/ui/MainWindow.ui
@@ -18,14 +18,14 @@
- -
-
+
-
+
- Username
+ Login
- -
+
-
true
@@ -43,8 +43,33 @@
QFrame::Raised
-
-
-
+
-
+
+
+ 0
+
+
+ 1
+
+
-
+
+ 1
+
+
+ -
+
+ 0
+
+
+ -
+
+ -1
+
+
+
+
+ -
+
OpenSymbol
@@ -67,8 +92,15 @@
- -
-
+
-
+
+
+ __
+
+
+
+ -
+
OpenSymbol
@@ -84,50 +116,66 @@
Qt::LeftToRight
- __
+
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
-
- 0
-
-
- 1
-
-
-
+
-
+
+
+ -
+
+
- 1
+ #
-
- -
+
+
- 0
+ karma
-
- -
+
+
- -1
+ critpath
-
+
+
+
+ user
+
+
+
+
+ comment
+
+
- -
-
+
-
+
OpenSymbol
- 12
- 50
- false
+ 75
+ true
+ true
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
- breif
+ Status
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
@@ -138,23 +186,49 @@
- -
-
+
-
+
- 16777215
- 100
+ 1000
+ 1000
+
+
+ OpenSymbol
+ 22
+ 50
+ false
+
+
+
+ Package Name
+
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 12
+ 50
+ false
+
+
+
+ breif
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
true
@@ -165,22 +239,15 @@
Qt::LeftToRight
- Request
+ __
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
- -
-
-
- __
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -196,14 +263,21 @@
Qt::LeftToRight
- Karma
+ date submitted
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
+
-
+
+
+ Submit
+
+
+
+ -
@@ -268,8 +342,8 @@
- -
-
+
-
+
OpenSymbol
@@ -285,15 +359,15 @@
Qt::LeftToRight
- date submitted
+ Karma
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -316,20 +390,20 @@
- -
-
+
-
+
Karma
- -
-
+
-
+
OpenSymbol
- 50
- false
+ 75
+ true
true
@@ -340,15 +414,15 @@
Qt::LeftToRight
- __
+ Request
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
@@ -371,29 +445,8 @@
- -
-
-
-
- 1000
- 1000
-
-
-
-
- OpenSymbol
- 22
- 50
- false
-
-
-
- Package Name
-
-
-
- -
-
+
-
+
OpenSymbol
@@ -409,22 +462,25 @@
Qt::LeftToRight
- Release
+ Submitter
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
-
- Submit
+
-
+
+
+
+ 16777215
+ 100
+
- -
-
+
-
+
OpenSymbol
@@ -440,20 +496,20 @@
Qt::LeftToRight
- Submitter
+ Release
Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
- -
-
+
-
+
OpenSymbol
- 75
- true
+ 50
+ false
true
@@ -464,64 +520,45 @@
Qt::LeftToRight
- Status
+ __
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
- -
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
+
-
+
-
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+ critpath
- -
-
-
-
- #
-
-
-
+
-
+
+
+ 0
+
+
+ 1
+
+
-
- karma
+ 1
-
-
+
+ -
- user
+ 0
-
-
+
+ -
- comment
+ -1
-
+
- -
-
-
Karma_static
frame_2
@@ -542,10 +579,19 @@
Request
UpdateType
karmaBox
- label
+ karmaText
label_2
Release_notes
treeWidget_comment
+ critpathText
+ critpathBox
+
+
+ -
+
+
+ Username
+
diff --git a/src/window.py b/src/window.py
index d4cbae2..6d0f840 100644
--- a/src/window.py
+++ b/src/window.py
@@ -19,9 +19,9 @@ class Ui_MainWindow(object):
self.centralwidget.setObjectName("centralwidget")
self.gridLayout = QtWidgets.QGridLayout(self.centralwidget)
self.gridLayout.setObjectName("gridLayout")
- self.usernamLable = QtWidgets.QLabel(self.centralwidget)
- self.usernamLable.setObjectName("usernamLable")
- self.gridLayout.addWidget(self.usernamLable, 0, 2, 1, 1, QtCore.Qt.AlignRight)
+ self.loginButton = QtWidgets.QPushButton(self.centralwidget)
+ self.loginButton.setObjectName("loginButton")
+ self.gridLayout.addWidget(self.loginButton, 1, 4, 1, 1)
self.frame = QtWidgets.QFrame(self.centralwidget)
self.frame.setEnabled(True)
self.frame.setAutoFillBackground(False)
@@ -31,18 +31,12 @@ class Ui_MainWindow(object):
self.frame.setObjectName("frame")
self.gridLayout_2 = QtWidgets.QGridLayout(self.frame)
self.gridLayout_2.setObjectName("gridLayout_2")
- self.Submit_user = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Submit_user.setFont(font)
- self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Submit_user.setObjectName("Submit_user")
- self.gridLayout_2.addWidget(self.Submit_user, 12, 6, 1, 1)
+ self.karmaBox = QtWidgets.QComboBox(self.frame)
+ self.karmaBox.setObjectName("karmaBox")
+ self.karmaBox.addItem("")
+ self.karmaBox.addItem("")
+ self.karmaBox.addItem("")
+ self.gridLayout_2.addWidget(self.karmaBox, 28, 5, 1, 1)
self.Karma = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -55,12 +49,53 @@ class Ui_MainWindow(object):
self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Karma.setObjectName("Karma")
self.gridLayout_2.addWidget(self.Karma, 12, 4, 1, 1)
- self.karmaBox = QtWidgets.QComboBox(self.frame)
- self.karmaBox.setObjectName("karmaBox")
- self.karmaBox.addItem("")
- self.karmaBox.addItem("")
- self.karmaBox.addItem("")
- self.gridLayout_2.addWidget(self.karmaBox, 26, 5, 1, 1)
+ self.UpdateType = QtWidgets.QLabel(self.frame)
+ self.UpdateType.setObjectName("UpdateType")
+ self.gridLayout_2.addWidget(self.UpdateType, 1, 3, 1, 1)
+ self.Request = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Request.setFont(font)
+ self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request.setText("")
+ self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Request.setObjectName("Request")
+ self.gridLayout_2.addWidget(self.Request, 10, 6, 1, 1)
+ self.Release_notes = QtWidgets.QTextBrowser(self.frame)
+ self.Release_notes.setObjectName("Release_notes")
+ self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 6)
+ self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
+ self.treeWidget_comment.setObjectName("treeWidget_comment")
+ self.gridLayout_2.addWidget(self.treeWidget_comment, 13, 3, 1, 6)
+ self.Status_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Status_static.setFont(font)
+ self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Status_static.setObjectName("Status_static")
+ self.gridLayout_2.addWidget(self.Status_static, 9, 5, 1, 1)
+ self.label_2 = QtWidgets.QLabel(self.frame)
+ self.label_2.setObjectName("label_2")
+ self.gridLayout_2.addWidget(self.label_2, 17, 3, 1, 1)
+ self.Package_name_main = QtWidgets.QLabel(self.frame)
+ self.Package_name_main.setMaximumSize(QtCore.QSize(1000, 1000))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(22)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_name_main.setFont(font)
+ self.Package_name_main.setObjectName("Package_name_main")
+ self.gridLayout_2.addWidget(self.Package_name_main, 5, 3, 1, 4)
self.Package_breif = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -70,40 +105,33 @@ class Ui_MainWindow(object):
self.Package_breif.setFont(font)
self.Package_breif.setObjectName("Package_breif")
self.gridLayout_2.addWidget(self.Package_breif, 6, 3, 1, 1)
- self.label_2 = QtWidgets.QLabel(self.frame)
- self.label_2.setObjectName("label_2")
- self.gridLayout_2.addWidget(self.label_2, 17, 3, 1, 1)
- self.commentEdit = QtWidgets.QTextEdit(self.frame)
- self.commentEdit.setMaximumSize(QtCore.QSize(16777215, 100))
- self.commentEdit.setObjectName("commentEdit")
- self.gridLayout_2.addWidget(self.commentEdit, 18, 3, 1, 6)
- self.Request_static = QtWidgets.QLabel(self.frame)
+ self.Status = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
+ font.setBold(False)
+ font.setWeight(50)
font.setKerning(True)
- self.Request_static.setFont(font)
- self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Request_static.setObjectName("Request_static")
- self.gridLayout_2.addWidget(self.Request_static, 10, 5, 1, 1)
- self.UpdateType = QtWidgets.QLabel(self.frame)
- self.UpdateType.setObjectName("UpdateType")
- self.gridLayout_2.addWidget(self.UpdateType, 1, 3, 1, 1)
- self.Karma_static = QtWidgets.QLabel(self.frame)
+ self.Status.setFont(font)
+ self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Status.setObjectName("Status")
+ self.gridLayout_2.addWidget(self.Status, 9, 6, 1, 1)
+ self.Date_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Karma_static.setFont(font)
- self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Karma_static.setObjectName("Karma_static")
- self.gridLayout_2.addWidget(self.Karma_static, 12, 3, 1, 1)
+ self.Date_static.setFont(font)
+ self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Date_static.setObjectName("Date_static")
+ self.gridLayout_2.addWidget(self.Date_static, 10, 3, 1, 1)
+ self.pushButton = QtWidgets.QPushButton(self.frame)
+ self.pushButton.setObjectName("pushButton")
+ self.gridLayout_2.addWidget(self.pushButton, 28, 6, 1, 2)
self.frame_2 = QtWidgets.QFrame(self.frame)
self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
@@ -133,34 +161,19 @@ class Ui_MainWindow(object):
self.nextButton = QtWidgets.QPushButton(self.frame_2)
self.nextButton.setObjectName("nextButton")
self.gridLayout_3.addWidget(self.nextButton, 8, 1, 1, 1)
- self.gridLayout_2.addWidget(self.frame_2, 0, 0, 27, 1)
- self.Date_static = QtWidgets.QLabel(self.frame)
+ self.gridLayout_2.addWidget(self.frame_2, 0, 0, 29, 1)
+ self.Karma_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Date_static.setFont(font)
- self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Date_static.setObjectName("Date_static")
- self.gridLayout_2.addWidget(self.Date_static, 10, 3, 1, 1)
- self.Date_submitted = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Date_submitted.setFont(font)
- self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Date_submitted.setObjectName("Date_submitted")
- self.gridLayout_2.addWidget(self.Date_submitted, 10, 4, 1, 1)
- self.label = QtWidgets.QLabel(self.frame)
- self.label.setObjectName("label")
- self.gridLayout_2.addWidget(self.label, 26, 4, 1, 1)
+ self.Karma_static.setFont(font)
+ self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Karma_static.setObjectName("Karma_static")
+ self.gridLayout_2.addWidget(self.Karma_static, 12, 3, 1, 1)
self.Release = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -173,43 +186,33 @@ class Ui_MainWindow(object):
self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
self.Release.setObjectName("Release")
self.gridLayout_2.addWidget(self.Release, 9, 4, 1, 1)
- self.Status = QtWidgets.QLabel(self.frame)
+ self.karmaText = QtWidgets.QLabel(self.frame)
+ self.karmaText.setObjectName("karmaText")
+ self.gridLayout_2.addWidget(self.karmaText, 28, 4, 1, 1)
+ self.Request_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
+ font.setBold(True)
+ font.setWeight(75)
font.setKerning(True)
- self.Status.setFont(font)
- self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Status.setObjectName("Status")
- self.gridLayout_2.addWidget(self.Status, 9, 6, 1, 1)
- self.Package_name_main = QtWidgets.QLabel(self.frame)
- self.Package_name_main.setMaximumSize(QtCore.QSize(1000, 1000))
+ self.Request_static.setFont(font)
+ self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Request_static.setObjectName("Request_static")
+ self.gridLayout_2.addWidget(self.Request_static, 10, 5, 1, 1)
+ self.Submit_user = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
- font.setPointSize(22)
font.setBold(False)
font.setWeight(50)
- self.Package_name_main.setFont(font)
- self.Package_name_main.setObjectName("Package_name_main")
- self.gridLayout_2.addWidget(self.Package_name_main, 5, 3, 1, 4)
- self.Release_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
font.setKerning(True)
- self.Release_static.setFont(font)
- self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Release_static.setObjectName("Release_static")
- self.gridLayout_2.addWidget(self.Release_static, 9, 3, 1, 1)
- self.pushButton = QtWidgets.QPushButton(self.frame)
- self.pushButton.setObjectName("pushButton")
- self.gridLayout_2.addWidget(self.pushButton, 26, 6, 1, 2)
+ self.Submit_user.setFont(font)
+ self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Submit_user.setObjectName("Submit_user")
+ self.gridLayout_2.addWidget(self.Submit_user, 12, 6, 1, 1)
self.Submitter_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
@@ -222,37 +225,43 @@ class Ui_MainWindow(object):
self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
self.Submitter_static.setObjectName("Submitter_static")
self.gridLayout_2.addWidget(self.Submitter_static, 12, 5, 1, 1)
- self.Status_static = QtWidgets.QLabel(self.frame)
+ self.commentEdit = QtWidgets.QTextEdit(self.frame)
+ self.commentEdit.setMaximumSize(QtCore.QSize(16777215, 100))
+ self.commentEdit.setObjectName("commentEdit")
+ self.gridLayout_2.addWidget(self.commentEdit, 18, 3, 1, 6)
+ self.Release_static = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(True)
font.setWeight(75)
font.setKerning(True)
- self.Status_static.setFont(font)
- self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Status_static.setObjectName("Status_static")
- self.gridLayout_2.addWidget(self.Status_static, 9, 5, 1, 1)
- self.Request = QtWidgets.QLabel(self.frame)
+ self.Release_static.setFont(font)
+ self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Release_static.setObjectName("Release_static")
+ self.gridLayout_2.addWidget(self.Release_static, 9, 3, 1, 1)
+ self.Date_submitted = QtWidgets.QLabel(self.frame)
font = QtGui.QFont()
font.setFamily("OpenSymbol")
font.setBold(False)
font.setWeight(50)
font.setKerning(True)
- self.Request.setFont(font)
- self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request.setText("")
- self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Request.setObjectName("Request")
- self.gridLayout_2.addWidget(self.Request, 10, 6, 1, 1)
- self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
- self.treeWidget_comment.setObjectName("treeWidget_comment")
- self.gridLayout_2.addWidget(self.treeWidget_comment, 13, 3, 1, 6)
- self.Release_notes = QtWidgets.QTextBrowser(self.frame)
- self.Release_notes.setObjectName("Release_notes")
- self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 6)
+ self.Date_submitted.setFont(font)
+ self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Date_submitted.setObjectName("Date_submitted")
+ self.gridLayout_2.addWidget(self.Date_submitted, 10, 4, 1, 1)
+ self.critpathText = QtWidgets.QLabel(self.frame)
+ self.critpathText.setObjectName("critpathText")
+ self.gridLayout_2.addWidget(self.critpathText, 26, 4, 1, 1)
+ self.critpathBox = QtWidgets.QComboBox(self.frame)
+ self.critpathBox.setObjectName("critpathBox")
+ self.critpathBox.addItem("")
+ self.critpathBox.addItem("")
+ self.critpathBox.addItem("")
+ self.gridLayout_2.addWidget(self.critpathBox, 26, 5, 1, 1)
self.Karma_static.raise_()
self.frame_2.raise_()
self.Package_breif.raise_()
@@ -272,11 +281,16 @@ class Ui_MainWindow(object):
self.Request.raise_()
self.UpdateType.raise_()
self.karmaBox.raise_()
- self.label.raise_()
+ self.karmaText.raise_()
self.label_2.raise_()
self.Release_notes.raise_()
self.treeWidget_comment.raise_()
- self.gridLayout.addWidget(self.frame, 2, 0, 1, 3)
+ self.critpathText.raise_()
+ self.critpathBox.raise_()
+ self.gridLayout.addWidget(self.frame, 3, 0, 1, 5)
+ self.usernamLable = QtWidgets.QLabel(self.centralwidget)
+ self.usernamLable.setObjectName("usernamLable")
+ self.gridLayout.addWidget(self.usernamLable, 1, 3, 1, 1, QtCore.Qt.AlignRight)
MainWindow.setCentralWidget(self.centralwidget)
self.statusbar = QtWidgets.QStatusBar(MainWindow)
self.statusbar.setObjectName("statusbar")
@@ -284,39 +298,47 @@ class Ui_MainWindow(object):
self.retranslateUi(MainWindow)
self.karmaBox.setCurrentIndex(1)
+ self.critpathBox.setCurrentIndex(1)
QtCore.QMetaObject.connectSlotsByName(MainWindow)
def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
- self.usernamLable.setText(_translate("MainWindow", "Username"))
- self.Submit_user.setText(_translate("MainWindow", "__"))
- self.Karma.setText(_translate("MainWindow", "__"))
+ self.loginButton.setText(_translate("MainWindow", "Login"))
self.karmaBox.setCurrentText(_translate("MainWindow", "0"))
self.karmaBox.setItemText(0, _translate("MainWindow", "1"))
self.karmaBox.setItemText(1, _translate("MainWindow", "0"))
self.karmaBox.setItemText(2, _translate("MainWindow", "-1"))
- self.Package_breif.setText(_translate("MainWindow", "breif"))
- self.label_2.setText(_translate("MainWindow", "Comment"))
- self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.Karma.setText(_translate("MainWindow", "__"))
self.UpdateType.setText(_translate("MainWindow", "__"))
- self.Karma_static.setText(_translate("MainWindow", "Karma"))
+ self.treeWidget_comment.headerItem().setText(0, _translate("MainWindow", "#"))
+ self.treeWidget_comment.headerItem().setText(1, _translate("MainWindow", "karma"))
+ self.treeWidget_comment.headerItem().setText(2, _translate("MainWindow", "critpath"))
+ self.treeWidget_comment.headerItem().setText(3, _translate("MainWindow", "user"))
+ self.treeWidget_comment.headerItem().setText(4, _translate("MainWindow", "comment"))
+ self.Status_static.setText(_translate("MainWindow", "Status"))
+ self.label_2.setText(_translate("MainWindow", "Comment"))
+ self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
+ self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.Status.setText(_translate("MainWindow", "__"))
+ self.Date_static.setText(_translate("MainWindow", "date submitted"))
+ self.pushButton.setText(_translate("MainWindow", "Submit"))
self.label_4.setText(_translate("MainWindow", "Page number:"))
self.PageNum.setText(_translate("MainWindow", "1"))
self.fetchUpdatesButton.setText(_translate("MainWindow", "Fetch Updates"))
self.previousButton.setText(_translate("MainWindow", "Previous"))
self.nextButton.setText(_translate("MainWindow", "Next"))
- self.Date_static.setText(_translate("MainWindow", "date submitted"))
- self.Date_submitted.setText(_translate("MainWindow", "__"))
- self.label.setText(_translate("MainWindow", "Karma"))
+ self.Karma_static.setText(_translate("MainWindow", "Karma"))
self.Release.setText(_translate("MainWindow", "__"))
- self.Status.setText(_translate("MainWindow", "__"))
- self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
- self.Release_static.setText(_translate("MainWindow", "Release"))
- self.pushButton.setText(_translate("MainWindow", "Submit"))
+ self.karmaText.setText(_translate("MainWindow", "Karma"))
+ self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.Submit_user.setText(_translate("MainWindow", "__"))
self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
- self.Status_static.setText(_translate("MainWindow", "Status"))
- self.treeWidget_comment.headerItem().setText(0, _translate("MainWindow", "#"))
- self.treeWidget_comment.headerItem().setText(1, _translate("MainWindow", "karma"))
- self.treeWidget_comment.headerItem().setText(2, _translate("MainWindow", "user"))
- self.treeWidget_comment.headerItem().setText(3, _translate("MainWindow", "comment"))
+ self.Release_static.setText(_translate("MainWindow", "Release"))
+ self.Date_submitted.setText(_translate("MainWindow", "__"))
+ self.critpathText.setText(_translate("MainWindow", "critpath"))
+ self.critpathBox.setCurrentText(_translate("MainWindow", "0"))
+ self.critpathBox.setItemText(0, _translate("MainWindow", "1"))
+ self.critpathBox.setItemText(1, _translate("MainWindow", "0"))
+ self.critpathBox.setItemText(2, _translate("MainWindow", "-1"))
+ self.usernamLable.setText(_translate("MainWindow", "Username"))
From ec8b904ee5ff01de02cc6308068ca0b4dccc8358 Mon Sep 17 00:00:00 2001
From: zubin
Date: Jul 16 2019 12:59:36 +0000
Subject: [PATCH 9/18] making build
---
diff --git a/Makefile-reference b/Makefile-reference
deleted file mode 100644
index 141f4ed..0000000
--- a/Makefile-reference
+++ /dev/null
@@ -1,31 +0,0 @@
-# Branislav Blaskovic
-# Tomas Meszaros
-
-
-NAME = fedora-gooey-karma
-BINDIR = /usr/bin
-DATADIR = /usr/share
-
-all:
-
-run:
- ./src/fedora-gooey-karma
-
-install:
- mkdir -p $(DESTDIR)$(DATADIR)/$(NAME)
- install -D -p -m 755 src/$(NAME) $(DESTDIR)$(BINDIR)/$(NAME)
- install -D -p -m 644 src/*.py $(DESTDIR)$(DATADIR)/$(NAME)/
- mkdir -p $(DESTDIR)$(DATADIR)/applications
- install -D -p -m 644 $(NAME).desktop $(DESTDIR)$(DATADIR)/applications/
- mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor/
- cp -r icons/* $(DESTDIR)$(DATADIR)/icons/hicolor/
- chmod 644 $(DESTDIR)$(DATADIR)/icons/hicolor/*/apps/$(NAME).png
-
-uninstall:
- rm -rf $(DESTDIR)$(DATADIR)/$(NAME)
- rm -f $(DESTDIR)$(BINDIR)/$(NAME)
- rm -f $(DESTDIR)$(DATADIR)/applications/$(NAME).desktop
- rm -f $(DESTDIR)$(DATADIR)/icons/hicolor/*/apps/$(NAME).png
-
-clean:
- rm src/*.pyc
diff --git a/assets/bugfix.png b/assets/bugfix.png
deleted file mode 100644
index e1c90f5..0000000
Binary files a/assets/bugfix.png and /dev/null differ
diff --git a/assets/enhancement.png b/assets/enhancement.png
deleted file mode 100644
index 031384e..0000000
Binary files a/assets/enhancement.png and /dev/null differ
diff --git a/assets/new_package.png b/assets/new_package.png
deleted file mode 100644
index 78b067c..0000000
Binary files a/assets/new_package.png and /dev/null differ
diff --git a/assets/security.png b/assets/security.png
deleted file mode 100644
index ddcb601..0000000
Binary files a/assets/security.png and /dev/null differ
diff --git a/fedora-gooey-karma.desktop b/fedora-gooey-karma.desktop
new file mode 100644
index 0000000..6f899a1
--- /dev/null
+++ b/fedora-gooey-karma.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Fedora Gooey Karma
+Comment=Helps you to easily and fast provide feedback for all testing updates that you have currently installed
+Exec=fedora-gooey-karma
+Icon=fedora-gooey-karma
+Terminal=false
+Categories=GNOME;GTK;System;
diff --git a/src/assets/16x16/apps/fedora-gooey-karma.png b/src/assets/16x16/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..5f18e88
Binary files /dev/null and b/src/assets/16x16/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/24x24/apps/fedora-gooey-karma.png b/src/assets/24x24/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..82e51a7
Binary files /dev/null and b/src/assets/24x24/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/256x256/apps/fedora-gooey-karma.png b/src/assets/256x256/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..ba5a0be
Binary files /dev/null and b/src/assets/256x256/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/32x32/apps/fedora-gooey-karma.png b/src/assets/32x32/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..902fcb0
Binary files /dev/null and b/src/assets/32x32/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/48x48/apps/fedora-gooey-karma.png b/src/assets/48x48/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..67b3ac3
Binary files /dev/null and b/src/assets/48x48/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/bugfix.png b/src/assets/bugfix.png
new file mode 100644
index 0000000..e1c90f5
Binary files /dev/null and b/src/assets/bugfix.png differ
diff --git a/src/assets/enhancement.png b/src/assets/enhancement.png
new file mode 100644
index 0000000..031384e
Binary files /dev/null and b/src/assets/enhancement.png differ
diff --git a/src/assets/new_package.png b/src/assets/new_package.png
new file mode 100644
index 0000000..78b067c
Binary files /dev/null and b/src/assets/new_package.png differ
diff --git a/src/assets/security.png b/src/assets/security.png
new file mode 100644
index 0000000..ddcb601
Binary files /dev/null and b/src/assets/security.png differ
diff --git a/src/bodhiCalls.py b/src/bodhiCalls.py
index 8d50874..bff71e4 100644
--- a/src/bodhiCalls.py
+++ b/src/bodhiCalls.py
@@ -1,4 +1,4 @@
from bodhi.client.bindings import BodhiClient
import pprint
-bc = BodhiClient()
+bc = BodhiClient(updateid="FEDORA-2016-1d9eb09530" )
pprint.pprint(bc.query())
\ No newline at end of file
diff --git a/src/data/test.json b/src/data/test.json
deleted file mode 100644
index eb1e728..0000000
--- a/src/data/test.json
+++ /dev/null
@@ -1,2702 +0,0 @@
-{'chrome': True,
- 'display_request': True,
- 'display_user': True,
- 'package': None,
- 'page': 1,
- 'pages': 7098,
- 'rows_per_page': 20,
- 'total': 141949,
- 'updates': [{'alias': 'FEDORA-2019-59b6517de6',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'moodle-3.5.7-1.fc29',
- 'release_id': 23,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969923,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by limb. ',
- 'timestamp': '2019-07-08 14:15:08',
- 'update_id': 142464,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969924,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 14:15:08',
- 'update_id': 142464,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969925,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 14:15:10',
- 'update_id': 142464,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 14:15:07',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Latest upstream.',
- 'pushed': False,
- 'release': {'branch': 'f29',
- 'candidate_tag': 'f29-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'testing',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:02:05',
- 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
- 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
- {'alias': 'FEDORA-2019-ddeb943ee8',
- 'title': 'anki-2.1.14-1.fc29'},
- {'alias': 'FEDORA-2019-a9500f635c',
- 'title': 'nightfall-1.92-1.fc29'},
- {'alias': 'FEDORA-2019-4335cab80c',
- 'title': 'lollypop-1.1.4.1-1.fc29'},
- {'alias': 'FEDORA-2019-22e5fc87a1',
- 'title': 'HepMC3-3.1.1-2.fc29, '
- 'js-jsroot-5.7.0-1.fc29, '
- 'and 2 '
- 'more'},
- {'alias': 'FEDORA-2019-a0c059e598',
- 'title': 'granite-5.2.4-1.fc29'},
- {'alias': 'FEDORA-2019-cd9024067b',
- 'title': 'cervisia-19.04.2-1.fc29, '
- 'kapptemplate-19.04.2-1.fc29, '
- 'and 10 '
- 'more'}]},
- {'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'stable',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:14:40',
- 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
- 'title': 'python-pipreqs-0.4.9-1.fc29'},
- {'alias': 'FEDORA-2019-a41e87016c',
- 'title': 'lyx-2.3.3-1.fc29'},
- {'alias': 'FEDORA-2019-dd59efb43b',
- 'title': 'python-mwclient-0.9.3-3.fc29'},
- {'alias': 'FEDORA-2019-17548c0c7d',
- 'title': 'GeographicLib-1.49-5.fc29'},
- {'alias': 'FEDORA-2019-d6e93c5bf9',
- 'title': 'lutris-0.5.2.2-1.fc29'},
- {'alias': 'FEDORA-2019-6b5883188a',
- 'title': 'foliate-1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-f099f9d023',
- 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
- {'alias': 'FEDORA-2019-886c33fecb',
- 'title': 'lollypop-1.1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-1ae2e45fbd',
- 'title': 'fldigi-4.1.04-1.fc29'},
- {'alias': 'FEDORA-2019-60741f1236',
- 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
- 'dist_tag': 'f29',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 29',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F29',
- 'override_tag': 'f29-override',
- 'pending_signing_tag': 'f29-signing-pending',
- 'pending_stable_tag': 'f29-updates-pending',
- 'pending_testing_tag': 'f29-updates-testing-pending',
- 'stable_tag': 'f29-updates',
- 'state': 'current',
- 'testing_tag': 'f29-updates-testing',
- 'version': '29'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'moodle-3.5.7-1.fc29',
- 'type': 'bugfix',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-59b6517de6',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-59b6517de6',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/7f28067f680c104a7d61fcfae961947a4f60c0e71d5ae9a714d248163c123a3d?s=24&d=retro',
- 'email': 'gwync@protonmail.com',
- 'groups': [Munch({'name': 'releng-team'}),
- Munch({'name': 'provenpackager'}),
- Munch({'name': 'packager'})],
- 'id': 134,
- 'name': 'limb',
- 'openid': 'limb.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-f62d672708',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'moodle-3.6.5-1.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969921,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by limb. ',
- 'timestamp': '2019-07-08 14:15:07',
- 'update_id': 142463,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969922,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 14:15:07',
- 'update_id': 142463,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969926,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 14:15:10',
- 'update_id': 142463,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 14:15:07',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Latest upstream.',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'moodle-3.6.5-1.fc30',
- 'type': 'bugfix',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-f62d672708',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-f62d672708',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/7f28067f680c104a7d61fcfae961947a4f60c0e71d5ae9a714d248163c123a3d?s=24&d=retro',
- 'email': 'gwync@protonmail.com',
- 'groups': [Munch({'name': 'releng-team'}),
- Munch({'name': 'provenpackager'}),
- Munch({'name': 'packager'})],
- 'id': 134,
- 'name': 'limb',
- 'openid': 'limb.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-05d172b811',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'intel-gmmlib-19.2.3-1.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969918,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by kwizart. ',
- 'timestamp': '2019-07-08 13:59:19',
- 'update_id': 142462,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969919,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 13:59:19',
- 'update_id': 142462,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969920,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 13:59:22',
- 'update_id': 142462,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 13:59:19',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Various bugfixes and PCI_IDS adds.',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'intel-gmmlib-19.2.3-1.fc30',
- 'type': 'bugfix',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-05d172b811',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-05d172b811',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/b597ed505c258eabec19539f31a90c956f93a8f3ce481edea18f3bebeb93e91e?s=24&d=retro',
- 'email': 'kwizart@gmail.com',
- 'groups': [Munch({'name': 'provenpackager'}),
- Munch({'name': 'packager'})],
- 'id': 468,
- 'name': 'kwizart',
- 'openid': 'kwizart.id.fedoraproject.org'}},
- {'alias': 'FEDORA-EPEL-2019-99f3b7d8d2',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'python-enlighten-1.3.0-1.el6',
- 'release_id': 10,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969915,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by aviso. ',
- 'timestamp': '2019-07-08 13:57:24',
- 'update_id': 142461,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969916,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 13:57:25',
- 'update_id': 142461,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969917,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 13:57:27',
- 'update_id': 142461,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 13:57:24',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Update to 1.3.0',
- 'pushed': False,
- 'release': {'branch': 'el6',
- 'candidate_tag': 'dist-6E-epel-testing-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'dist-6E-epel',
- 'id_prefix': 'FEDORA-EPEL',
- 'long_name': 'Fedora EPEL 6',
- 'mail_template': 'fedora_epel_legacy_errata_template',
- 'name': 'EL-6',
- 'override_tag': 'dist-6E-epel-override',
- 'pending_signing_tag': '',
- 'pending_stable_tag': '',
- 'pending_testing_tag': '',
- 'stable_tag': 'dist-6E-epel',
- 'state': 'current',
- 'testing_tag': 'dist-6E-epel-testing',
- 'version': '6'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'python-enlighten-1.3.0-1.el6',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-EPEL-2019-99f3b7d8d2',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-99f3b7d8d2',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/5cc92e1c200362738ff6ea7c6c43d626a1bf5609134e7fc91f1a7717cb206d20?s=24&d=retro',
- 'email': 'aviso@rockhopper.net',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 549,
- 'name': 'aviso',
- 'openid': 'aviso.id.fedoraproject.org'}},
- {'alias': 'FEDORA-EPEL-2019-f88370b207',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'python-enlighten-1.3.0-1.el7',
- 'release_id': 8,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969912,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by aviso. ',
- 'timestamp': '2019-07-08 13:49:57',
- 'update_id': 142460,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969913,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 13:49:57',
- 'update_id': 142460,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969914,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 13:49:59',
- 'update_id': 142460,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 13:49:57',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Update to 1.3.0',
- 'pushed': False,
- 'release': {'branch': 'epel7',
- 'candidate_tag': 'epel7-testing-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'epel7',
- 'id_prefix': 'FEDORA-EPEL',
- 'long_name': 'Fedora EPEL 7',
- 'mail_template': 'fedora_epel_legacy_errata_template',
- 'name': 'EPEL-7',
- 'override_tag': 'epel7-override',
- 'pending_signing_tag': 'epel7-signing-pending',
- 'pending_stable_tag': 'epel7-pending',
- 'pending_testing_tag': 'epel7-testing-pending',
- 'stable_tag': 'epel7',
- 'state': 'current',
- 'testing_tag': 'epel7-testing',
- 'version': '7'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'python-enlighten-1.3.0-1.el7',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-EPEL-2019-f88370b207',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-f88370b207',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/5cc92e1c200362738ff6ea7c6c43d626a1bf5609134e7fc91f1a7717cb206d20?s=24&d=retro',
- 'email': 'aviso@rockhopper.net',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 549,
- 'name': 'aviso',
- 'openid': 'aviso.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-596f2df57b',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'python-enlighten-1.3.0-1.fc29',
- 'release_id': 23,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969908,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by aviso. ',
- 'timestamp': '2019-07-08 13:39:18',
- 'update_id': 142459,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969909,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 13:39:18',
- 'update_id': 142459,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969910,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 13:39:21',
- 'update_id': 142459,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 13:39:18',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Update to 1.3.0',
- 'pushed': False,
- 'release': {'branch': 'f29',
- 'candidate_tag': 'f29-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'testing',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:02:05',
- 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
- 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
- {'alias': 'FEDORA-2019-ddeb943ee8',
- 'title': 'anki-2.1.14-1.fc29'},
- {'alias': 'FEDORA-2019-a9500f635c',
- 'title': 'nightfall-1.92-1.fc29'},
- {'alias': 'FEDORA-2019-4335cab80c',
- 'title': 'lollypop-1.1.4.1-1.fc29'},
- {'alias': 'FEDORA-2019-22e5fc87a1',
- 'title': 'HepMC3-3.1.1-2.fc29, '
- 'js-jsroot-5.7.0-1.fc29, '
- 'and 2 '
- 'more'},
- {'alias': 'FEDORA-2019-a0c059e598',
- 'title': 'granite-5.2.4-1.fc29'},
- {'alias': 'FEDORA-2019-cd9024067b',
- 'title': 'cervisia-19.04.2-1.fc29, '
- 'kapptemplate-19.04.2-1.fc29, '
- 'and 10 '
- 'more'}]},
- {'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'stable',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:14:40',
- 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
- 'title': 'python-pipreqs-0.4.9-1.fc29'},
- {'alias': 'FEDORA-2019-a41e87016c',
- 'title': 'lyx-2.3.3-1.fc29'},
- {'alias': 'FEDORA-2019-dd59efb43b',
- 'title': 'python-mwclient-0.9.3-3.fc29'},
- {'alias': 'FEDORA-2019-17548c0c7d',
- 'title': 'GeographicLib-1.49-5.fc29'},
- {'alias': 'FEDORA-2019-d6e93c5bf9',
- 'title': 'lutris-0.5.2.2-1.fc29'},
- {'alias': 'FEDORA-2019-6b5883188a',
- 'title': 'foliate-1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-f099f9d023',
- 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
- {'alias': 'FEDORA-2019-886c33fecb',
- 'title': 'lollypop-1.1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-1ae2e45fbd',
- 'title': 'fldigi-4.1.04-1.fc29'},
- {'alias': 'FEDORA-2019-60741f1236',
- 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
- 'dist_tag': 'f29',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 29',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F29',
- 'override_tag': 'f29-override',
- 'pending_signing_tag': 'f29-signing-pending',
- 'pending_stable_tag': 'f29-updates-pending',
- 'pending_testing_tag': 'f29-updates-testing-pending',
- 'stable_tag': 'f29-updates',
- 'state': 'current',
- 'testing_tag': 'f29-updates-testing',
- 'version': '29'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'python-enlighten-1.3.0-1.fc29',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-596f2df57b',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-596f2df57b',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/5cc92e1c200362738ff6ea7c6c43d626a1bf5609134e7fc91f1a7717cb206d20?s=24&d=retro',
- 'email': 'aviso@rockhopper.net',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 549,
- 'name': 'aviso',
- 'openid': 'aviso.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-b412e93178',
- 'autokarma': True,
- 'bugs': [{'bug_id': 1699812,
- 'feedback': [],
- 'parent': False,
- 'security': False,
- 'title': 'python-enlighten-1.3.0 is available'}],
- 'builds': [{'epoch': 0,
- 'nvr': 'python-enlighten-1.3.0-1.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969905,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by aviso. ',
- 'timestamp': '2019-07-08 13:31:18',
- 'update_id': 142458,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969906,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 13:31:18',
- 'update_id': 142458,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969907,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 13:31:22',
- 'update_id': 142458,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 13:31:18',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Update to 1.3.0',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'python-enlighten-1.3.0-1.fc30',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-b412e93178',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-b412e93178',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/5cc92e1c200362738ff6ea7c6c43d626a1bf5609134e7fc91f1a7717cb206d20?s=24&d=retro',
- 'email': 'aviso@rockhopper.net',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 549,
- 'name': 'aviso',
- 'openid': 'aviso.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-60ea57e853',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'gst-transcoder-1.16.0-1.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969894,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by limb. ',
- 'timestamp': '2019-07-08 13:17:42',
- 'update_id': 142457,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969895,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 13:17:42',
- 'update_id': 142457,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969897,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 13:17:45',
- 'update_id': 142457,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 13:17:42',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Update to more recent releases.',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'low',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'gst-transcoder-1.16.0-1.fc30',
- 'type': 'bugfix',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-60ea57e853',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-60ea57e853',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/7f28067f680c104a7d61fcfae961947a4f60c0e71d5ae9a714d248163c123a3d?s=24&d=retro',
- 'email': 'gwync@protonmail.com',
- 'groups': [Munch({'name': 'releng-team'}),
- Munch({'name': 'provenpackager'}),
- Munch({'name': 'packager'})],
- 'id': 134,
- 'name': 'limb',
- 'openid': 'limb.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-375a1e2963',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'gst-transcoder-1.14.1-1.fc29',
- 'release_id': 23,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969892,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by limb. ',
- 'timestamp': '2019-07-08 13:17:41',
- 'update_id': 142456,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969893,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 13:17:42',
- 'update_id': 142456,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969896,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 13:17:45',
- 'update_id': 142456,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 13:17:38',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Update to more recent releases.',
- 'pushed': False,
- 'release': {'branch': 'f29',
- 'candidate_tag': 'f29-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'testing',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:02:05',
- 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
- 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
- {'alias': 'FEDORA-2019-ddeb943ee8',
- 'title': 'anki-2.1.14-1.fc29'},
- {'alias': 'FEDORA-2019-a9500f635c',
- 'title': 'nightfall-1.92-1.fc29'},
- {'alias': 'FEDORA-2019-4335cab80c',
- 'title': 'lollypop-1.1.4.1-1.fc29'},
- {'alias': 'FEDORA-2019-22e5fc87a1',
- 'title': 'HepMC3-3.1.1-2.fc29, '
- 'js-jsroot-5.7.0-1.fc29, '
- 'and 2 '
- 'more'},
- {'alias': 'FEDORA-2019-a0c059e598',
- 'title': 'granite-5.2.4-1.fc29'},
- {'alias': 'FEDORA-2019-cd9024067b',
- 'title': 'cervisia-19.04.2-1.fc29, '
- 'kapptemplate-19.04.2-1.fc29, '
- 'and 10 '
- 'more'}]},
- {'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'stable',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:14:40',
- 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
- 'title': 'python-pipreqs-0.4.9-1.fc29'},
- {'alias': 'FEDORA-2019-a41e87016c',
- 'title': 'lyx-2.3.3-1.fc29'},
- {'alias': 'FEDORA-2019-dd59efb43b',
- 'title': 'python-mwclient-0.9.3-3.fc29'},
- {'alias': 'FEDORA-2019-17548c0c7d',
- 'title': 'GeographicLib-1.49-5.fc29'},
- {'alias': 'FEDORA-2019-d6e93c5bf9',
- 'title': 'lutris-0.5.2.2-1.fc29'},
- {'alias': 'FEDORA-2019-6b5883188a',
- 'title': 'foliate-1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-f099f9d023',
- 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
- {'alias': 'FEDORA-2019-886c33fecb',
- 'title': 'lollypop-1.1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-1ae2e45fbd',
- 'title': 'fldigi-4.1.04-1.fc29'},
- {'alias': 'FEDORA-2019-60741f1236',
- 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
- 'dist_tag': 'f29',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 29',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F29',
- 'override_tag': 'f29-override',
- 'pending_signing_tag': 'f29-signing-pending',
- 'pending_stable_tag': 'f29-updates-pending',
- 'pending_testing_tag': 'f29-updates-testing-pending',
- 'stable_tag': 'f29-updates',
- 'state': 'current',
- 'testing_tag': 'f29-updates-testing',
- 'version': '29'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'low',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'gst-transcoder-1.14.1-1.fc29',
- 'type': 'bugfix',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-375a1e2963',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-375a1e2963',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/7f28067f680c104a7d61fcfae961947a4f60c0e71d5ae9a714d248163c123a3d?s=24&d=retro',
- 'email': 'gwync@protonmail.com',
- 'groups': [Munch({'name': 'releng-team'}),
- Munch({'name': 'provenpackager'}),
- Munch({'name': 'packager'})],
- 'id': 134,
- 'name': 'limb',
- 'openid': 'limb.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-3ff27ac119',
- 'autokarma': True,
- 'bugs': [{'bug_id': 1726163,
- 'feedback': [],
- 'parent': False,
- 'security': False,
- 'title': 'fusioninventory-agent-2.5.1 is available'}],
- 'builds': [{'epoch': 0,
- 'nvr': 'fusioninventory-agent-2.5.1-1.fc29',
- 'release_id': 23,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969888,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by trasher. ',
- 'timestamp': '2019-07-08 12:51:40',
- 'update_id': 142455,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969889,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 12:51:41',
- 'update_id': 142455,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969890,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 12:51:45',
- 'update_id': 142455,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 12:51:40',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Last upstream release',
- 'pushed': False,
- 'release': {'branch': 'f29',
- 'candidate_tag': 'f29-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'testing',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:02:05',
- 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
- 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
- {'alias': 'FEDORA-2019-ddeb943ee8',
- 'title': 'anki-2.1.14-1.fc29'},
- {'alias': 'FEDORA-2019-a9500f635c',
- 'title': 'nightfall-1.92-1.fc29'},
- {'alias': 'FEDORA-2019-4335cab80c',
- 'title': 'lollypop-1.1.4.1-1.fc29'},
- {'alias': 'FEDORA-2019-22e5fc87a1',
- 'title': 'HepMC3-3.1.1-2.fc29, '
- 'js-jsroot-5.7.0-1.fc29, '
- 'and 2 '
- 'more'},
- {'alias': 'FEDORA-2019-a0c059e598',
- 'title': 'granite-5.2.4-1.fc29'},
- {'alias': 'FEDORA-2019-cd9024067b',
- 'title': 'cervisia-19.04.2-1.fc29, '
- 'kapptemplate-19.04.2-1.fc29, '
- 'and 10 '
- 'more'}]},
- {'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'stable',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:14:40',
- 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
- 'title': 'python-pipreqs-0.4.9-1.fc29'},
- {'alias': 'FEDORA-2019-a41e87016c',
- 'title': 'lyx-2.3.3-1.fc29'},
- {'alias': 'FEDORA-2019-dd59efb43b',
- 'title': 'python-mwclient-0.9.3-3.fc29'},
- {'alias': 'FEDORA-2019-17548c0c7d',
- 'title': 'GeographicLib-1.49-5.fc29'},
- {'alias': 'FEDORA-2019-d6e93c5bf9',
- 'title': 'lutris-0.5.2.2-1.fc29'},
- {'alias': 'FEDORA-2019-6b5883188a',
- 'title': 'foliate-1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-f099f9d023',
- 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
- {'alias': 'FEDORA-2019-886c33fecb',
- 'title': 'lollypop-1.1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-1ae2e45fbd',
- 'title': 'fldigi-4.1.04-1.fc29'},
- {'alias': 'FEDORA-2019-60741f1236',
- 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
- 'dist_tag': 'f29',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 29',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F29',
- 'override_tag': 'f29-override',
- 'pending_signing_tag': 'f29-signing-pending',
- 'pending_stable_tag': 'f29-updates-pending',
- 'pending_testing_tag': 'f29-updates-testing-pending',
- 'stable_tag': 'f29-updates',
- 'state': 'current',
- 'testing_tag': 'f29-updates-testing',
- 'version': '29'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'fusioninventory-agent-2.5.1-1.fc29',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-3ff27ac119',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-3ff27ac119',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/bbee8ccb98db0515a5d326bf790d08a13cd84ea5ed74467d39bcda4fcb73c43b?s=24&d=retro',
- 'email': 'johan@x-tnd.be',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 550,
- 'name': 'trasher',
- 'openid': 'trasher.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-9faea39bf7',
- 'autokarma': True,
- 'bugs': [{'bug_id': 1726163,
- 'feedback': [],
- 'parent': False,
- 'security': False,
- 'title': 'fusioninventory-agent-2.5.1 is available'}],
- 'builds': [{'epoch': 0,
- 'nvr': 'fusioninventory-agent-2.5.1-1.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969886,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by trasher. ',
- 'timestamp': '2019-07-08 12:51:39',
- 'update_id': 142454,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969887,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 12:51:40',
- 'update_id': 142454,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969891,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 12:51:45',
- 'update_id': 142454,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 12:51:39',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'Last upstream release',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'fusioninventory-agent-2.5.1-1.fc30',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-9faea39bf7',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-9faea39bf7',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/bbee8ccb98db0515a5d326bf790d08a13cd84ea5ed74467d39bcda4fcb73c43b?s=24&d=retro',
- 'email': 'johan@x-tnd.be',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 550,
- 'name': 'trasher',
- 'openid': 'trasher.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-f15f5b30f1',
- 'autokarma': True,
- 'bugs': [{'bug_id': 1726462,
- 'feedback': [],
- 'parent': False,
- 'security': False,
- 'title': 'postfix-3.4.6 is available'}],
- 'builds': [{'epoch': 0,
- 'nvr': 'postfix-3.4.6-1.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969883,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by jskarvad. ',
- 'timestamp': '2019-07-08 12:45:37',
- 'update_id': 142453,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969884,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 12:45:38',
- 'update_id': 142453,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969885,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 12:45:41',
- 'update_id': 142453,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 12:45:36',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'This is new version of postfix.',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [{'name': 'QA:Testcase Postfix',
- 'package_id': 6236}],
- 'test_gating_status': 'ignored',
- 'title': 'postfix-3.4.6-1.fc30',
- 'type': 'bugfix',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-f15f5b30f1',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-f15f5b30f1',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/ccc672094c5197c6a07761eca84a5f20d750e98f19a5f9132e7e92494cf3a5ab?s=24&d=retro',
- 'email': 'jskarvad@redhat.com',
- 'groups': [Munch({'name': 'provenpackager'}),
- Munch({'name': 'packager'})],
- 'id': 591,
- 'name': 'jskarvad',
- 'openid': 'jskarvad.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-a00aee00ae',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'php-phpunit-php-code-coverage7-7.0.6-1.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969867,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by remi. ',
- 'timestamp': '2019-07-08 11:18:24',
- 'update_id': 142452,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969868,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 11:18:25',
- 'update_id': 142452,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969869,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 11:18:29',
- 'update_id': 142452,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 11:18:24',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': '**Version 7.0.6** - 2019-07-08\n'
- '\n'
- '**Changed**\n'
- '\n'
- '* Bumped required version of php-token-stream\n',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'php-phpunit-php-code-coverage7-7.0.6-1.fc30',
- 'type': 'bugfix',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-a00aee00ae',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-a00aee00ae',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/33ddfefecc66c71eb7d6eb60503cf7f665d3bceb22e2f8e3af2704260a995ab2?s=24&d=retro',
- 'email': 'fedora@famillecollet.com',
- 'groups': [Munch({'name': 'provenpackager'}),
- Munch({'name': 'packager'})],
- 'id': 94,
- 'name': 'remi',
- 'openid': 'remi.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-2684c8377b',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'php-phpunit-php-code-coverage7-7.0.6-1.fc29',
- 'release_id': 23,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969865,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by remi. ',
- 'timestamp': '2019-07-08 11:18:22',
- 'update_id': 142451,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969866,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 11:18:22',
- 'update_id': 142451,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969870,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 11:18:31',
- 'update_id': 142451,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 11:18:21',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': '**Version 7.0.6** - 2019-07-08\n'
- '\n'
- '**Changed**\n'
- '\n'
- '* Bumped required version of php-token-stream\n',
- 'pushed': False,
- 'release': {'branch': 'f29',
- 'candidate_tag': 'f29-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'testing',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:02:05',
- 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
- 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
- {'alias': 'FEDORA-2019-ddeb943ee8',
- 'title': 'anki-2.1.14-1.fc29'},
- {'alias': 'FEDORA-2019-a9500f635c',
- 'title': 'nightfall-1.92-1.fc29'},
- {'alias': 'FEDORA-2019-4335cab80c',
- 'title': 'lollypop-1.1.4.1-1.fc29'},
- {'alias': 'FEDORA-2019-22e5fc87a1',
- 'title': 'HepMC3-3.1.1-2.fc29, '
- 'js-jsroot-5.7.0-1.fc29, '
- 'and 2 '
- 'more'},
- {'alias': 'FEDORA-2019-a0c059e598',
- 'title': 'granite-5.2.4-1.fc29'},
- {'alias': 'FEDORA-2019-cd9024067b',
- 'title': 'cervisia-19.04.2-1.fc29, '
- 'kapptemplate-19.04.2-1.fc29, '
- 'and 10 '
- 'more'}]},
- {'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'stable',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:14:40',
- 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
- 'title': 'python-pipreqs-0.4.9-1.fc29'},
- {'alias': 'FEDORA-2019-a41e87016c',
- 'title': 'lyx-2.3.3-1.fc29'},
- {'alias': 'FEDORA-2019-dd59efb43b',
- 'title': 'python-mwclient-0.9.3-3.fc29'},
- {'alias': 'FEDORA-2019-17548c0c7d',
- 'title': 'GeographicLib-1.49-5.fc29'},
- {'alias': 'FEDORA-2019-d6e93c5bf9',
- 'title': 'lutris-0.5.2.2-1.fc29'},
- {'alias': 'FEDORA-2019-6b5883188a',
- 'title': 'foliate-1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-f099f9d023',
- 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
- {'alias': 'FEDORA-2019-886c33fecb',
- 'title': 'lollypop-1.1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-1ae2e45fbd',
- 'title': 'fldigi-4.1.04-1.fc29'},
- {'alias': 'FEDORA-2019-60741f1236',
- 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
- 'dist_tag': 'f29',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 29',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F29',
- 'override_tag': 'f29-override',
- 'pending_signing_tag': 'f29-signing-pending',
- 'pending_stable_tag': 'f29-updates-pending',
- 'pending_testing_tag': 'f29-updates-testing-pending',
- 'stable_tag': 'f29-updates',
- 'state': 'current',
- 'testing_tag': 'f29-updates-testing',
- 'version': '29'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'php-phpunit-php-code-coverage7-7.0.6-1.fc29',
- 'type': 'bugfix',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-2684c8377b',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-2684c8377b',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/33ddfefecc66c71eb7d6eb60503cf7f665d3bceb22e2f8e3af2704260a995ab2?s=24&d=retro',
- 'email': 'fedora@famillecollet.com',
- 'groups': [Munch({'name': 'provenpackager'}),
- Munch({'name': 'packager'})],
- 'id': 94,
- 'name': 'remi',
- 'openid': 'remi.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-aed6d9b1c4',
- 'autokarma': True,
- 'bugs': [{'bug_id': 1727672,
- 'feedback': [],
- 'parent': False,
- 'security': False,
- 'title': 'josm-15234 is available'}],
- 'builds': [{'epoch': 0,
- 'nvr': 'josm-0-0.96.15234svn.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969862,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by jjelen. ',
- 'timestamp': '2019-07-08 10:38:31',
- 'update_id': 142450,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969863,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 10:38:31',
- 'update_id': 142450,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969864,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 10:38:35',
- 'update_id': 142450,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 10:38:31',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'New upstream release (#1727672)',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'josm-0-0.96.15234svn.fc30',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-aed6d9b1c4',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-aed6d9b1c4',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/b885175d1313368d5ded514001843e2ebf7f1e43dede997a42d74b3653aada8c?s=24&d=retro',
- 'email': 'jjelen@redhat.com',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 1178,
- 'name': 'jjelen',
- 'openid': 'jjelen.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-c84ef6946c',
- 'autokarma': True,
- 'bugs': [{'bug_id': 1727700,
- 'feedback': [],
- 'parent': False,
- 'security': False,
- 'title': 'gpxsee-7.10 is available'}],
- 'builds': [{'epoch': 0,
- 'nvr': 'gpxsee-7.10-1.fc29',
- 'release_id': 23,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969857,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by nforro. ',
- 'timestamp': '2019-07-08 10:32:05',
- 'update_id': 142449,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969858,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 10:32:05',
- 'update_id': 142449,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969859,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 10:32:10',
- 'update_id': 142449,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 10:32:05',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': '**News in version 7.10**:\n'
- '\n'
- '* Various IMG maps fixes and improvements',
- 'pushed': False,
- 'release': {'branch': 'f29',
- 'candidate_tag': 'f29-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'testing',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:02:05',
- 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
- 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
- {'alias': 'FEDORA-2019-ddeb943ee8',
- 'title': 'anki-2.1.14-1.fc29'},
- {'alias': 'FEDORA-2019-a9500f635c',
- 'title': 'nightfall-1.92-1.fc29'},
- {'alias': 'FEDORA-2019-4335cab80c',
- 'title': 'lollypop-1.1.4.1-1.fc29'},
- {'alias': 'FEDORA-2019-22e5fc87a1',
- 'title': 'HepMC3-3.1.1-2.fc29, '
- 'js-jsroot-5.7.0-1.fc29, '
- 'and 2 '
- 'more'},
- {'alias': 'FEDORA-2019-a0c059e598',
- 'title': 'granite-5.2.4-1.fc29'},
- {'alias': 'FEDORA-2019-cd9024067b',
- 'title': 'cervisia-19.04.2-1.fc29, '
- 'kapptemplate-19.04.2-1.fc29, '
- 'and 10 '
- 'more'}]},
- {'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'stable',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:14:40',
- 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
- 'title': 'python-pipreqs-0.4.9-1.fc29'},
- {'alias': 'FEDORA-2019-a41e87016c',
- 'title': 'lyx-2.3.3-1.fc29'},
- {'alias': 'FEDORA-2019-dd59efb43b',
- 'title': 'python-mwclient-0.9.3-3.fc29'},
- {'alias': 'FEDORA-2019-17548c0c7d',
- 'title': 'GeographicLib-1.49-5.fc29'},
- {'alias': 'FEDORA-2019-d6e93c5bf9',
- 'title': 'lutris-0.5.2.2-1.fc29'},
- {'alias': 'FEDORA-2019-6b5883188a',
- 'title': 'foliate-1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-f099f9d023',
- 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
- {'alias': 'FEDORA-2019-886c33fecb',
- 'title': 'lollypop-1.1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-1ae2e45fbd',
- 'title': 'fldigi-4.1.04-1.fc29'},
- {'alias': 'FEDORA-2019-60741f1236',
- 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
- 'dist_tag': 'f29',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 29',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F29',
- 'override_tag': 'f29-override',
- 'pending_signing_tag': 'f29-signing-pending',
- 'pending_stable_tag': 'f29-updates-pending',
- 'pending_testing_tag': 'f29-updates-testing-pending',
- 'stable_tag': 'f29-updates',
- 'state': 'current',
- 'testing_tag': 'f29-updates-testing',
- 'version': '29'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'gpxsee-7.10-1.fc29',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-c84ef6946c',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-c84ef6946c',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/75ff31aa3669a02b748635addbcfa27d086cc084351556f990d94fe4bce54afb?s=24&d=retro',
- 'email': 'nforro@redhat.com',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 970,
- 'name': 'nforro',
- 'openid': 'nforro.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-8a4b8e63b4',
- 'autokarma': True,
- 'bugs': [{'bug_id': 1727700,
- 'feedback': [],
- 'parent': False,
- 'security': False,
- 'title': 'gpxsee-7.10 is available'}],
- 'builds': [{'epoch': 0,
- 'nvr': 'gpxsee-7.10-1.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969855,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by nforro. ',
- 'timestamp': '2019-07-08 10:32:05',
- 'update_id': 142448,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969856,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 10:32:05',
- 'update_id': 142448,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969860,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 10:32:10',
- 'update_id': 142448,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 10:32:04',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': '**News in version 7.10**:\n'
- '\n'
- '* Various IMG maps fixes and improvements',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'gpxsee-7.10-1.fc30',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-8a4b8e63b4',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-8a4b8e63b4',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/75ff31aa3669a02b748635addbcfa27d086cc084351556f990d94fe4bce54afb?s=24&d=retro',
- 'email': 'nforro@redhat.com',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 970,
- 'name': 'nforro',
- 'openid': 'nforro.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-4c0eb5af05',
- 'autokarma': True,
- 'bugs': [{'bug_id': 1648612,
- 'feedback': [],
- 'parent': False,
- 'security': False,
- 'title': 'bad hinting instructions from bug in '
- 'ttfautohint'}],
- 'builds': [{'epoch': 0,
- 'nvr': 'lohit-telugu-fonts-2.5.5-6.fc29',
- 'release_id': 23,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969851,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by vishalvvr. ',
- 'timestamp': '2019-07-08 10:31:56',
- 'update_id': 142447,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969852,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 10:31:56',
- 'update_id': 142447,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969853,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 10:32:00',
- 'update_id': 142447,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 10:31:54',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': '- Resolves #1648612: bad hinting instructions from bug '
- 'in ttfautohint \n'
- '- Build against latest ttfautohint 1.8.2-1.fc29',
- 'pushed': False,
- 'release': {'branch': 'f29',
- 'candidate_tag': 'f29-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [{'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'testing',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:02:05',
- 'update_summary': [{'alias': 'FEDORA-2019-ba249139d2',
- 'title': 'cros-guest-tools-1.0-0.13.20190703gita30bd3e.fc29'},
- {'alias': 'FEDORA-2019-ddeb943ee8',
- 'title': 'anki-2.1.14-1.fc29'},
- {'alias': 'FEDORA-2019-a9500f635c',
- 'title': 'nightfall-1.92-1.fc29'},
- {'alias': 'FEDORA-2019-4335cab80c',
- 'title': 'lollypop-1.1.4.1-1.fc29'},
- {'alias': 'FEDORA-2019-22e5fc87a1',
- 'title': 'HepMC3-3.1.1-2.fc29, '
- 'js-jsroot-5.7.0-1.fc29, '
- 'and 2 '
- 'more'},
- {'alias': 'FEDORA-2019-a0c059e598',
- 'title': 'granite-5.2.4-1.fc29'},
- {'alias': 'FEDORA-2019-cd9024067b',
- 'title': 'cervisia-19.04.2-1.fc29, '
- 'kapptemplate-19.04.2-1.fc29, '
- 'and 10 '
- 'more'}]},
- {'checkpoints': '{"determine_and_perform_tag_actions": '
- 'true}',
- 'content_type': 'rpm',
- 'date_created': '2019-07-08 00:00:09',
- 'error_message': 'unable to obtain a '
- 'session',
- 'release_id': 23,
- 'request': 'stable',
- 'security': False,
- 'state': 'failed',
- 'state_date': '2019-07-08 00:14:40',
- 'update_summary': [{'alias': 'FEDORA-2019-c20719358e',
- 'title': 'python-pipreqs-0.4.9-1.fc29'},
- {'alias': 'FEDORA-2019-a41e87016c',
- 'title': 'lyx-2.3.3-1.fc29'},
- {'alias': 'FEDORA-2019-dd59efb43b',
- 'title': 'python-mwclient-0.9.3-3.fc29'},
- {'alias': 'FEDORA-2019-17548c0c7d',
- 'title': 'GeographicLib-1.49-5.fc29'},
- {'alias': 'FEDORA-2019-d6e93c5bf9',
- 'title': 'lutris-0.5.2.2-1.fc29'},
- {'alias': 'FEDORA-2019-6b5883188a',
- 'title': 'foliate-1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-f099f9d023',
- 'title': 'fondo-1.3.2-2.20190622git5961af1.fc29'},
- {'alias': 'FEDORA-2019-886c33fecb',
- 'title': 'lollypop-1.1.3.1-1.fc29'},
- {'alias': 'FEDORA-2019-1ae2e45fbd',
- 'title': 'fldigi-4.1.04-1.fc29'},
- {'alias': 'FEDORA-2019-60741f1236',
- 'title': 'variety-0.8.0-0.1.git2dd2ee2.fc29'}]}],
- 'dist_tag': 'f29',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 29',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F29',
- 'override_tag': 'f29-override',
- 'pending_signing_tag': 'f29-signing-pending',
- 'pending_stable_tag': 'f29-updates-pending',
- 'pending_testing_tag': 'f29-updates-testing-pending',
- 'stable_tag': 'f29-updates',
- 'state': 'current',
- 'testing_tag': 'f29-updates-testing',
- 'version': '29'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'lohit-telugu-fonts-2.5.5-6.fc29',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-4c0eb5af05',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-4c0eb5af05',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/110fd04cf38fed0ee16827128a615fbd693e362268ebb0c049a95a919b17291b?s=24&d=retro',
- 'email': 'vishalvijayraghavan@gmail.com',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 4711,
- 'name': 'vishalvvr',
- 'openid': 'vishalvvr.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-64369f648e',
- 'autokarma': True,
- 'bugs': [{'bug_id': 1648612,
- 'feedback': [],
- 'parent': False,
- 'security': False,
- 'title': 'bad hinting instructions from bug in '
- 'ttfautohint'}],
- 'builds': [{'epoch': 0,
- 'nvr': 'lohit-telugu-fonts-2.5.5-6.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969849,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by vishalvvr. ',
- 'timestamp': '2019-07-08 10:31:54',
- 'update_id': 142446,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969850,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 10:31:54',
- 'update_id': 142446,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969854,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 10:32:01',
- 'update_id': 142446,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 10:31:54',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': '- Resolves #1648612: bad hinting instructions from bug '
- 'in ttfautohint \n'
- '- Build against latest ttfautohint 1.8.2-1.fc29',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'lohit-telugu-fonts-2.5.5-6.fc30',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-64369f648e',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-64369f648e',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/110fd04cf38fed0ee16827128a615fbd693e362268ebb0c049a95a919b17291b?s=24&d=retro',
- 'email': 'vishalvijayraghavan@gmail.com',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 4711,
- 'name': 'vishalvvr',
- 'openid': 'vishalvvr.id.fedoraproject.org'}},
- {'alias': 'FEDORA-2019-a9b9c5b9b2',
- 'autokarma': True,
- 'bugs': [],
- 'builds': [{'epoch': 0,
- 'nvr': 'minizip-2.8.9-1.fc30',
- 'release_id': 28,
- 'signed': False,
- 'type': 'rpm'}],
- 'close_bugs': True,
- 'comments': [{'bug_feedback': [],
- 'id': 969842,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update has been submitted for '
- 'testing by panovotn. ',
- 'timestamp': '2019-07-08 10:06:28',
- 'update_id': 142445,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969843,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'waiting'.",
- 'timestamp': '2019-07-08 10:06:28',
- 'update_id': 142445,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91},
- {'bug_feedback': [],
- 'id': 969844,
- 'karma': 0,
- 'karma_critpath': 0,
- 'testcase_feedback': [],
- 'text': 'This update test gating status has been '
- "changed to 'ignored'.",
- 'timestamp': '2019-07-08 10:06:32',
- 'update_id': 142445,
- 'user': {'avatar': 'https://apps.fedoraproject.org/img/icons/bodhi-24.png',
- 'email': None,
- 'groups': [],
- 'id': 91,
- 'name': 'bodhi',
- 'openid': 'bodhi.id.fedoraproject.org'},
- 'user_id': 91}],
- 'compose': None,
- 'content_type': 'rpm',
- 'critpath': False,
- 'date_approved': None,
- 'date_modified': None,
- 'date_pushed': None,
- 'date_stable': None,
- 'date_submitted': '2019-07-08 10:06:28',
- 'date_testing': None,
- 'display_name': '',
- 'karma': 0,
- 'locked': False,
- 'meets_testing_requirements': False,
- 'notes': 'New upstream release: 2.8.9',
- 'pushed': False,
- 'release': {'branch': 'f30',
- 'candidate_tag': 'f30-updates-candidate',
- 'composed_by_bodhi': True,
- 'composes': [],
- 'dist_tag': 'f30',
- 'id_prefix': 'FEDORA',
- 'long_name': 'Fedora 30',
- 'mail_template': 'fedora_errata_template',
- 'name': 'F30',
- 'override_tag': 'f30-override',
- 'pending_signing_tag': 'f30-signing-pending',
- 'pending_stable_tag': 'f30-updates-pending',
- 'pending_testing_tag': 'f30-updates-testing-pending',
- 'stable_tag': 'f30-updates',
- 'state': 'current',
- 'testing_tag': 'f30-updates-testing',
- 'version': '30'},
- 'request': 'testing',
- 'require_bugs': True,
- 'require_testcases': True,
- 'requirements': '',
- 'severity': 'unspecified',
- 'stable_karma': 3,
- 'status': 'pending',
- 'suggest': 'unspecified',
- 'test_cases': [],
- 'test_gating_status': 'ignored',
- 'title': 'minizip-2.8.9-1.fc30',
- 'type': 'enhancement',
- 'unstable_karma': -3,
- 'updateid': 'FEDORA-2019-a9b9c5b9b2',
- 'url': 'https://bodhi.fedoraproject.org/updates/FEDORA-2019-a9b9c5b9b2',
- 'user': {'avatar': 'https://seccdn.libravatar.org/avatar/15540b1e7ec9a5e1c7490d5c90d6328eeba81107692f907879a159fd19e8f8a8?s=24&d=retro',
- 'email': 'panovotn@redhat.com',
- 'groups': [Munch({'name': 'packager'})],
- 'id': 4452,
- 'name': 'panovotn',
- 'openid': 'panovotn.id.fedoraproject.org'}}]}
diff --git a/src/fedora-gooey-karma b/src/fedora-gooey-karma
new file mode 100755
index 0000000..95ad217
--- /dev/null
+++ b/src/fedora-gooey-karma
@@ -0,0 +1,299 @@
+#!/bin/python3
+
+
+
+# import system stuff
+import os
+import sys
+import json
+import pprint
+from pathlib import Path
+from ast import literal_eval
+
+# UI libs
+from PySide2 import QtCore, QtGui, QtWidgets
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+# import UI
+from window import Ui_MainWindow
+from LoginWindow import Ui_Login
+
+
+
+# import Fedora libs
+from bodhi.client.bindings import BodhiClient
+from fedora.client import FasProxyClient, openidbaseclient
+
+location_data = str(Path.home()) + "/.fgk"
+
+
+class Main():
+ def __init__(self):
+
+ self.username = None
+ self.password = None
+ self.login = False
+
+ # init application
+ app = QtWidgets.QApplication(sys.argv)
+ MainWindow = QtWidgets.QMainWindow()
+ self.error = QtWidgets.QApplication([])
+ self.ui = Ui_MainWindow()
+ self.ui.setupUi(MainWindow)
+
+ # login window
+ self.Login = QtWidgets.QDialog()
+ self.ui_login = Ui_Login()
+ self.ui_login.setupUi(self.Login)
+
+
+ # set assets
+ self.bugfix = QtGui.QPixmap("assets/bugfix.png")
+ self.enhancement = QtGui.QPixmap("assets/enhancement.png")
+ self.newpackage = QtGui.QPixmap("assets/new_package.png")
+ self.security = QtGui.QPixmap("assets/security.png")
+
+ # set listeners
+ self.ui.listWidget.itemSelectionChanged.connect(self.selected)
+ self.ui.lineEdit.textEdited.connect(self.searching)
+ self.ui.pushButton.clicked.connect(self.postKarma)
+ self.ui.fetchUpdatesButton.clicked.connect(self.fetchList)
+ self.ui.nextButton.clicked.connect(self.next_page)
+ self.ui.previousButton.clicked.connect(self.previous_page)
+
+
+ # listeners loginPopup
+ self.ui_login.saveButton.clicked.connect(self.save)
+
+
+ # Get Login and fedora version
+ self.loginPopup()
+
+ # Bodhi
+ self.bc = BodhiClient()
+ self.fas = FasProxyClient()
+
+ self.query_args = {}
+ self.query_args['rows_per_page'] = 30
+ self.query_args['page'] = 1
+
+ # fedora Release
+ self.fedoraRelease = self.bc.get_releases()
+ self.release = []
+ for i in self.fedoraRelease['releases']:
+ self.release.append(i['name'])
+ self.ui_login.fedoraReleases.addItems(self.release)
+
+ # setting buttons
+ self.ui.pushButton.setEnabled(0)
+ self.ui.loginButton.clicked.connect(self.loginPopup)
+
+ # Misc
+ self.critpath = False
+
+
+ MainWindow.show()
+ sys.exit(app.exec_())
+
+
+
+ def loginPopup(self):
+ self.Login.show()
+ return(0)
+
+
+ def save(self):
+
+ self.username = self.ui_login.Username.text()
+ self.password = self.ui_login.Password.text()
+ self.query_args['releases'] = self.ui_login.fedoraReleases.currentText()
+ self.Login.close()
+ self.verifyLogin()
+
+ def verifyLogin(self):
+ verification = self.fas.verify_password(self.username, self.password)
+ if(verification):
+ self.ui.usernamLable.setText(self.username)
+ self.ui.loginButton.setText("logout")
+ self.ui.loginButton.clicked.connect(self.logout)
+ self.login = True
+ self.ui.pushButton.setEnabled(1)
+ else:
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("Wrong Username or Password \n close to continue without login")
+ error_dialog.exec_()
+ self.loginPopup()
+
+ def logout(self):
+ self.username = None
+ self.password = None
+ self.login = None
+ self.ui.usernamLable.setText("Username")
+ self.ui.loginButton.setText("login")
+ self.ui.loginButton.clicked.connect(self.loginPopup)
+ self.ui.pushButton.setEnabled(0)
+
+
+
+
+ # fetch the list of updates
+ def fetchList(self, cached_data):
+ try:
+ self.ui.listWidget.clear()
+ if(cached_data):
+ self.data = json.load(open(cached_data, "r"))
+ else:
+ self.data = self.bc.query(**self.query_args)
+ for p in self.data['updates']:
+ self.ui.listWidget.addItem(p['title'])
+ self.cache()
+ except Exception as e:
+ print(e)
+ pass
+
+
+ # page controllers
+ def next_page(self):
+ try:
+ self.query_args["page"] = int(self.query_args["page"]) + 1
+ self.ui.PageNum.setText(str(self.query_args["page"]))
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+ self.fetchList(self.directory)
+
+ except Exception as e:
+ print(e)
+
+ def previous_page(self):
+ try:
+
+ if (int(self.query_args["page"]) > 1):
+ self.query_args["page"] = int(self.query_args["page"]) - 1
+ self.ui.PageNum.setText(str(self.query_args["page"]))
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+
+ self.fetchList(self.directory)
+
+ except Exception as e:
+ print(e)
+
+ # cache function
+ def cache(self):
+ try:
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+
+ # check dir
+ os.makedirs(os.path.dirname( self.directory ), exist_ok=True)
+ with open(self.directory, "w") as f:
+ f.write(json.dumps(self.data))
+ except Exception as e:
+ print(e)
+
+ # custom comment function for critpath
+ def comment(self, update, comment, karma=0, critpath = None):
+ try:
+ if (critpath == None):
+ x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'csrf_token': self.bc1.csrf()})
+ else:
+ x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'karma_critpath': critpath ,'csrf_token': self.bc1.csrf()})
+ return(x)
+ except Exception as e:
+ print(e)
+
+ def postKarma(self):
+ t = self.ui.Package_breif.text()
+ print(t)
+ if (not self.login):
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("login before posting karma")
+ error_dialog.exec_()
+ else:
+ try:
+ if(self.critpath == True):
+ self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
+ response = self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText(),self.ui.critpathBox.currentText())
+ elif(self.critpath == False):
+ self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
+ response = self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText())
+ print(self.username,response)
+
+ except Exception as e:
+ print(e)
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage(str(e))
+ error_dialog.exec_()
+
+
+
+ # selecting the update
+
+ # populates comments in the section
+ def populateComments(self, t):
+ try:
+ for comments in t['comments']:
+ comment = QtWidgets.QTreeWidgetItem()
+ comment.setText(0, str(comments['id']))
+ comment.setText(1, str(comments['karma']))
+ comment.setText(2, str(comments['karma_critpath']))
+ comment.setText(3, str(comments['user']['name']))
+ comment.setText(4, str(comments['text']))
+ self.ui.treeWidget_comment.insertTopLevelItem(0,comment)
+ except:
+ pass
+
+
+
+
+ # changes the display text on selection.
+ def selected(self):
+ try:
+ t = self.ui.listWidget.selectedItems()
+ for p in self.data['updates']:
+ if p['title']== t[0].text():
+ self.ui.Package_name_main.setText(p['title'])
+ self.ui.Package_breif.setText(p['alias'])
+ self.ui.Status.setText(p['status'])
+ self.ui.Date_submitted.setText(p["date_submitted"])
+ self.ui.Submit_user.setText(p['user']['name'])
+ self.ui.Request.setText(p['request'])
+ self.ui.Karma.setText(str(p['karma']))
+ self.ui.Release_notes.setText(p['notes'])
+ self.ui.treeWidget_comment.clear()
+ self.populateComments(p)
+ if(p["type"] == "enhancement"):
+ self.ui.UpdateType.setPixmap(self.enhancement)
+ elif(p["type"] == "bugfix"):
+ self.ui.UpdateType.setPixmap(self.bugfix)
+ elif(p["type"] == "security"):
+ self.ui.UpdateType.setPixmap(self.security)
+ elif(p["type"] == "newpackage"):
+ self.ui.UpdateType.setPixmap(self.newpackage)
+
+ if(p['critpath'] == True):
+ self.ui.critpathBox.setVisible(1)
+ self.ui.critpathText.setVisible(1)
+ self.critpath = True
+ if(p['critpath'] == False):
+ self.ui.critpathBox.setVisible(0)
+ self.ui.critpathText.setVisible(0)
+ self.critpath = False
+
+
+ except Exception as e:
+ print(e)
+ pass
+
+
+ # using the search bar
+ def searching(self):
+ try:
+ self.ui.listWidget.clear()
+ for p in self.data['updates']:
+ if str(self.ui.lineEdit.text()) in p['title']:
+ self.ui.listWidget.addItem(p['title'])
+ pass
+ except Exception as e:
+ print(e)
+
+
+if __name__ == "__main__":
+ app = Main()
\ No newline at end of file
diff --git a/src/main.py b/src/main.py
deleted file mode 100755
index fcefa22..0000000
--- a/src/main.py
+++ /dev/null
@@ -1,285 +0,0 @@
-#!/bin/python3
-
-
-# import system stuff
-import os
-import sys
-import json
-import pprint
-from pathlib import Path
-from ast import literal_eval
-
-# UI libs
-from PySide2 import QtCore, QtGui, QtWidgets
-from PyQt5 import QtCore, QtGui, QtWidgets
-
-# import UI
-from window import Ui_MainWindow
-from LoginWindow import Ui_Login
-
-
-
-# import Fedora libs
-from bodhi.client.bindings import BodhiClient
-from fedora.client import FasProxyClient, openidbaseclient
-
-location_data = str(Path.home()) + "/.fgk"
-
-
-class Main():
- def __init__(self):
-
- self.username = None
- self.password = None
- self.login = False
-
- # init application
- app = QtWidgets.QApplication(sys.argv)
- MainWindow = QtWidgets.QMainWindow()
- self.error = QtWidgets.QApplication([])
- self.ui = Ui_MainWindow()
- self.ui.setupUi(MainWindow)
-
- # login window
- self.Login = QtWidgets.QDialog()
- self.ui_login = Ui_Login()
- self.ui_login.setupUi(self.Login)
-
-
- # set assets
- self.bugfix = QtGui.QPixmap("../assets/bugfix.png")
- self.enhancement = QtGui.QPixmap("../assets/enhancement.png")
- self.newpackage = QtGui.QPixmap("../assets/new_package.png")
- self.security = QtGui.QPixmap("../assets/security.png")
-
- # set listeners
- self.ui.listWidget.itemSelectionChanged.connect(self.selected)
- self.ui.lineEdit.textEdited.connect(self.searching)
- self.ui.pushButton.clicked.connect(self.postKarma)
- self.ui.fetchUpdatesButton.clicked.connect(self.fetchList)
- self.ui.nextButton.clicked.connect(self.next_page)
- self.ui.previousButton.clicked.connect(self.previous_page)
-
-
- # listeners loginPopup
- self.ui_login.saveButton.clicked.connect(self.save)
-
-
- # Get Login and fedora version
- self.loginPopup()
-
- # Bodhi
- self.bc = BodhiClient()
- self.fas = FasProxyClient()
-
- self.query_args = {}
- self.query_args['rows_per_page'] = 30
- self.query_args['page'] = 1
- self.query_args['releases'] = ""
-
- # fedora Release
- self.fedoraRelease = self.bc.get_releases()
- self.release = []
- for i in self.fedoraRelease['releases']:
- self.release.append(i['name'])
- self.ui_login.fedoraReleases.addItems(self.release)
-
- # setting buttons
- self.ui.pushButton.setEnabled(0)
- self.ui.loginButton.clicked.connect(self.loginPopup)
- # Misc
- self.critpath = False
-
- MainWindow.show()
- sys.exit(app.exec_())
-
-
-
- def loginPopup(self):
- self.Login.show()
- return(0)
-
-
- def save(self):
-
- self.username = self.ui_login.Username.text()
- self.password = self.ui_login.Password.text()
- self.query_args['releases'] = self.ui_login.fedoraReleases.currentText()
- self.Login.close()
- self.verifyLogin()
-
- def verifyLogin(self):
- verification = self.fas.verify_password(self.username, self.password)
- if(verification):
- self.ui.usernamLable.setText(self.username)
- self.ui.loginButton.setText("logout")
- self.ui.loginButton.clicked.connect(self.logout)
- self.login = True
- self.ui.pushButton.setEnabled(1)
- else:
- self.loginPopup()
-
- def logout(self):
- self.username = None
- self.password = None
- self.login = None
- self.ui.usernamLable.setText("Username")
- self.ui.loginButton.setText("login")
- self.ui.loginButton.clicked.connect(self.loginPopup)
- self.ui.pushButton.setEnabled(0)
-
-
-
-
- # fetch the list of updates
- def fetchList(self, cached_data):
- try:
- self.ui.listWidget.clear()
- if(cached_data):
- self.data = json.load(open(cached_data, "r"))
- else:
- self.data = self.bc.query(**self.query_args)
- for p in self.data['updates']:
- self.ui.listWidget.addItem(p['title'])
- self.cache()
- except Exception as e:
- print(e)
- pass
-
-
- # page controllers
- def next_page(self):
- self.query_args["page"] = int(self.query_args["page"]) + 1
- self.ui.PageNum.setText(str(self.query_args["page"]))
- self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
-
- self.fetchList(self.directory)
-
- def previous_page(self):
- if (int(self.query_args["page"]) > 1):
- self.query_args["page"] = int(self.query_args["page"]) - 1
- self.ui.PageNum.setText(str(self.query_args["page"]))
- self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
-
- self.fetchList(self.directory)
-
-
- # cache function
- def cache(self):
-
- self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
-
- # check dir
- os.makedirs(os.path.dirname( self.directory ), exist_ok=True)
- with open(self.directory, "w") as f:
- f.write(json.dumps(self.data))
- pass
-
- # custom comment function for critpath
- def comment(self, update, comment, karma=0, critpath = None):
- try:
- if (critpath == None):
- x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'csrf_token': self.bc1.csrf()})
- else:
- x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'karma_critpath': critpath ,'csrf_token': self.bc1.csrf()})
- return(x)
- except Exception as e:
- print(e)
-
- def postKarma(self):
- t = self.ui.Package_breif.text()
- print(t)
- if (not self.login):
- error_dialog = QtWidgets.QErrorMessage()
- error_dialog.showMessage("login before posting karma")
- error_dialog.exec_()
- else:
- try:
- if(self.critpath == True):
- self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
- elif(self.critpath == False):
- self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
- response = self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText())
- print(self.username,response)
-
- except Exception as e:
- print(e)
- error_dialog = QtWidgets.QErrorMessage()
- error_dialog.showMessage(str(e))
- error_dialog.exec_()
-
-
-
- # selecting the update
-
- # populates comments in the section
- def populateComments(self, t):
- try:
- for comments in t['comments']:
- comment = QtWidgets.QTreeWidgetItem()
- comment.setText(0, str(comments['id']))
- comment.setText(1, str(comments['karma']))
- comment.setText(2, str(comments['karma_critpath']))
- comment.setText(3, str(comments['user']['name']))
- comment.setText(4, str(comments['text']))
- self.ui.treeWidget_comment.insertTopLevelItem(0,comment)
- except:
- pass
-
-
-
-
- # changes the display text on selection.
- def selected(self):
- try:
- t = self.ui.listWidget.selectedItems()
- for p in self.data['updates']:
- if p['title']== t[0].text():
- self.ui.Package_name_main.setText(p['title'])
- self.ui.Package_breif.setText(p['alias'])
- self.ui.Status.setText(p['status'])
- self.ui.Date_submitted.setText(p["date_submitted"])
- self.ui.Submit_user.setText(p['user']['name'])
- self.ui.Request.setText(p['request'])
- self.ui.Karma.setText(str(p['karma']))
- self.ui.Release_notes.setText(p['notes'])
- self.ui.treeWidget_comment.clear()
- self.populateComments(p)
- if(p["type"] == "enhancement"):
- self.ui.UpdateType.setPixmap(self.enhancement)
- elif(p["type"] == "bugfix"):
- self.ui.UpdateType.setPixmap(self.bugfix)
- elif(p["type"] == "security"):
- self.ui.UpdateType.setPixmap(self.security)
- elif(p["type"] == "newpackage"):
- self.ui.UpdateType.setPixmap(self.newpackage)
-
- if(p['critpath'] == True):
- self.ui.critpathBox.setVisible(0)
- self.ui.critpathText.setVisible(0)
- self.critpath = True
- if(p['critpath'] == False):
- self.ui.critpathBox.setVisible(1)
- self.ui.critpathText.setVisible(1)
- self.critpath = False
-
-
- except Exception as e:
- print(e)
- pass
-
-
- # using the search bar
- def searching(self):
- try:
- self.ui.listWidget.clear()
- for p in self.data['updates']:
- if str(self.ui.lineEdit.text()) in p['title']:
- self.ui.listWidget.addItem(p['title'])
- pass
- except Exception as e:
- print(e)
-
-
-if __name__ == "__main__":
- app = Main()
\ No newline at end of file
diff --git a/src/ui/Login.ui b/src/ui/Login.ui
deleted file mode 100644
index f9bb4ee..0000000
--- a/src/ui/Login.ui
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
- Login
-
-
-
- 0
- 0
- 250
- 300
-
-
-
-
- 0
- 0
-
-
-
-
- 250
- 300
-
-
-
-
- 250
- 300
-
-
-
- Login
-
-
-
-
- 0
- 0
- 241
- 291
-
-
-
- -
-
-
-
-
-
- QLineEdit::Password
-
-
-
- -
-
-
- Username
-
-
-
- -
-
-
- Password
-
-
-
- -
-
-
- -
-
-
- Fedora Version
-
-
-
- -
-
-
- Save
-
-
-
- -
-
-
-
-
-
-
-
-
diff --git a/src/ui/MainWindow.ui b/src/ui/MainWindow.ui
deleted file mode 100644
index 747cdce..0000000
--- a/src/ui/MainWindow.ui
+++ /dev/null
@@ -1,603 +0,0 @@
-
-
- MainWindow
-
-
-
- 0
- 0
- 1031
- 766
-
-
-
- false
-
-
- MainWindow
-
-
-
- -
-
-
- Login
-
-
-
- -
-
-
- true
-
-
- false
-
-
-
-
-
- QFrame::StyledPanel
-
-
- QFrame::Raised
-
-
-
-
-
-
- 0
-
-
- 1
-
-
-
-
- 1
-
-
- -
-
- 0
-
-
- -
-
- -1
-
-
-
-
- -
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- __
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
- -
-
-
- __
-
-
-
- -
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
-
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
- -
-
-
- -
-
-
-
- #
-
-
-
-
- karma
-
-
-
-
- critpath
-
-
-
-
- user
-
-
-
-
- comment
-
-
-
-
- -
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Status
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
- -
-
-
- Comment
-
-
-
- -
-
-
-
- 1000
- 1000
-
-
-
-
- OpenSymbol
- 22
- 50
- false
-
-
-
- Package Name
-
-
-
- -
-
-
-
- OpenSymbol
- 12
- 50
- false
-
-
-
- breif
-
-
-
- -
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- __
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
- -
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- date submitted
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
- -
-
-
- Submit
-
-
-
- -
-
-
-
- 300
- 600
-
-
-
-
- 300
- 16777215
-
-
-
- QFrame::StyledPanel
-
-
- QFrame::Raised
-
-
-
-
-
-
- -
-
-
- Page number:
-
-
-
- -
-
-
- 1
-
-
-
- -
-
-
- Fetch Updates
-
-
-
- -
-
-
- -
-
-
- Previous
-
-
-
- -
-
-
- Next
-
-
-
-
-
-
- -
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Karma
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
- -
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- __
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
- -
-
-
- Karma
-
-
-
- -
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Request
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
- -
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- __
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
- -
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Submitter
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
- -
-
-
-
- 16777215
- 100
-
-
-
-
- -
-
-
-
- OpenSymbol
- 75
- true
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- Release
-
-
- Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
-
-
-
- -
-
-
-
- OpenSymbol
- 50
- false
- true
-
-
-
- ArrowCursor
-
-
- Qt::LeftToRight
-
-
- __
-
-
- Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
-
-
- -
-
-
- critpath
-
-
-
- -
-
-
- 0
-
-
- 1
-
-
-
-
- 1
-
-
- -
-
- 0
-
-
- -
-
- -1
-
-
-
-
-
- Karma_static
- frame_2
- Package_breif
- commentEdit
- Package_name_main
- Release_static
- Date_static
- pushButton
- Release
- Date_submitted
- Karma
- Submitter_static
- Request_static
- Submit_user
- Status_static
- Status
- Request
- UpdateType
- karmaBox
- karmaText
- label_2
- Release_notes
- treeWidget_comment
- critpathText
- critpathBox
-
-
- -
-
-
- Username
-
-
-
-
-
-
-
-
-
-
diff --git a/ui/Login.ui b/ui/Login.ui
new file mode 100644
index 0000000..f9bb4ee
--- /dev/null
+++ b/ui/Login.ui
@@ -0,0 +1,93 @@
+
+
+ Login
+
+
+
+ 0
+ 0
+ 250
+ 300
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 250
+ 300
+
+
+
+
+ 250
+ 300
+
+
+
+ Login
+
+
+
+
+ 0
+ 0
+ 241
+ 291
+
+
+
+ -
+
+
+
+
+
+ QLineEdit::Password
+
+
+
+ -
+
+
+ Username
+
+
+
+ -
+
+
+ Password
+
+
+
+ -
+
+
+ -
+
+
+ Fedora Version
+
+
+
+ -
+
+
+ Save
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/ui/MainWindow.ui b/ui/MainWindow.ui
new file mode 100644
index 0000000..747cdce
--- /dev/null
+++ b/ui/MainWindow.ui
@@ -0,0 +1,603 @@
+
+
+ MainWindow
+
+
+
+ 0
+ 0
+ 1031
+ 766
+
+
+
+ false
+
+
+ MainWindow
+
+
+
+ -
+
+
+ Login
+
+
+
+ -
+
+
+ true
+
+
+ false
+
+
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
-
+
+
+ 0
+
+
+ 1
+
+
-
+
+ 1
+
+
+ -
+
+ 0
+
+
+ -
+
+ -1
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+ __
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+ -
+
+
+
+ #
+
+
+
+
+ karma
+
+
+
+
+ critpath
+
+
+
+
+ user
+
+
+
+
+ comment
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Status
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+ Comment
+
+
+
+ -
+
+
+
+ 1000
+ 1000
+
+
+
+
+ OpenSymbol
+ 22
+ 50
+ false
+
+
+
+ Package Name
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 12
+ 50
+ false
+
+
+
+ breif
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ date submitted
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+ Submit
+
+
+
+ -
+
+
+
+ 300
+ 600
+
+
+
+
+ 300
+ 16777215
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
-
+
+
+ -
+
+
+ Page number:
+
+
+
+ -
+
+
+ 1
+
+
+
+ -
+
+
+ Fetch Updates
+
+
+
+ -
+
+
+ -
+
+
+ Previous
+
+
+
+ -
+
+
+ Next
+
+
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Karma
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+ Karma
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Request
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Submitter
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ 16777215
+ 100
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Release
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+ critpath
+
+
+
+ -
+
+
+ 0
+
+
+ 1
+
+
-
+
+ 1
+
+
+ -
+
+ 0
+
+
+ -
+
+ -1
+
+
+
+
+
+ Karma_static
+ frame_2
+ Package_breif
+ commentEdit
+ Package_name_main
+ Release_static
+ Date_static
+ pushButton
+ Release
+ Date_submitted
+ Karma
+ Submitter_static
+ Request_static
+ Submit_user
+ Status_static
+ Status
+ Request
+ UpdateType
+ karmaBox
+ karmaText
+ label_2
+ Release_notes
+ treeWidget_comment
+ critpathText
+ critpathBox
+
+
+ -
+
+
+ Username
+
+
+
+
+
+
+
+
+
+
From 99ad85c0995ea86b02a608d19668f3b0803f281d Mon Sep 17 00:00:00 2001
From: zubin
Date: Jul 16 2019 13:20:19 +0000
Subject: [PATCH 10/18] merge devel
---
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..25c729f
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "python.pythonPath": "/bin/python3"
+}
\ No newline at end of file
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index b21e73a..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,3 +0,0 @@
-Branislav Blaskovic
-Tomas Meszaros
-Dominika Regeciova
diff --git a/COPYING b/COPYING
deleted file mode 100644
index 94a9ed0..0000000
--- a/COPYING
+++ /dev/null
@@ -1,674 +0,0 @@
- GNU GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
- Preamble
-
- The GNU General Public License is a free, copyleft license for
-software and other kinds of works.
-
- The licenses for most software and other practical works are designed
-to take away your freedom to share and change the works. By contrast,
-the GNU General Public License is intended to guarantee your freedom to
-share and change all versions of a program--to make sure it remains free
-software for all its users. We, the Free Software Foundation, use the
-GNU General Public License for most of our software; it applies also to
-any other work released this way by its authors. You can apply it to
-your programs, too.
-
- When we speak of free software, we are referring to freedom, not
-price. Our General Public Licenses are designed to make sure that you
-have the freedom to distribute copies of free software (and charge for
-them if you wish), that you receive source code or can get it if you
-want it, that you can change the software or use pieces of it in new
-free programs, and that you know you can do these things.
-
- To protect your rights, we need to prevent others from denying you
-these rights or asking you to surrender the rights. Therefore, you have
-certain responsibilities if you distribute copies of the software, or if
-you modify it: responsibilities to respect the freedom of others.
-
- For example, if you distribute copies of such a program, whether
-gratis or for a fee, you must pass on to the recipients the same
-freedoms that you received. You must make sure that they, too, receive
-or can get the source code. And you must show them these terms so they
-know their rights.
-
- Developers that use the GNU GPL protect your rights with two steps:
-(1) assert copyright on the software, and (2) offer you this License
-giving you legal permission to copy, distribute and/or modify it.
-
- For the developers' and authors' protection, the GPL clearly explains
-that there is no warranty for this free software. For both users' and
-authors' sake, the GPL requires that modified versions be marked as
-changed, so that their problems will not be attributed erroneously to
-authors of previous versions.
-
- Some devices are designed to deny users access to install or run
-modified versions of the software inside them, although the manufacturer
-can do so. This is fundamentally incompatible with the aim of
-protecting users' freedom to change the software. The systematic
-pattern of such abuse occurs in the area of products for individuals to
-use, which is precisely where it is most unacceptable. Therefore, we
-have designed this version of the GPL to prohibit the practice for those
-products. If such problems arise substantially in other domains, we
-stand ready to extend this provision to those domains in future versions
-of the GPL, as needed to protect the freedom of users.
-
- Finally, every program is threatened constantly by software patents.
-States should not allow patents to restrict development and use of
-software on general-purpose computers, but in those that do, we wish to
-avoid the special danger that patents applied to a free program could
-make it effectively proprietary. To prevent this, the GPL assures that
-patents cannot be used to render the program non-free.
-
- The precise terms and conditions for copying, distribution and
-modification follow.
-
- TERMS AND CONDITIONS
-
- 0. Definitions.
-
- "This License" refers to version 3 of the GNU General Public License.
-
- "Copyright" also means copyright-like laws that apply to other kinds of
-works, such as semiconductor masks.
-
- "The Program" refers to any copyrightable work licensed under this
-License. Each licensee is addressed as "you". "Licensees" and
-"recipients" may be individuals or organizations.
-
- To "modify" a work means to copy from or adapt all or part of the work
-in a fashion requiring copyright permission, other than the making of an
-exact copy. The resulting work is called a "modified version" of the
-earlier work or a work "based on" the earlier work.
-
- A "covered work" means either the unmodified Program or a work based
-on the Program.
-
- To "propagate" a work means to do anything with it that, without
-permission, would make you directly or secondarily liable for
-infringement under applicable copyright law, except executing it on a
-computer or modifying a private copy. Propagation includes copying,
-distribution (with or without modification), making available to the
-public, and in some countries other activities as well.
-
- To "convey" a work means any kind of propagation that enables other
-parties to make or receive copies. Mere interaction with a user through
-a computer network, with no transfer of a copy, is not conveying.
-
- An interactive user interface displays "Appropriate Legal Notices"
-to the extent that it includes a convenient and prominently visible
-feature that (1) displays an appropriate copyright notice, and (2)
-tells the user that there is no warranty for the work (except to the
-extent that warranties are provided), that licensees may convey the
-work under this License, and how to view a copy of this License. If
-the interface presents a list of user commands or options, such as a
-menu, a prominent item in the list meets this criterion.
-
- 1. Source Code.
-
- The "source code" for a work means the preferred form of the work
-for making modifications to it. "Object code" means any non-source
-form of a work.
-
- A "Standard Interface" means an interface that either is an official
-standard defined by a recognized standards body, or, in the case of
-interfaces specified for a particular programming language, one that
-is widely used among developers working in that language.
-
- The "System Libraries" of an executable work include anything, other
-than the work as a whole, that (a) is included in the normal form of
-packaging a Major Component, but which is not part of that Major
-Component, and (b) serves only to enable use of the work with that
-Major Component, or to implement a Standard Interface for which an
-implementation is available to the public in source code form. A
-"Major Component", in this context, means a major essential component
-(kernel, window system, and so on) of the specific operating system
-(if any) on which the executable work runs, or a compiler used to
-produce the work, or an object code interpreter used to run it.
-
- The "Corresponding Source" for a work in object code form means all
-the source code needed to generate, install, and (for an executable
-work) run the object code and to modify the work, including scripts to
-control those activities. However, it does not include the work's
-System Libraries, or general-purpose tools or generally available free
-programs which are used unmodified in performing those activities but
-which are not part of the work. For example, Corresponding Source
-includes interface definition files associated with source files for
-the work, and the source code for shared libraries and dynamically
-linked subprograms that the work is specifically designed to require,
-such as by intimate data communication or control flow between those
-subprograms and other parts of the work.
-
- The Corresponding Source need not include anything that users
-can regenerate automatically from other parts of the Corresponding
-Source.
-
- The Corresponding Source for a work in source code form is that
-same work.
-
- 2. Basic Permissions.
-
- All rights granted under this License are granted for the term of
-copyright on the Program, and are irrevocable provided the stated
-conditions are met. This License explicitly affirms your unlimited
-permission to run the unmodified Program. The output from running a
-covered work is covered by this License only if the output, given its
-content, constitutes a covered work. This License acknowledges your
-rights of fair use or other equivalent, as provided by copyright law.
-
- You may make, run and propagate covered works that you do not
-convey, without conditions so long as your license otherwise remains
-in force. You may convey covered works to others for the sole purpose
-of having them make modifications exclusively for you, or provide you
-with facilities for running those works, provided that you comply with
-the terms of this License in conveying all material for which you do
-not control copyright. Those thus making or running the covered works
-for you must do so exclusively on your behalf, under your direction
-and control, on terms that prohibit them from making any copies of
-your copyrighted material outside their relationship with you.
-
- Conveying under any other circumstances is permitted solely under
-the conditions stated below. Sublicensing is not allowed; section 10
-makes it unnecessary.
-
- 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
-
- No covered work shall be deemed part of an effective technological
-measure under any applicable law fulfilling obligations under article
-11 of the WIPO copyright treaty adopted on 20 December 1996, or
-similar laws prohibiting or restricting circumvention of such
-measures.
-
- When you convey a covered work, you waive any legal power to forbid
-circumvention of technological measures to the extent such circumvention
-is effected by exercising rights under this License with respect to
-the covered work, and you disclaim any intention to limit operation or
-modification of the work as a means of enforcing, against the work's
-users, your or third parties' legal rights to forbid circumvention of
-technological measures.
-
- 4. Conveying Verbatim Copies.
-
- You may convey verbatim copies of the Program's source code as you
-receive it, in any medium, provided that you conspicuously and
-appropriately publish on each copy an appropriate copyright notice;
-keep intact all notices stating that this License and any
-non-permissive terms added in accord with section 7 apply to the code;
-keep intact all notices of the absence of any warranty; and give all
-recipients a copy of this License along with the Program.
-
- You may charge any price or no price for each copy that you convey,
-and you may offer support or warranty protection for a fee.
-
- 5. Conveying Modified Source Versions.
-
- You may convey a work based on the Program, or the modifications to
-produce it from the Program, in the form of source code under the
-terms of section 4, provided that you also meet all of these conditions:
-
- a) The work must carry prominent notices stating that you modified
- it, and giving a relevant date.
-
- b) The work must carry prominent notices stating that it is
- released under this License and any conditions added under section
- 7. This requirement modifies the requirement in section 4 to
- "keep intact all notices".
-
- c) You must license the entire work, as a whole, under this
- License to anyone who comes into possession of a copy. This
- License will therefore apply, along with any applicable section 7
- additional terms, to the whole of the work, and all its parts,
- regardless of how they are packaged. This License gives no
- permission to license the work in any other way, but it does not
- invalidate such permission if you have separately received it.
-
- d) If the work has interactive user interfaces, each must display
- Appropriate Legal Notices; however, if the Program has interactive
- interfaces that do not display Appropriate Legal Notices, your
- work need not make them do so.
-
- A compilation of a covered work with other separate and independent
-works, which are not by their nature extensions of the covered work,
-and which are not combined with it such as to form a larger program,
-in or on a volume of a storage or distribution medium, is called an
-"aggregate" if the compilation and its resulting copyright are not
-used to limit the access or legal rights of the compilation's users
-beyond what the individual works permit. Inclusion of a covered work
-in an aggregate does not cause this License to apply to the other
-parts of the aggregate.
-
- 6. Conveying Non-Source Forms.
-
- You may convey a covered work in object code form under the terms
-of sections 4 and 5, provided that you also convey the
-machine-readable Corresponding Source under the terms of this License,
-in one of these ways:
-
- a) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by the
- Corresponding Source fixed on a durable physical medium
- customarily used for software interchange.
-
- b) Convey the object code in, or embodied in, a physical product
- (including a physical distribution medium), accompanied by a
- written offer, valid for at least three years and valid for as
- long as you offer spare parts or customer support for that product
- model, to give anyone who possesses the object code either (1) a
- copy of the Corresponding Source for all the software in the
- product that is covered by this License, on a durable physical
- medium customarily used for software interchange, for a price no
- more than your reasonable cost of physically performing this
- conveying of source, or (2) access to copy the
- Corresponding Source from a network server at no charge.
-
- c) Convey individual copies of the object code with a copy of the
- written offer to provide the Corresponding Source. This
- alternative is allowed only occasionally and noncommercially, and
- only if you received the object code with such an offer, in accord
- with subsection 6b.
-
- d) Convey the object code by offering access from a designated
- place (gratis or for a charge), and offer equivalent access to the
- Corresponding Source in the same way through the same place at no
- further charge. You need not require recipients to copy the
- Corresponding Source along with the object code. If the place to
- copy the object code is a network server, the Corresponding Source
- may be on a different server (operated by you or a third party)
- that supports equivalent copying facilities, provided you maintain
- clear directions next to the object code saying where to find the
- Corresponding Source. Regardless of what server hosts the
- Corresponding Source, you remain obligated to ensure that it is
- available for as long as needed to satisfy these requirements.
-
- e) Convey the object code using peer-to-peer transmission, provided
- you inform other peers where the object code and Corresponding
- Source of the work are being offered to the general public at no
- charge under subsection 6d.
-
- A separable portion of the object code, whose source code is excluded
-from the Corresponding Source as a System Library, need not be
-included in conveying the object code work.
-
- A "User Product" is either (1) a "consumer product", which means any
-tangible personal property which is normally used for personal, family,
-or household purposes, or (2) anything designed or sold for incorporation
-into a dwelling. In determining whether a product is a consumer product,
-doubtful cases shall be resolved in favor of coverage. For a particular
-product received by a particular user, "normally used" refers to a
-typical or common use of that class of product, regardless of the status
-of the particular user or of the way in which the particular user
-actually uses, or expects or is expected to use, the product. A product
-is a consumer product regardless of whether the product has substantial
-commercial, industrial or non-consumer uses, unless such uses represent
-the only significant mode of use of the product.
-
- "Installation Information" for a User Product means any methods,
-procedures, authorization keys, or other information required to install
-and execute modified versions of a covered work in that User Product from
-a modified version of its Corresponding Source. The information must
-suffice to ensure that the continued functioning of the modified object
-code is in no case prevented or interfered with solely because
-modification has been made.
-
- If you convey an object code work under this section in, or with, or
-specifically for use in, a User Product, and the conveying occurs as
-part of a transaction in which the right of possession and use of the
-User Product is transferred to the recipient in perpetuity or for a
-fixed term (regardless of how the transaction is characterized), the
-Corresponding Source conveyed under this section must be accompanied
-by the Installation Information. But this requirement does not apply
-if neither you nor any third party retains the ability to install
-modified object code on the User Product (for example, the work has
-been installed in ROM).
-
- The requirement to provide Installation Information does not include a
-requirement to continue to provide support service, warranty, or updates
-for a work that has been modified or installed by the recipient, or for
-the User Product in which it has been modified or installed. Access to a
-network may be denied when the modification itself materially and
-adversely affects the operation of the network or violates the rules and
-protocols for communication across the network.
-
- Corresponding Source conveyed, and Installation Information provided,
-in accord with this section must be in a format that is publicly
-documented (and with an implementation available to the public in
-source code form), and must require no special password or key for
-unpacking, reading or copying.
-
- 7. Additional Terms.
-
- "Additional permissions" are terms that supplement the terms of this
-License by making exceptions from one or more of its conditions.
-Additional permissions that are applicable to the entire Program shall
-be treated as though they were included in this License, to the extent
-that they are valid under applicable law. If additional permissions
-apply only to part of the Program, that part may be used separately
-under those permissions, but the entire Program remains governed by
-this License without regard to the additional permissions.
-
- When you convey a copy of a covered work, you may at your option
-remove any additional permissions from that copy, or from any part of
-it. (Additional permissions may be written to require their own
-removal in certain cases when you modify the work.) You may place
-additional permissions on material, added by you to a covered work,
-for which you have or can give appropriate copyright permission.
-
- Notwithstanding any other provision of this License, for material you
-add to a covered work, you may (if authorized by the copyright holders of
-that material) supplement the terms of this License with terms:
-
- a) Disclaiming warranty or limiting liability differently from the
- terms of sections 15 and 16 of this License; or
-
- b) Requiring preservation of specified reasonable legal notices or
- author attributions in that material or in the Appropriate Legal
- Notices displayed by works containing it; or
-
- c) Prohibiting misrepresentation of the origin of that material, or
- requiring that modified versions of such material be marked in
- reasonable ways as different from the original version; or
-
- d) Limiting the use for publicity purposes of names of licensors or
- authors of the material; or
-
- e) Declining to grant rights under trademark law for use of some
- trade names, trademarks, or service marks; or
-
- f) Requiring indemnification of licensors and authors of that
- material by anyone who conveys the material (or modified versions of
- it) with contractual assumptions of liability to the recipient, for
- any liability that these contractual assumptions directly impose on
- those licensors and authors.
-
- All other non-permissive additional terms are considered "further
-restrictions" within the meaning of section 10. If the Program as you
-received it, or any part of it, contains a notice stating that it is
-governed by this License along with a term that is a further
-restriction, you may remove that term. If a license document contains
-a further restriction but permits relicensing or conveying under this
-License, you may add to a covered work material governed by the terms
-of that license document, provided that the further restriction does
-not survive such relicensing or conveying.
-
- If you add terms to a covered work in accord with this section, you
-must place, in the relevant source files, a statement of the
-additional terms that apply to those files, or a notice indicating
-where to find the applicable terms.
-
- Additional terms, permissive or non-permissive, may be stated in the
-form of a separately written license, or stated as exceptions;
-the above requirements apply either way.
-
- 8. Termination.
-
- You may not propagate or modify a covered work except as expressly
-provided under this License. Any attempt otherwise to propagate or
-modify it is void, and will automatically terminate your rights under
-this License (including any patent licenses granted under the third
-paragraph of section 11).
-
- However, if you cease all violation of this License, then your
-license from a particular copyright holder is reinstated (a)
-provisionally, unless and until the copyright holder explicitly and
-finally terminates your license, and (b) permanently, if the copyright
-holder fails to notify you of the violation by some reasonable means
-prior to 60 days after the cessation.
-
- Moreover, your license from a particular copyright holder is
-reinstated permanently if the copyright holder notifies you of the
-violation by some reasonable means, this is the first time you have
-received notice of violation of this License (for any work) from that
-copyright holder, and you cure the violation prior to 30 days after
-your receipt of the notice.
-
- Termination of your rights under this section does not terminate the
-licenses of parties who have received copies or rights from you under
-this License. If your rights have been terminated and not permanently
-reinstated, you do not qualify to receive new licenses for the same
-material under section 10.
-
- 9. Acceptance Not Required for Having Copies.
-
- You are not required to accept this License in order to receive or
-run a copy of the Program. Ancillary propagation of a covered work
-occurring solely as a consequence of using peer-to-peer transmission
-to receive a copy likewise does not require acceptance. However,
-nothing other than this License grants you permission to propagate or
-modify any covered work. These actions infringe copyright if you do
-not accept this License. Therefore, by modifying or propagating a
-covered work, you indicate your acceptance of this License to do so.
-
- 10. Automatic Licensing of Downstream Recipients.
-
- Each time you convey a covered work, the recipient automatically
-receives a license from the original licensors, to run, modify and
-propagate that work, subject to this License. You are not responsible
-for enforcing compliance by third parties with this License.
-
- An "entity transaction" is a transaction transferring control of an
-organization, or substantially all assets of one, or subdividing an
-organization, or merging organizations. If propagation of a covered
-work results from an entity transaction, each party to that
-transaction who receives a copy of the work also receives whatever
-licenses to the work the party's predecessor in interest had or could
-give under the previous paragraph, plus a right to possession of the
-Corresponding Source of the work from the predecessor in interest, if
-the predecessor has it or can get it with reasonable efforts.
-
- You may not impose any further restrictions on the exercise of the
-rights granted or affirmed under this License. For example, you may
-not impose a license fee, royalty, or other charge for exercise of
-rights granted under this License, and you may not initiate litigation
-(including a cross-claim or counterclaim in a lawsuit) alleging that
-any patent claim is infringed by making, using, selling, offering for
-sale, or importing the Program or any portion of it.
-
- 11. Patents.
-
- A "contributor" is a copyright holder who authorizes use under this
-License of the Program or a work on which the Program is based. The
-work thus licensed is called the contributor's "contributor version".
-
- A contributor's "essential patent claims" are all patent claims
-owned or controlled by the contributor, whether already acquired or
-hereafter acquired, that would be infringed by some manner, permitted
-by this License, of making, using, or selling its contributor version,
-but do not include claims that would be infringed only as a
-consequence of further modification of the contributor version. For
-purposes of this definition, "control" includes the right to grant
-patent sublicenses in a manner consistent with the requirements of
-this License.
-
- Each contributor grants you a non-exclusive, worldwide, royalty-free
-patent license under the contributor's essential patent claims, to
-make, use, sell, offer for sale, import and otherwise run, modify and
-propagate the contents of its contributor version.
-
- In the following three paragraphs, a "patent license" is any express
-agreement or commitment, however denominated, not to enforce a patent
-(such as an express permission to practice a patent or covenant not to
-sue for patent infringement). To "grant" such a patent license to a
-party means to make such an agreement or commitment not to enforce a
-patent against the party.
-
- If you convey a covered work, knowingly relying on a patent license,
-and the Corresponding Source of the work is not available for anyone
-to copy, free of charge and under the terms of this License, through a
-publicly available network server or other readily accessible means,
-then you must either (1) cause the Corresponding Source to be so
-available, or (2) arrange to deprive yourself of the benefit of the
-patent license for this particular work, or (3) arrange, in a manner
-consistent with the requirements of this License, to extend the patent
-license to downstream recipients. "Knowingly relying" means you have
-actual knowledge that, but for the patent license, your conveying the
-covered work in a country, or your recipient's use of the covered work
-in a country, would infringe one or more identifiable patents in that
-country that you have reason to believe are valid.
-
- If, pursuant to or in connection with a single transaction or
-arrangement, you convey, or propagate by procuring conveyance of, a
-covered work, and grant a patent license to some of the parties
-receiving the covered work authorizing them to use, propagate, modify
-or convey a specific copy of the covered work, then the patent license
-you grant is automatically extended to all recipients of the covered
-work and works based on it.
-
- A patent license is "discriminatory" if it does not include within
-the scope of its coverage, prohibits the exercise of, or is
-conditioned on the non-exercise of one or more of the rights that are
-specifically granted under this License. You may not convey a covered
-work if you are a party to an arrangement with a third party that is
-in the business of distributing software, under which you make payment
-to the third party based on the extent of your activity of conveying
-the work, and under which the third party grants, to any of the
-parties who would receive the covered work from you, a discriminatory
-patent license (a) in connection with copies of the covered work
-conveyed by you (or copies made from those copies), or (b) primarily
-for and in connection with specific products or compilations that
-contain the covered work, unless you entered into that arrangement,
-or that patent license was granted, prior to 28 March 2007.
-
- Nothing in this License shall be construed as excluding or limiting
-any implied license or other defenses to infringement that may
-otherwise be available to you under applicable patent law.
-
- 12. No Surrender of Others' Freedom.
-
- If conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot convey a
-covered work so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you may
-not convey it at all. For example, if you agree to terms that obligate you
-to collect a royalty for further conveying from those to whom you convey
-the Program, the only way you could satisfy both those terms and this
-License would be to refrain entirely from conveying the Program.
-
- 13. Use with the GNU Affero General Public License.
-
- Notwithstanding any other provision of this License, you have
-permission to link or combine any covered work with a work licensed
-under version 3 of the GNU Affero General Public License into a single
-combined work, and to convey the resulting work. The terms of this
-License will continue to apply to the part which is the covered work,
-but the special requirements of the GNU Affero General Public License,
-section 13, concerning interaction through a network will apply to the
-combination as such.
-
- 14. Revised Versions of this License.
-
- The Free Software Foundation may publish revised and/or new versions of
-the GNU General Public License from time to time. Such new versions will
-be similar in spirit to the present version, but may differ in detail to
-address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Program specifies that a certain numbered version of the GNU General
-Public License "or any later version" applies to it, you have the
-option of following the terms and conditions either of that numbered
-version or of any later version published by the Free Software
-Foundation. If the Program does not specify a version number of the
-GNU General Public License, you may choose any version ever published
-by the Free Software Foundation.
-
- If the Program specifies that a proxy can decide which future
-versions of the GNU General Public License can be used, that proxy's
-public statement of acceptance of a version permanently authorizes you
-to choose that version for the Program.
-
- Later license versions may give you additional or different
-permissions. However, no additional obligations are imposed on any
-author or copyright holder as a result of your choosing to follow a
-later version.
-
- 15. Disclaimer of Warranty.
-
- THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
-APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
-HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
-OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
-THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
-IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
-ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. Limitation of Liability.
-
- IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
-WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
-THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
-GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
-USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
-DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
-PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
-EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
-SUCH DAMAGES.
-
- 17. Interpretation of Sections 15 and 16.
-
- If the disclaimer of warranty and limitation of liability provided
-above cannot be given local legal effect according to their terms,
-reviewing courts shall apply local law that most closely approximates
-an absolute waiver of all civil liability in connection with the
-Program, unless a warranty or assumption of liability accompanies a
-copy of the Program in return for a fee.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-possible use to the public, the best way to achieve this is to make it
-free software which everyone can redistribute and change under these terms.
-
- To do so, attach the following notices to the program. It is safest
-to attach them to the start of each source file to most effectively
-state the exclusion of warranty; and each file should have at least
-the "copyright" line and a pointer to where the full notice is found.
-
-
- Copyright (C)
-
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see .
-
-Also add information on how to contact you by electronic and paper mail.
-
- If the program does terminal interaction, make it output a short
-notice like this when it starts in an interactive mode:
-
- Copyright (C)
- This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-
-The hypothetical commands `show w' and `show c' should show the appropriate
-parts of the General Public License. Of course, your program's commands
-might be different; for a GUI interface, you would use an "about box".
-
- You should also get your employer (if you work as a programmer) or school,
-if any, to sign a "copyright disclaimer" for the program, if necessary.
-For more information on this, and how to apply and follow the GNU GPL, see
-.
-
- The GNU General Public License does not permit incorporating your program
-into proprietary programs. If your program is a subroutine library, you
-may consider it more useful to permit linking proprietary applications with
-the library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License. But first, please read
-.
diff --git a/Makefile b/Makefile
deleted file mode 100644
index e5b403b..0000000
--- a/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Branislav Blaskovic
-# Tomas Meszaros
-
-
-NAME = fedora-gooey-karma
-ANGEL = karma-angel
-PLAIN = karma-plain
-CRYING = karma-crying
-BINDIR = /usr/bin
-DATADIR = /usr/share
-
-all:
-
-run:
- ./src/fedora-gooey-karma
-
-install:
- mkdir -p $(DESTDIR)$(DATADIR)/$(NAME)
- install -D -p -m 755 src/$(NAME) $(DESTDIR)$(BINDIR)/$(NAME)
- install -D -p -m 644 src/*.py $(DESTDIR)$(DATADIR)/$(NAME)/
- mkdir -p $(DESTDIR)$(DATADIR)/applications
- install -D -p -m 644 $(NAME).desktop $(DESTDIR)$(DATADIR)/applications/
- mkdir -p $(DESTDIR)$(DATADIR)/icons/hicolor/
- cp -r icons/* $(DESTDIR)$(DATADIR)/icons/hicolor/
- chmod 644 $(DESTDIR)$(DATADIR)/icons/hicolor/*/apps/$(NAME).png
- chmod 644 $(DESTDIR)$(DATADIR)/icons/hicolor/$(ANGEL).png
- chmod 644 $(DESTDIR)$(DATADIR)/icons/hicolor/$(PLAIN).png
- chmod 644 $(DESTDIR)$(DATADIR)/icons/hicolor/$(CRYING).png
-
-uninstall:
- rm -rf $(DESTDIR)$(DATADIR)/$(NAME)
- rm -f $(DESTDIR)$(BINDIR)/$(NAME)
- rm -f $(DESTDIR)$(DATADIR)/applications/$(NAME).desktop
- rm -f $(DESTDIR)$(DATADIR)/icons/hicolor/*/apps/$(NAME).png
- rm -f $(DESTDIR)$(DATADIR)/icons/hicolor/$(ANGEL).png
- rm -f $(DESTDIR)$(DATADIR)/icons/hicolor/$(PLAIN).png
- rm -f $(DESTDIR)$(DATADIR)/icons/hicolor/$(CRYING).png
-
-clean:
- rm src/*.pyc
diff --git a/TODO b/TODO
deleted file mode 100644
index 4f000b6..0000000
--- a/TODO
+++ /dev/null
@@ -1,20 +0,0 @@
-TODO
-====
-
-* improve performance when loading packages from bodhi
- - it takes too long on older machines
-
-* add support for installing and deleting packages
- - some buttons next to the package name could be nice
-
-* refractor [done]
- - split mainwindow.py into several files
-
-* improve FAS integration
- - login dialog at the start?
-
-* automatic release recognition [done]
- - the right release number should be selected automatically
-
-* improve GUI
- - add icons, improve toolbar (about, help, etc.)
diff --git a/icons/16x16/apps/fedora-gooey-karma.png b/icons/16x16/apps/fedora-gooey-karma.png
deleted file mode 100644
index 5f18e88..0000000
Binary files a/icons/16x16/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/icons/24x24/apps/fedora-gooey-karma.png b/icons/24x24/apps/fedora-gooey-karma.png
deleted file mode 100644
index 82e51a7..0000000
Binary files a/icons/24x24/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/icons/256x256/apps/fedora-gooey-karma.png b/icons/256x256/apps/fedora-gooey-karma.png
deleted file mode 100644
index ba5a0be..0000000
Binary files a/icons/256x256/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/icons/32x32/apps/fedora-gooey-karma.png b/icons/32x32/apps/fedora-gooey-karma.png
deleted file mode 100644
index 902fcb0..0000000
Binary files a/icons/32x32/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/icons/48x48/apps/fedora-gooey-karma.png b/icons/48x48/apps/fedora-gooey-karma.png
deleted file mode 100644
index 67b3ac3..0000000
Binary files a/icons/48x48/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/icons/karma-1.png b/icons/karma-1.png
deleted file mode 100644
index 349c50e..0000000
Binary files a/icons/karma-1.png and /dev/null differ
diff --git a/icons/karma-angel.png b/icons/karma-angel.png
deleted file mode 100644
index 4d97c32..0000000
Binary files a/icons/karma-angel.png and /dev/null differ
diff --git a/icons/karma-crying.png b/icons/karma-crying.png
deleted file mode 100644
index 36876c2..0000000
Binary files a/icons/karma-crying.png and /dev/null differ
diff --git a/icons/karma-plain.png b/icons/karma-plain.png
deleted file mode 100644
index a9e4483..0000000
Binary files a/icons/karma-plain.png and /dev/null differ
diff --git a/icons/karma0.png b/icons/karma0.png
deleted file mode 100644
index 854c743..0000000
Binary files a/icons/karma0.png and /dev/null differ
diff --git a/icons/karma1.png b/icons/karma1.png
deleted file mode 100644
index 604bf17..0000000
Binary files a/icons/karma1.png and /dev/null differ
diff --git a/src/.vscode/settings.json b/src/.vscode/settings.json
new file mode 100644
index 0000000..25c729f
--- /dev/null
+++ b/src/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "python.pythonPath": "/bin/python3"
+}
\ No newline at end of file
diff --git a/src/.vscode/tags b/src/.vscode/tags
new file mode 100644
index 0000000..888b37c
--- /dev/null
+++ b/src/.vscode/tags
@@ -0,0 +1,59 @@
+!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
+!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
+!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
+!_TAG_PROGRAM_NAME Exuberant Ctags //
+!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
+!_TAG_PROGRAM_VERSION 5.8 //
+BodhiClient ../bodhiCalls.py /^from bodhi.client.bindings import BodhiClient$/;" kind:namespace line:1
+BodhiClient ../main.py /^from bodhi.client.bindings import BodhiClient$/;" kind:namespace line:23
+FasProxyClient ../main.py /^from fedora.client import FasProxyClient, openidbaseclient$/;" kind:namespace line:24
+LoginWindow.py ../LoginWindow.py 1;" kind:file line:1
+Main ../main.py /^class Main():$/;" kind:class line:29
+Path ../main.py /^from pathlib import Path$/;" kind:namespace line:9
+QtCore ../LoginWindow.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtCore ../main.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:14
+QtCore ../main.py /^from PySide2 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:13
+QtCore ../window.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtGui ../LoginWindow.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtGui ../main.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:14
+QtGui ../main.py /^from PySide2 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:13
+QtGui ../window.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtWidgets ../LoginWindow.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+QtWidgets ../main.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:14
+QtWidgets ../main.py /^from PySide2 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:13
+QtWidgets ../window.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
+Ui_Login ../LoginWindow.py /^class Ui_Login(object):$/;" kind:class line:13
+Ui_Login ../main.py /^from LoginWindow import Ui_Login$/;" kind:namespace line:18
+Ui_MainWindow ../main.py /^from window import Ui_MainWindow$/;" kind:namespace line:17
+Ui_MainWindow ../window.py /^class Ui_MainWindow(object):$/;" kind:class line:13
+__init__ ../main.py /^ def __init__(self):$/;" kind:member line:30
+app ../main.py /^ app = Main()/;" kind:variable line:268
+bc ../bodhiCalls.py /^bc = BodhiClient()$/;" kind:variable line:3
+bodhiCalls.py ../bodhiCalls.py 1;" kind:file line:1
+cache ../main.py /^ def cache(self):$/;" kind:member line:165
+comment ../main.py /^ def comment(self, update, comment, karma=0, critpath = None):$/;" kind:member line:176
+fetchList ../main.py /^ def fetchList(self, cached_data):$/;" kind:member line:133
+json ../main.py /^import json$/;" kind:namespace line:7
+literal_eval ../main.py /^from ast import literal_eval$/;" kind:namespace line:10
+location_data ../main.py /^location_data = str(Path.home()) + "\/.fgk"$/;" kind:variable line:26
+loginPopup ../main.py /^ def loginPopup(self):$/;" kind:member line:96
+logout ../main.py /^ def logout(self):$/;" kind:member line:120
+main.py ../main.py 1;" kind:file line:1
+next_page ../main.py /^ def next_page(self):$/;" kind:member line:149
+openidbaseclient ../main.py /^from fedora.client import FasProxyClient, openidbaseclient$/;" kind:namespace line:24
+os ../main.py /^import os$/;" kind:namespace line:5
+populateComments ../main.py /^ def populateComments(self, t):$/;" kind:member line:210
+postKarma ../main.py /^ def postKarma(self):$/;" kind:member line:186
+pprint ../bodhiCalls.py /^import pprint$/;" kind:namespace line:2
+pprint ../main.py /^import pprint$/;" kind:namespace line:8
+previous_page ../main.py /^ def previous_page(self):$/;" kind:member line:155
+retranslateUi ../LoginWindow.py /^ def retranslateUi(self, Login):$/;" kind:member line:57
+retranslateUi ../window.py /^ def retranslateUi(self, MainWindow):$/;" kind:member line:304
+save ../main.py /^ def save(self):$/;" kind:member line:101
+searching ../main.py /^ def searching(self):$/;" kind:member line:256
+selected ../main.py /^ def selected(self):$/;" kind:member line:227
+setupUi ../LoginWindow.py /^ def setupUi(self, Login):$/;" kind:member line:14
+setupUi ../window.py /^ def setupUi(self, MainWindow):$/;" kind:member line:14
+sys ../main.py /^import sys$/;" kind:namespace line:6
+verifyLogin ../main.py /^ def verifyLogin(self):$/;" kind:member line:109
+window.py ../window.py 1;" kind:file line:1
diff --git a/src/LoginWindow.py b/src/LoginWindow.py
new file mode 100644
index 0000000..e746b7a
--- /dev/null
+++ b/src/LoginWindow.py
@@ -0,0 +1,63 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'ui/Login.ui'
+#
+# Created by: PyQt5 UI code generator 5.13.0
+#
+# WARNING! All changes made in this file will be lost!
+
+
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+
+class Ui_Login(object):
+ def setupUi(self, Login):
+ Login.setObjectName("Login")
+ Login.resize(250, 300)
+ sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(Login.sizePolicy().hasHeightForWidth())
+ Login.setSizePolicy(sizePolicy)
+ Login.setMinimumSize(QtCore.QSize(250, 300))
+ Login.setMaximumSize(QtCore.QSize(250, 300))
+ self.gridLayoutWidget = QtWidgets.QWidget(Login)
+ self.gridLayoutWidget.setGeometry(QtCore.QRect(0, 0, 241, 291))
+ self.gridLayoutWidget.setObjectName("gridLayoutWidget")
+ self.gridLayout = QtWidgets.QGridLayout(self.gridLayoutWidget)
+ self.gridLayout.setContentsMargins(0, 0, 0, 0)
+ self.gridLayout.setObjectName("gridLayout")
+ self.Password = QtWidgets.QLineEdit(self.gridLayoutWidget)
+ self.Password.setText("")
+ self.Password.setEchoMode(QtWidgets.QLineEdit.Password)
+ self.Password.setObjectName("Password")
+ self.gridLayout.addWidget(self.Password, 5, 0, 1, 1)
+ self.label_username = QtWidgets.QLabel(self.gridLayoutWidget)
+ self.label_username.setObjectName("label_username")
+ self.gridLayout.addWidget(self.label_username, 2, 0, 1, 1)
+ self.label_Password = QtWidgets.QLabel(self.gridLayoutWidget)
+ self.label_Password.setObjectName("label_Password")
+ self.gridLayout.addWidget(self.label_Password, 4, 0, 1, 1)
+ self.fedoraReleases = QtWidgets.QComboBox(self.gridLayoutWidget)
+ self.fedoraReleases.setObjectName("fedoraReleases")
+ self.gridLayout.addWidget(self.fedoraReleases, 7, 0, 1, 1)
+ self.label_FeodraVersion = QtWidgets.QLabel(self.gridLayoutWidget)
+ self.label_FeodraVersion.setObjectName("label_FeodraVersion")
+ self.gridLayout.addWidget(self.label_FeodraVersion, 6, 0, 1, 1)
+ self.saveButton = QtWidgets.QPushButton(self.gridLayoutWidget)
+ self.saveButton.setObjectName("saveButton")
+ self.gridLayout.addWidget(self.saveButton, 8, 0, 1, 1)
+ self.Username = QtWidgets.QLineEdit(self.gridLayoutWidget)
+ self.Username.setObjectName("Username")
+ self.gridLayout.addWidget(self.Username, 3, 0, 1, 1)
+
+ self.retranslateUi(Login)
+ QtCore.QMetaObject.connectSlotsByName(Login)
+
+ def retranslateUi(self, Login):
+ _translate = QtCore.QCoreApplication.translate
+ Login.setWindowTitle(_translate("Login", "Login"))
+ self.label_username.setText(_translate("Login", "Username"))
+ self.label_Password.setText(_translate("Login", "Password"))
+ self.label_FeodraVersion.setText(_translate("Login", "Fedora Version"))
+ self.saveButton.setText(_translate("Login", "Save"))
diff --git a/src/assets/16x16/apps/fedora-gooey-karma.png b/src/assets/16x16/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..5f18e88
Binary files /dev/null and b/src/assets/16x16/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/24x24/apps/fedora-gooey-karma.png b/src/assets/24x24/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..82e51a7
Binary files /dev/null and b/src/assets/24x24/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/256x256/apps/fedora-gooey-karma.png b/src/assets/256x256/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..ba5a0be
Binary files /dev/null and b/src/assets/256x256/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/32x32/apps/fedora-gooey-karma.png b/src/assets/32x32/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..902fcb0
Binary files /dev/null and b/src/assets/32x32/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/48x48/apps/fedora-gooey-karma.png b/src/assets/48x48/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..67b3ac3
Binary files /dev/null and b/src/assets/48x48/apps/fedora-gooey-karma.png differ
diff --git a/src/assets/bugfix.png b/src/assets/bugfix.png
new file mode 100644
index 0000000..e1c90f5
Binary files /dev/null and b/src/assets/bugfix.png differ
diff --git a/src/assets/enhancement.png b/src/assets/enhancement.png
new file mode 100644
index 0000000..031384e
Binary files /dev/null and b/src/assets/enhancement.png differ
diff --git a/src/assets/new_package.png b/src/assets/new_package.png
new file mode 100644
index 0000000..78b067c
Binary files /dev/null and b/src/assets/new_package.png differ
diff --git a/src/assets/security.png b/src/assets/security.png
new file mode 100644
index 0000000..ddcb601
Binary files /dev/null and b/src/assets/security.png differ
diff --git a/src/bodhiCalls.py b/src/bodhiCalls.py
new file mode 100644
index 0000000..bff71e4
--- /dev/null
+++ b/src/bodhiCalls.py
@@ -0,0 +1,4 @@
+from bodhi.client.bindings import BodhiClient
+import pprint
+bc = BodhiClient(updateid="FEDORA-2016-1d9eb09530" )
+pprint.pprint(bc.query())
\ No newline at end of file
diff --git a/src/bodhiworker.py b/src/bodhiworker.py
deleted file mode 100644
index 6ff9c80..0000000
--- a/src/bodhiworker.py
+++ /dev/null
@@ -1,244 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Author: Tomas Meszaros
-
-import os
-import os.path
-import re
-import subprocess
-from PySide import QtCore
-from fedora.client import BodhiClient
-from idlequeue import *
-
-class BodhiWorker(QtCore.QThread):
-
- bodhi_query_done = QtCore.Signal(object)
-
- def __init__(self, worker_name, queue, main_thread, parent=None):
- super(BodhiWorker, self).__init__(parent)
- self.queue = queue
-
- self.worker_name = worker_name
- self.main_thread = main_thread
-
- bodhi_url = 'https://admin.fedoraproject.org/updates/'
- self.bc = BodhiClient(bodhi_url, useragent="Fedora Gooey Karma", debug=None)
- self.installed_packages = []
- self.process_list = self.get_proc_list()
-
- def run(self):
- while True:
- action, data = self.queue.get()
-
- if action == 'package_update':
- package = data
- # Get info about this build
- variant, bodhi_update = self.__bodhi_query_pkg(package)
- if bodhi_update:
- # If we get info from bodhi, prepare some info
- # and send it to GUI
- bodhi_update['bugs_by_id'] = self.__get_bugs_by_id(bodhi_update)
- bodhi_update['bodhi_url'] = self.__get_url(bodhi_update)
- bodhi_update['test_cases'] = self.__get_testcases(bodhi_update)
- bodhi_update['formatted_comments'] = self.__get_comments(bodhi_update)
- bodhi_update['relevant_packages'] = self.__get_relevant_packages(package.name)
- bodhi_update['parsed_nvr'] = self.__parse_nvr(bodhi_update['itemlist_name'])
- bodhi_update['currently_running'] = []
-
- # Is something from this package running?
- ## Find package in installed packages
- pkg = self.installed_packages.filter(name=bodhi_update['parsed_nvr']['name'])
- fname2pkg = {fname: pkg.filter(file=fname) for fname in self.process_list if re.search(pkg[0].name, fname)}
- # Append binary to list
- for key in fname2pkg.iteritems():
- bodhi_update['currently_running'].append(key[0])
-
- # Send it to main thread
- main_thread_call(self.main_thread.bodhi_process_result,
- [variant, bodhi_update])
- else:
- # If there is no info from Bodhi, send info to main thread to adjust progress bar
- main_thread_call(self.main_thread.bodhi_process_result,
- ['progress_only', None])
-
- elif action == 'set_installed_packages':
- # Is this item for this worker?
- # data[0] worker_name, data[1] installed_packages
- if self.worker_name != data[0]:
- self.queue.put([action, data])
-
- self.installed_packages = data[1]
- else:
- print "Bodhi worker: Unknown action"
-
- self.queue.task_done()
-
- def __parse_nvr(self, nvr):
- splitted = nvr.split('-')
-
- # We need at least 3 items
- if len(splitted) < 3:
- return
-
- # Get items from array
- name = '-'.join(splitted[0:(len(splitted)-2)])
- version = splitted[-2]
- release = splitted[-1]
-
- return {'name':name, 'version':version, 'release':release}
-
- def __get_relevant_packages(self, package):
- pkgs = {}
- pkgs['desktop'] = {}
- pkgs['others'] = {}
-
- # TODO: Should be rewritten to pure python code
- try:
- p = subprocess.Popen('repoquery -q --qf "%{name}" --whatrequires ' + str(package),
- shell=True,
- stdout=subprocess.PIPE,
- stderr=subprocess.STDOUT)
-
- for line in p.stdout.readlines():
- pkg_name = line.strip()
- installed_pkg = self.installed_packages.filter(name=pkg_name)
- # Which category is it?
- category = 'others'
- desktop_pkg = installed_pkg.filter(file='^/usr/share/applications/(.*).desktop$')
- if desktop_pkg!=[]:
- category = 'desktop'
- break
-
- pkgs[category][pkg_name] = installed_pkg
- except IOError, e:
- print "BodhiWorker.__get_relevant_packages: %s" % str(e)
-
- return pkgs
-
- def __bodhi_query_pkg(self, package):
- # Search by name
- rel = None
- for part in package.release.split('.'):
- if re.search("^fc[0-9]+$", part):
- rel = part.replace('fc','F')
-
- # Correct release not found
- if not rel:
- return [None, None]
-
- pkg_update = self.bc.query(release=rel, package=package.name, status='testing')['updates']
-
- if pkg_update:
- for update in pkg_update:
- for build in update['builds']:
- # Does this build match with our current build?
- package.nvr = package.name + '-' + package.version + '-' + package.release
- if build['nvr'] == package.nvr:
- update['itemlist_name'] = package.nvr
- update['dnf_package'] = package
- update['variant'] = 'installed'
- return ['installed', update]
- # If not, there could be newer version
- elif build.package.name == package.name:
- update['itemlist_name'] = build['nvr']
- update['dnf_package'] = build.package
- update['variant'] = 'available'
- return ['available', update]
-
- return [None, None]
-
- def __get_bugs_by_id(self, data):
- # Prepare bugs for easier use
- bugs = {}
- if len(data['bugs']):
- for bug in data['bugs']:
- bugs[bug['bz_id']] = bug['title']
-
- return bugs
-
- def __get_url(self, data):
- return 'https://admin.fedoraproject.org/updates/' + str(data['updateid'])
-
- def __get_testcases(self, data):
- if data['nagged'] is not None:
- if 'test_cases' in data['nagged']:
- test_cases = data['nagged']['test_cases']
- for i in range(len(test_cases)):
- test_cases[i] = test_cases[i].replace("QA:Testcase ", "")
- return test_cases
- # when package does not have test cases
- return []
-
- def __get_comments(self, data):
- # Get comments and rewrite it to better formatted dict
- comments = []
- i = 1
- if len(data['comments']):
- for comment in data['comments']:
- anonymous = ""
- if comment['anonymous']:
- anonymous = " (unauthenticated)"
- comments.append({'ord':i,
- 'text':comment['text'],
- 'author':comment['author'] + anonymous,
- 'karma':comment['karma']})
- i = i + 1
-
- return comments
-
- def which(filename):
- # Get full path to relative bin name
- locations = os.environ.get("PATH").split(os.pathsep)
- candidates = []
- for location in locations:
- candidate = os.path.join(location, filename)
- if os.path.isfile(candidate):
- candidates.append(candidate)
- return candidates
-
- def get_proc_list(self):
- p = subprocess.Popen(['/bin/ps', 'aux'], shell=False, stdout=subprocess.PIPE)
- p.stdout.readline()
- plist = []
-
- # Get processes, find their full path and so
- for line in p.stdout:
- try:
- process = re.split(' *', line.strip())[10]
-
- # Not a process what we are looking for
- if process[0] == '[':
- continue
- # We need to get full path to process from PATH variable
- elif process[0] != '/':
- process = self.which(process)[0]
-
- # Add it to list
- if process not in plist:
- plist.append(process)
-
- except:
- continue
-
- return plist
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/browser.py b/src/browser.py
deleted file mode 100644
index bd75ba5..0000000
--- a/src/browser.py
+++ /dev/null
@@ -1,80 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-import webbrowser
-import platform
-import rpm
-import os
-import urllib
-
-class WebBrowser:
-
- # URL constants
- __BUGZILLA_REDHAT_URL = "http://bugzilla.redhat.com/show_bug.cgi?id="
- __PACKAGE_INFO_URL = "https://apps.fedoraproject.org/packages/"
- __FEDORAPEOPLE_TESTCASE_URL = "https://fedoraproject.org/wiki/QA:Testcase_"
- __KOJI_PACKAGES_URL = "http://kojipkgs.fedoraproject.org//packages/"
-
- def __init__(self, main):
- # Grab MainWindow instance
- self.main = main
-
- def show_bug_in_browser(self):
- bug_id = self.main.ui.treeWidget_bugs.currentItem().text(0)
- webbrowser.open_new_tab("%s%s" % (self.__BUGZILLA_REDHAT_URL, bug_id))
-
- def show_relevant_pkg_in_browser(self):
- widget = self.main.ui.treeWidget_related_packages.currentItem()
- if widget.parent() is not None:
- # Do not need to open new tab when double clicked at "Desktop packages"
- # or "Other packages", so affect childs only
- webbrowser.open_new_tab("%s%s" % (self.__PACKAGE_INFO_URL, widget.text(0).strip()))
-
- def show_bodhi_update_in_browser(self):
- update = self.main.get_bodhi_update()
- if not update:
- return
- webbrowser.open_new_tab(update['bodhi_url'])
-
- # Install rpm packages, inspirated by Fedora Draft Documentation
- def install_source_rpm(self):
- update = self.main.get_bodhi_update()
- if not update:
- return
- name = update['parsed_nvr']['name']
- version = update['parsed_nvr']['version']
- release = update['parsed_nvr']['release']
- architecture = platform.processor()
- full_name = "%s.%s" % (update['itemlist_name'], architecture)
- # Is the user root?
- if os.geteuid()==0:
- # The user is root
- os.system("dnf update --enablerepo=updates-testing %s -y" % (full_name))
- else:
- # Non root, a password is required
- os.system("pkexec dnf update --enablerepo=updates-testing %s -y" % (full_name))
-
- def show_testcase_in_browser(self):
- testcase_name = self.main.ui.treeWidget_test_cases.currentItem().text(0).replace(' ', '_')
- webbrowser.open_new_tab("%s%s" % (self.__FEDORAPEOPLE_TESTCASE_URL, testcase_name))
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/config.py b/src/config.py
deleted file mode 100644
index 87cb0cb..0000000
--- a/src/config.py
+++ /dev/null
@@ -1,167 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-import os
-import pickle
-import keyring
-
-class PackagesHolder:
-
- def __init__(self):
- self.__db = []
-
- # Override some methods to be able to work with it as with list
- def __getitem__(self, key):
- # This method allows to use foo[x]
- if key < len(self.__db) and key >= 0:
- return self.__db[key]
- else:
- raise KeyError("PackageHolder: out of range")
-
- def __iter__(self):
- # This method allows to use iteration, like foo in bar
- class iterator(object):
- def __init__(self, obj):
- self.obj = obj
- self.index = -1
-
- def __iter__(self):
- return self
-
- def next(self):
- if self.index < len(self.obj)-1:
- self.index += 1
- return self.obj[self.index]
- else:
- raise StopIteration
-
- return iterator(self.__db)
-
- # Common methods
- def add_package(self, package):
- package = package.strip()
- if package == '':
- return False
-
- if package not in self.__db:
- self.__db.append(package)
- return True
-
- return False
-
- def remove_package(self, package):
- package = package.strip()
- try:
- self.__db.remove(package)
- return True
- except:
- pass
-
- return False
-
-
-class Config:
-
- __KEYRING_SERVICE_NAME = 'fedora-gooey-karma-login'
-
- def __init__(self, main):
- self.main = main
- self.__config_file = None
- try:
- self.__config_file = os.environ["HOME"] + "/.fedora-gooey-karma"
- except KeyError:
- print "Please set the environment variable HOME"
-
-
- self.ignored_packages = PackagesHolder()
- self.favorited_packages = PackagesHolder()
- self.fas_name = ''
- self.__fas_password = ''
- self.tab_side_index = 0
- self.load_config()
-
- # Getters, setters
- def get_fas_name(self): return self.fas_name
- def get_fas_password(self): return self.__fas_password
- def set_fas_name(self, name): self.fas_name = str(name)
- def set_fas_password(self, password): self.__fas_password = str(password)
-
- def __verify_data(self):
- # Check for side tabbar index
- try:
- self.tab_side_index = int(self.tab_side_index)
- except:
- self.tab_side_index = 0
-
- def load_config(self):
- # Loads config from home dir
- obj = None
- try:
- f = open(self.__config_file, 'rb')
- obj = pickle.load(f)
- f.close()
- except:
- print "Cannot open config file " + self.__config_file
-
-
- # If we have object from pickle file, assign it
- if obj:
- for attr in ['favorited_packages', 'ignored_packages', 'fas_name', 'tab_side_index']:
- setattr(self, attr, getattr(obj, attr, None))
-
- # If username is loaded, get password for it
- if self.fas_name != '':
- try:
- self.__fas_password = keyring.get_password(self.__KEYRING_SERVICE_NAME, self.fas_name)
- except:
- print "Error in load_config() while loading FAS token from keyring."
-
- # Verify loaded data
- self.__verify_data()
-
-
- def save_config(self):
- # Firstly, delete password to not save it to file
- pass_backup = self.__fas_password
- self.__fas_password = ''
-
- # Save config to home dir
- try:
- f = open(self.__config_file, 'wb')
- pickle.dump(self, f)
- f.close()
- except:
- print "Cannot open config file " + self.__config_file
-
- # Restore password
- self.__fas_password = pass_backup
-
- # Save password to keyring (if set)
- if self.main.ui.fasCheckBox.isChecked() and self.__fas_password != '' and self.fas_name != '':
- try:
- keyring.set_password(self.__KEYRING_SERVICE_NAME, str(self.fas_name), str(self.__fas_password))
- except:
- print "Error in save_config() while saving FAS token to keyring."
-
-
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/customgui.py b/src/customgui.py
deleted file mode 100644
index 574b339..0000000
--- a/src/customgui.py
+++ /dev/null
@@ -1,38 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-from PySide import QtGui
-
-class CustomTreeWidgetItem(QtGui.QTreeWidgetItem):
- def __init__(self, parent=None):
- QtGui.QTreeWidgetItem.__init__(self, parent)
-
- def __lt__(self, otherItem):
- # Overwritting this method to be able to sort
- # items by numbers
- column = self.treeWidget().sortColumn()
- try:
- return float( self.text(column) ) > float( otherItem.text(column) )
- except ValueError:
- return self.text(column) > otherItem.text(column)
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/download_window.py b/src/download_window.py
deleted file mode 100644
index 8ef1149..0000000
--- a/src/download_window.py
+++ /dev/null
@@ -1,154 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Dominika Regeciova
-
-
-import os
-import re
-import sys
-import urllib
-import time
-from PySide import QtCore
-from PySide import QtGui
-from browser import WebBrowser
-from mainwindow_gui import Ui_MainWindow
-
-class DialogWindow(QtGui.QMainWindow):
-
- __KOJI_PACKAGES_URL = "http://kojipkgs.fedoraproject.org//packages/"
-
- def __init__(self,main):
- QtGui.QMainWindow.__init__(self,main)
- self.label = QtGui.QLabel(self)
- self.main = main
-
- update = self.main.get_bodhi_update()
- name = update['itemlist_name']
- path = "%s" % (os.environ.get("XDG_DOWNLOAD_DIR", os.path.expanduser("~")))
- self.nameBox = QtGui.QGroupBox(self)
- self.nameBox.setCheckable(False)
- self.nameBox.setObjectName("nameBox")
- self.nameBox.setTitle("Name")
- self.nameBox.move(30,20)
- self.nameLayout = QtGui.QHBoxLayout()
- self.nameLayout.setObjectName("nameLayout")
- self.nameEdit = QtGui.QLineEdit(self)
- font = QtGui.QFont()
- font.setItalic(True)
- self.nameEdit.setFont(font)
- self.nameEdit.setInputMask("")
- self.nameEdit.setText(name)
- self.nameEdit.setObjectName("nameEdit")
- self.nameEdit.setFixedWidth(360)
- self.nameEdit.move(100,20)
-
- self.pathBox = QtGui.QGroupBox(self)
- self.pathBox.setCheckable(False)
- self.pathBox.setObjectName("pathBox")
- self.pathBox.setTitle("Path")
- self.pathBox.move(30,90)
- self.pathLayout = QtGui.QHBoxLayout()
- self.pathLayout.setObjectName("pathLayout")
- self.pathEdit = QtGui.QLineEdit(self)
- font = QtGui.QFont()
- font.setItalic(True)
- self.pathEdit.setFont(font)
- self.pathEdit.setInputMask("")
- self.pathEdit.setText(path)
- self.pathEdit.setObjectName("pathEdit")
- self.pathEdit.setFixedWidth(300)
- self.pathEdit.move(100,90)
-
- pathBtn = QtGui.QPushButton("...",self)
- pathBtn.setFixedWidth(50)
- pathBtn.move(410,90)
- pathBtn.clicked.connect(self.openDirectoryDialog, QtCore.Qt.QueuedConnection)
-
- cancelBtn = QtGui.QPushButton("Cancel",self)
- cancelBtn.move(100,150)
- cancelBtn.clicked.connect(self.Cancel)
- saveBtn = QtGui.QPushButton("Save",self)
- saveBtn.move(300,150)
- saveBtn.clicked.connect(self.Accept)
-
- layout = QtGui.QVBoxLayout()
- layout.addWidget(self.label)
- layout.addLayout(self.nameLayout)
- layout.addWidget(self.nameEdit)
- layout.addWidget(self.nameBox)
- layout.addLayout(self.pathLayout)
- layout.addWidget(self.pathEdit)
- layout.addWidget(self.pathBox)
- layout.addWidget(pathBtn)
- layout.addWidget(cancelBtn)
- layout.addWidget(saveBtn)
- self.setLayout(layout)
-
- qr = self.frameGeometry()
- cp = QtGui.QDesktopWidget().availableGeometry().center()
- qr.moveCenter(cp)
- self.move(qr.topLeft())
- self.ProgressDialog = QtGui.QProgressDialog(self)
- self.ProgressDialog.setWindowTitle(self.tr("Downloading..."))
- self.ProgressDialog.setCancelButtonText(self.tr("Cancel"))
- self.setWindowTitle("Download source RPM")
-
- def dlProgress(self,count, blockSize, totalSize):
- # Progress bar of downloading packages
- self.ProgressDialog.setRange(0, totalSize)
- self.ProgressDialog.setValue(count*blockSize)
- if count*blockSize >= totalSize:
- self.ProgressDialog.setValue(totalSize)
- return
- if self.ProgressDialog.wasCanceled():
- self.ProgressDialog.close()
-
- def download_source_rpm(self):
- # Download a package to the directory
- update = self.main.get_bodhi_update()
- if not update:
- return
-
- name = update['parsed_nvr']['name']
- version = update['parsed_nvr']['version']
- release = update['parsed_nvr']['release']
-
- # Set-up url
- url = self.__KOJI_PACKAGES_URL + "%s/%s/%s/src/%s.src.rpm" % (name, version, release, update['itemlist_name'])
- urllib.urlretrieve("%s" % (url),"%s/%s" % (self.pathEdit.text(), self.nameEdit.text()), reporthook=self.dlProgress)
-
- def Cancel(self):
- # Download dialog was closed
- self.close()
-
- def Accept(self):
- # Download dialog was confirmed
- self.download_source_rpm()
- self.ProgressDialog.hide()
- self.close()
-
- def openDirectoryDialog(self):
- # Directory dialog for a change of path for downloading
- flags = QtGui.QFileDialog.DontResolveSymlinks | QtGui.QFileDialog.ShowDirsOnly
- directory = QtGui.QFileDialog.getExistingDirectory(self,"Choose Directory",os.getcwd(),flags)
- self.pathEdit.setText(directory)
-
-
diff --git a/src/fedora-gooey-karma b/src/fedora-gooey-karma
index c475b7e..d84b713 100755
--- a/src/fedora-gooey-karma
+++ b/src/fedora-gooey-karma
@@ -1,798 +1,298 @@
-#!/usr/bin/python2 -tt
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Author: Tomas Meszaros
+#!/bin/python3
+
+
+# import system stuff
import os
-import re
import sys
-
-sys.path.append(os.path.join(os.path.dirname(sys.argv[0]), '../share/fedora-gooey-karma'))
-
-import Queue
-import rpm
-import datetime
-from PySide import QtCore
-from PySide import QtGui
-from customgui import CustomTreeWidgetItem
-from mainwindow_gui import Ui_MainWindow
-from packagesworker import PackagesWorker
-from bodhiworker import BodhiWorker
-from config import Config
-from toolbox import Toolbox
-from browser import WebBrowser
-from download_window import DialogWindow
-from idlequeuedispatcher import ThreadDispatcher
-from sendkarma import SendKarma
-
-class MainWindow(QtGui.QMainWindow):
-
- __FEDORA_RELEASES = ['Fedora 20', 'Fedora 19', 'Fedora 18', 'Fedora 17']
- __BODHI_WORKERS_COUNT = 15
-
- def __init__(self, parent=None):
- # GUI
- super(MainWindow, self).__init__(parent)
- self.ui = Ui_MainWindow()
- self.ui.setupUi(self)
- qr = self.frameGeometry()
- cp = QtGui.QDesktopWidget().availableGeometry().center()
- qr.moveCenter(cp)
- self.move(qr.topLeft())
-
- # Holders of data
- self.__installed_packages = {}
- self.installed_updates = {}
- self.available_updates = {}
- self.__process_list = []
-
- # Config
- self.config = Config(self)
- ## Set fas username and password to widget
- self.ui.usernameEdit.setText(self.config.get_fas_name())
- self.ui.passwordEdit.setText(self.config.get_fas_password())
- ## Set side tabbar index
- self.ui.tabWidget_side.setCurrentIndex(int(self.config.tab_side_index))
-
- # Toolbox/WebBrowser classes
- self.toolbox = Toolbox(self)
- self.webbrowser = WebBrowser(self)
-
- # Prepare Queues
- self.bodhi_workers_queue = Queue.Queue()
- self.pkg_worker_queue = Queue.Queue()
-
- # Prepare ui
- self.rpmTS = rpm.TransactionSet()
- self.__load_and_set_fedora_releases()
- self.ui.tabWidget.setCurrentIndex(0)
- self.ui.toolBoxWhatToTest.setCurrentIndex(0)
- self.ui.karmaFilterWidget.setVisible(False)
- self.toolbox.update_favorite_ignored_pkg_lists()
-
- # Progress bar
- self.progressBar = QtGui.QProgressBar()
- self.progressBar.setMinimum(0)
- self.ui.centralWidgetSplitter.addWidget(self.progressBar)
- self.progressBar.hide()
-
- # TabBar - remove package's tabs and save it for later use
- self.__tabBar_info_backup = None
- self.__remove_package_tabs()
-
- # Thread Dispatcher to run methods thread-safely
- self.dispatcher = ThreadDispatcher(self)
- self.dispatcher.start()
-
- # Connects
- ## Top main menu
- self.ui.actionQuit.triggered.connect(QtCore.QCoreApplication.instance().quit, QtCore.Qt.QueuedConnection)
- self.ui.actionAbout.triggered.connect(self.__show_message_box_about, QtCore.Qt.QueuedConnection)
- ## Misc connects
- self.ui.pkgList.currentItemChanged.connect(self.__show_package_detail, QtCore.Qt.QueuedConnection)
- self.ui.searchEdit.textChanged.connect(self.__populate_pkgList, QtCore.Qt.QueuedConnection)
- self.ui.installedBtn.clicked.connect(self.__show_installed, QtCore.Qt.QueuedConnection)
- self.ui.availableBtn.clicked.connect(self.__show_available, QtCore.Qt.QueuedConnection)
- self.ui.loadPackagesBtn.clicked.connect(self.__start_pkg_worker, QtCore.Qt.QueuedConnection)
- self.ui.treeWidget_bugs.itemDoubleClicked.connect(self.webbrowser.show_bug_in_browser, QtCore.Qt.QueuedConnection)
- self.ui.treeWidget_related_packages.itemDoubleClicked.connect(self.webbrowser.show_relevant_pkg_in_browser, QtCore.Qt.QueuedConnection)
- self.ui.treeWidget_test_cases.itemDoubleClicked.connect(self.webbrowser.show_testcase_in_browser, QtCore.Qt.QueuedConnection)
- self.ui.karmaCheckBox.stateChanged.connect(self.__populate_pkgList, QtCore.Qt.QueuedConnection)
- self.ui.karmaFilterUserCombo.currentIndexChanged.connect(self.__populate_pkgList, QtCore.Qt.QueuedConnection)
- self.ui.karmaUsernameEdit.textChanged.connect(self.__populate_pkgList, QtCore.Qt.QueuedConnection)
- self.ui.sendBtn.clicked.connect(self.__send_comment, QtCore.Qt.QueuedConnection)
- self.ui.tabWidget_side.currentChanged.connect(self.__tabside_changed)
- ## Package settings
- self.ui.pkg_settings_open_bodhi_update.clicked.connect(self.webbrowser.show_bodhi_update_in_browser, QtCore.Qt.QueuedConnection)
- self.ui.pkg_settings_download_source_rpm.clicked.connect(self.__download_pkg_worker, QtCore.Qt.QueuedConnection)
- self.ui.pkg_settings_install_source_rpm.clicked.connect(self. __install_pkg_worker, QtCore.Qt.QueuedConnection)
- self.ui.settings_pkg_cat_normal.toggled.connect(self.__set_pkg_category, QtCore.Qt.QueuedConnection)
- self.ui.settings_pkg_cat_favorite.toggled.connect(self.__set_pkg_category, QtCore.Qt.QueuedConnection)
- self.ui.settings_pkg_cat_ignored.toggled.connect(self.__set_pkg_category, QtCore.Qt.QueuedConnection)
- ## What to test toolbox
- self.ui.tool_pkg_list_negative.itemClicked.connect(self.toolbox.negative_karma_clicked, QtCore.Qt.QueuedConnection)
- self.ui.tool_pkg_list_favorite.itemClicked.connect(self.toolbox.favorite_item_clicked, QtCore.Qt.QueuedConnection)
- self.ui.tool_pkg_list_running.itemClicked.connect(self.toolbox.currently_running_clicked, QtCore.Qt.QueuedConnection)
- self.ui.toolBoxWhatToTest.currentChanged.connect(self.toolbox.move_toolbox_buttons, QtCore.Qt.QueuedConnection)
- self.ui.btn_tool_add_pkg.clicked.connect(self.toolbox.config_add_package, QtCore.Qt.QueuedConnection)
- self.ui.btn_tool_remove_pkg.clicked.connect(self.toolbox.config_remove_package, QtCore.Qt.QueuedConnection)
-
- # Status list mouse click expand
- def increaseSize(event):
- self.ui.statusList.setMaximumHeight(400)
-
- def decreaseSize(event):
- self.ui.statusList.setMaximumHeight(80)
-
- self.ui.statusList.mousePressEvent = increaseSize
- self.ui.statusList.mouseReleaseEvent = decreaseSize
-
- # Start Bodhi workers
- self.bodhi_workers = []
- for i in range(self.__BODHI_WORKERS_COUNT):
- b = BodhiWorker("bodhi_worker" + str(i), self.bodhi_workers_queue, self)
- b.start()
- self.bodhi_workers.append(b)
-
- # Start package worker
- self.pkg_worker = PackagesWorker(self.pkg_worker_queue, self.bodhi_workers_queue, self.__BODHI_WORKERS_COUNT, self)
- self.pkg_worker.start()
-
- def customEvent(self, event):
- # Process idlequeue_dispatcher events
- event.callback()
-
- def __tabside_changed(self, index):
- self.config.tab_side_index = index
- self.config.save_config()
-
- def __set_pkg_category(self, checked):
- # There are 2 actions on every click. We just need once
- if not checked:
- return
- # When radio button in settings is toggled, assign package to one
- # of the categories in config
- update = self.get_bodhi_update()
- pkg_name = update['parsed_nvr']['name']
-
- if self.ui.settings_pkg_cat_normal.isChecked():
- self.config.favorited_packages.remove_package(pkg_name)
- self.config.ignored_packages.remove_package(pkg_name)
- elif self.ui.settings_pkg_cat_favorite.isChecked():
- self.config.favorited_packages.add_package(pkg_name)
- self.config.ignored_packages.remove_package(pkg_name)
- elif self.ui.settings_pkg_cat_ignored.isChecked():
- self.config.favorited_packages.remove_package(pkg_name)
- self.config.ignored_packages.add_package(pkg_name)
-
- self.config.save_config()
- self.toolbox.update_favorite_ignored_pkg_lists()
-
- def set_num_of_pkgs_to_process(self, num):
- # Set maximum size of progressbar according to num of packages to process in Bodhi
- self.progressBar.setMaximum(int(num))
- self.progressBar.show()
-
- def __remove_package_tabs(self):
- # This will backup tab from layout
- if self.__tabBar_info_backup is None:
- self.__tabBar_info_backup = self.ui.tabWidget.widget(1)
- self.ui.tabWidget.removeTab(1)
-
- def __show_message_box_about(self):
- text = (
- #"
"
- "
"
- "Fedora Gooey Karma is a tool for browsing installed packages from updates-testing repository.
"
- "You can easily add karma comment, open bugs attached to new build and more.
"
- "Please feel free to report any issues and "
- "visit homepage of Fedora Gooey Karma.
"
- "Authors:"
- "- Branislav Blaskovic
- Tomas Meszaros
- Dominika Regeciova
"
- )
- QtGui.QMessageBox.about(QtGui.QApplication.activeWindow(), "Fedora Gooey Karma", text)
-
- def add_status_item(self, item):
- self.ui.statusList.addItem(str(item))
- self.ui.statusList.scrollToBottom()
-
- def bodhi_process_result(self, result):
- variant, data = result
-
- # We've got one bodhi update of installed package, add it to pkg list
- if variant == 'installed':
- self.installed_updates[data['itemlist_name']] = data
- self.add_status_item(data['itemlist_name'] + " is installed")
-
- if self.ui.installedBtn.isChecked():
- # Is this package in list?
- # If yes, remove it to add it again
- for i in range(self.ui.pkgList.count()):
- item = self.ui.pkgList.item(i)
- if item.text() == data['itemlist_name']:
- self.ui.pkgList.takeItem(i)
- self.ui.pkgList.removeItemWidget(item)
- break
-
- # Add update to list if it match filters
- if self.__update_can_be_shown(data):
- self.ui.pkgList.addItem(data['itemlist_name'])
-
- # We've got available package update, save it
- elif variant == 'available':
- self.available_updates[data['itemlist_name']] = data
- self.add_status_item(data['itemlist_name'] + " can be updated")
-
- if self.ui.availableBtn.isChecked():
- # Is this package in list?
- # If yes, remove it to add it again
- for i in range(self.ui.pkgList.count()):
- item = self.ui.pkgList.item(i)
- if item.text() == data['itemlist_name']:
- self.ui.pkgList.takeItem(i)
- self.ui.pkgList.removeItemWidget(item)
- break
-
- # Add update to list if it match filters
- if self.__update_can_be_shown(data):
- self.ui.pkgList.addItem(data['itemlist_name'])
-
- # Prepare What to test section
- if variant in ['installed', 'available']:
- self.progressBar.setValue(self.progressBar.value() + 1)
-
- # Currently running
- if len(data['currently_running']) > 0:
- # Add pkg name to list
- pkg_name_item = QtGui.QTreeWidgetItem()
- pkg_name_item.setText(0, str(data['itemlist_name']))
- self.ui.tool_pkg_list_running.insertTopLevelItem(0, pkg_name_item)
- pkg_name_item.setExpanded(True)
-
- # Add running binaries as children
- for proc_name in data['currently_running']:
- proc_item = QtGui.QTreeWidgetItem()
- proc_item.setText(0, str(proc_name))
- pkg_name_item.insertChild(0, proc_item)
-
- # Negative karma
- update_item = None
- for comment in data['formatted_comments']:
- # If we've got negative karma, show this update in list
- if comment['karma'] == -1:
- # Prepare line with update itself
- if update_item is None:
- update_item = QtGui.QTreeWidgetItem()
- update_item.setText(0, str(data['itemlist_name']))
- self.ui.tool_pkg_list_negative.insertTopLevelItem(0, update_item)
- update_item.setExpanded(True)
-
- # Add comment as child to update
- line = QtGui.QTreeWidgetItem()
- line.setText(0, comment['text'].encode('utf-8'))
- update_item.insertChild(0, line)
-
- # If it is in favorited packages, update list
- if data['parsed_nvr']['name'] in self.config.favorited_packages:
- self.toolbox.update_favorite_ignored_pkg_lists()
-
- # Catch progress only items
- if variant == 'progress_only':
- self.progressBar.setValue(self.progressBar.value() + 1)
-
- def set_installed_packages(self, packages):
- self.add_status_item(str(len(packages)) + " installed packages on system")
- for pkg in packages:
- pkg.nvr = pkg.name + '-' + pkg.version + '-' + pkg.release
- self.__installed_packages[pkg.nvr] = pkg
- #self.__installed_packages = packages
-
- def __load_and_set_fedora_releases(self):
- # Load fedora-release version
- packages = self.rpmTS.dbMatch('name', 'fedora-release')
- for package in packages:
- break
-
- # Fill in current release as first
- self.ui.releaseComboBox.addItem('Fedora ' + str(package['version']))
-
- # Fill combo box
- for release in self.__FEDORA_RELEASES:
- # Skip current release
- if package['version'] == release.split()[-1]:
- continue
-
- self.ui.releaseComboBox.addItem(release)
-
- def __download_pkg_worker(self):
- window = DialogWindow(self)
- window.resize(500,200)
- window.show()
-
- def __install_pkg_worker(self):
- bodhi_update = self.get_bodhi_update()
- if bodhi_update is None:
- return
-
- # Is rpm package installed?
- if bodhi_update['itemlist_name'] not in self.installed_updates:
- self.webbrowser.install_source_rpm()
-
- def __start_pkg_worker(self):
- # Get release and put it to queue
- # Package worker will get info about it
- self.ui.loadPackagesBtn.setText('Loading packages')
- # Clear holders
- self.__installed_packages = {}
- self.installed_updates = {}
- self.available_updates = {}
- self.__process_list = []
- # Clear gui
- self.progressBar.setValue(0)
- self.__populate_pkgList()
- self.ui.tool_pkg_list_running.clear()
- releasever = self.ui.releaseComboBox.currentText().split()[-1]
- self.pkg_worker_queue.put(releasever)
-
- def __available_pkg_list_loading_info(self):
- release = self.ui.releaseComboBox.currentText()
- message = "Please wait... Loading all available packages. [%s]" % release
- self.ui.statusBar.showMessage(message)
-
- def installed_pkg_list_loading_info(self):
- release = self.ui.releaseComboBox.currentText()
- message = "Please wait... Loading all installed packages. [%s]" % release
- self.ui.statusBar.showMessage(message)
-
- def save_installed_pkg_list(self, pkg_object):
- message = "All installed packages has been loaded. [Fedora %s]" % pkg_object
- self.ui.statusBar.showMessage(message)
- self.ui.loadPackagesBtn.setText('Reload packages')
- self.progressBar.hide()
-
- def __set_search_text(self, text):
- self.ui.searchEdit.setText(str(text))
-
- def __decode_dict(self, dictionary, decoding='utf-8', data_type=str):
- for key in dictionary:
- if isinstance(dictionary[key], data_type):
- dictionary[key] = dictionary[key].decode(decoding)
-
- def __send_comment(self):
- comment = self.ui.commentEdit.toPlainText()
- karma = self.ui.karmaBox.currentText()
-
- # Catch all problems
- if self.__selected_pkglist_item is None:
- message = "Comment not submitted: Could not get update from testing builds"
- self.add_status_item(message)
- return
- if not self.ui.usernameEdit.text():
- message = "Please enter FAS username."
- self.add_status_item(message)
- return
- if not self.ui.passwordEdit.text():
- message = "Please enter FAS password."
- self.add_status_item(message)
- return
-
- # Create thread
- sender = SendKarma(self.__selected_pkglist_item,
- self.ui.usernameEdit.text(),
- self.ui.passwordEdit.text(),
- comment,
- karma,
- self)
- sender.start()
-
- self.ui.sendBtn.setText('Sending in progress')
- self.ui.sendBtn.setDisabled(True)
-
- message = "Processing... Wait please..."
- self.add_status_item(message)
-
- def sending_done(self, username, password):
- # This method is called from thread SendKarma
- # It clean up after sending
- self.ui.commentEdit.clear()
- self.config.set_fas_name(username)
- self.config.set_fas_password(password)
- self.config.save_config()
- self.ui.sendBtn.setText('Send Karma')
- self.ui.sendBtn.setEnabled(True)
-
- def __update_can_be_shown(self, update):
- # Update need to pass several criteria to appear in current pkg list
- ## Is this package name in ignore list?
- if update['parsed_nvr']['name'] in self.config.ignored_packages:
- return False
-
- ## Is this pkg list for him?
- if self.ui.installedBtn.isChecked():
- if update['itemlist_name'] not in self.installed_updates:
- return False
- elif self.ui.availableBtn.isChecked():
- if update['itemlist_name'] not in self.available_updates:
- return False
-
- ## Does this update match search text?
- if len(self.ui.searchEdit.text()) > 0:
- if self.ui.searchEdit.text() not in update['itemlist_name']:
- return False
-
- ## Karma submitted filter
- if self.ui.karmaCheckBox.isChecked() and len(self.ui.karmaUsernameEdit.text()) > 0:
- karma_username = self.ui.karmaUsernameEdit.text()
- ### If there is 'not submitted' in combobox
- if re.search('not', str(self.ui.karmaFilterUserCombo.currentText())):
- for comment in update['formatted_comments']:
- if comment['author'] == karma_username:
- return False
- else:
- for comment in update['formatted_comments']:
- if comment['author'] == karma_username:
- return True
- # Not found a comment by this user?
- return False
-
- return True
-
- def __populate_pkgList(self):
- self.ui.pkgList.clear()
-
- # Prepare data which we want to show
- if self.ui.installedBtn.isChecked():
- pkgList = self.installed_updates
- elif self.ui.availableBtn.isChecked():
- pkgList = self.available_updates
-
- # Loop packages
- for key in pkgList.keys():
- update = pkgList[key]
-
- # Can this be shown? Send it to filters!
- if not self.__update_can_be_shown(update):
- continue
-
- self.ui.pkgList.addItem(update['itemlist_name'])
-
- def __show_installed(self):
- # Show installed packages which are from testing repo
- self.ui.availableBtn.setChecked(False)
- self.ui.installedBtn.setChecked(True)
- self.__populate_pkgList()
-
- def __show_available(self):
- # Show packages available to update
- self.ui.installedBtn.setChecked(False)
- self.ui.availableBtn.setChecked(True)
- self.__populate_pkgList()
-
- def get_bodhi_update(self, pkg=None):
- # Get bodhi update according to selected package in pkg list
- if self.ui.installedBtn.isChecked():
- pkgList = self.installed_updates
- elif self.ui.availableBtn.isChecked():
- pkgList = self.available_updates
- else:
- return
-
- if pkg == None:
- if self.ui.pkgList.currentItem():
- return pkgList[self.ui.pkgList.currentItem().text()]
- else:
- return self.__selected_pkglist_item
- else:
- return pkgList[pkg]
-
- def __show_package_detail(self, pkg_item):
- if pkg_item is None:
- return
-
- text_browser_string = ""
-
- bodhi_update = self.get_bodhi_update()
-
- if bodhi_update is None:
- return
-
- self.__selected_pkglist_item = bodhi_update
-
- # Set Install Button
- if bodhi_update['itemlist_name'] in self.installed_updates:
- self.ui.pkg_settings_install_source_rpm.setVisible(False)
- else:
- self.ui.pkg_settings_install_source_rpm.setVisible(True)
-
- # Show tab if not here
- self.ui.tabWidget.addTab(self.__tabBar_info_backup, 'Update: ' + bodhi_update['itemlist_name'])
-
- # Switch tabs to info tab
- self.ui.tabWidget.setCurrentIndex(1)
-
- ## title
- self.ui.pkgNameLabel.setText(bodhi_update['itemlist_name'])
-
- # Fill in toolbox Add package line edit
- self.ui.tool_pkg_name.setText(bodhi_update['parsed_nvr']['name'])
-
- ## dnf info
- dnf_values = {}
- dnf_format_string = (
- "Dnf Info %(installed_version)s\n"
- " Name: %(name)s\n"
- " Installed: %(installed_timedelta)s ago\n"
- " Arch: %(arch)s\n"
- " Version: %(version)s\n"
- " Release: %(release)s\n"
- " Size: %(size)s\n"
- " Repo: %(repo)s\n"
- " From repo: %(from_repo)s\n"
- " Summary: %(summary)s\n"
- " URL: %(url)s\n"
- " License: %(license)s\n\n"
- "\n\n"
- )
-
- # Grab dnf info from installed package
- if bodhi_update.variant == 'installed':
- dnf_pkg = bodhi_update.dnf_package
- elif bodhi_update.variant == 'available':
- # Search for package
- for key in self.__installed_packages.keys():
- if self.__installed_packages[key].name == bodhi_update.dnf_package.name:
- dnf_pkg = self.__installed_packages[key]
- break
- else:
- dnf_pkg = None
-
- if dnf_pkg is not None:
- # If we got dnf package
- # fetch info from dnf_pkg
- dnf_values['name'] = dnf_pkg.name
- dnf_values['arch'] = dnf_pkg.arch
- dnf_values['version'] = dnf_pkg.version
- dnf_values['release'] = dnf_pkg.release
-
- # Calculate install time
- now = datetime.datetime.now()
- install_age=(now - datetime.datetime.fromtimestamp(dnf_pkg.installtime))
- if install_age.days > 0:
- dnf_values['installed_timedelta'] = str(install_age.days) + " days"
- elif install_age.seconds / 60 / 60 > 2:
- dnf_values['installed_timedelta'] = str(install_age.seconds / 60 / 60) + " hours"
- else:
- dnf_values['installed_timedelta'] = str(install_age.seconds / 60) + " minutes"
-
- # Calculate package size
- if dnf_pkg.size > 1e6:
- # It's better to display human readable number format
- # for the package size, e.g. 1 M (as does $ dnf info)
- dnf_values['size'] = "{:0.1f} M".format(round(dnf_pkg.size/1e6, 1))
- else:
- dnf_values['size'] = "{:0.1f} k".format(round(dnf_pkg.size/1e3, 1))
- dnf_values['repo'] = dnf_pkg.reponame
- dnf_values['from_repo'] = dnf_pkg.ui_from_repo
- dnf_values['summary'] = dnf_pkg.summary
- dnf_values['url'] = dnf_pkg.url
- dnf_values['license'] = dnf_pkg.license
- dnf_values['description'] = dnf_pkg.description
- dnf_values['installed_version'] = ''
- if bodhi_update.variant == 'available':
- dnf_values['installed_version'] = '(installed version)'
- # Decode all strings found in dnf_values to utf-8
- self.__decode_dict(dnf_values)
- # Map fetched dnf info on the dnf_format_string
- # Add to the final browser string
- text_browser_string += dnf_format_string % dnf_values
-
- ## Related packages
- self.ui.treeWidget_related_packages.clear()
-
- ### Others pkgs category
- item_others = QtGui.QTreeWidgetItem()
- item_others.setText(0, "Other packages")
- self.ui.treeWidget_related_packages.insertTopLevelItem(0, item_others)
- item_others.setExpanded(True)
-
- for key in bodhi_update['relevant_packages']['others'].keys():
- rel_pkg = bodhi_update['relevant_packages']['others'][key]
- pkg = QtGui.QTreeWidgetItem()
- print key
- #pkg.setText(0, str(rel_pkg.name))
- pkg.setToolTip(0, rel_pkg.description)
- item_others.insertChild(0, pkg)
-
- ### Desktop pkgs category
- item_desktop = QtGui.QTreeWidgetItem()
- item_desktop.setText(0, "Desktop packages")
- self.ui.treeWidget_related_packages.insertTopLevelItem(0, item_desktop)
- item_desktop.setExpanded(True)
-
- for key in bodhi_update['relevant_packages']['desktop'].keys():
- rel_pkg = bodhi_update['relevant_packages']['desktop'][key]
- pkg = QtGui.QTreeWidgetItem()
- pkg.setText(0, str(rel_pkg.name))
- pkg.setToolTip(0, rel_pkg.description)
- item_desktop.insertChild(0, pkg)
-
- else:
- print "Not in installed packages"
-
- ## Bodhi info
- bodhi_values = {}
- bodhi_format_string = (
- "Bodhi Info\n"
- " Status: %(status)s\n"
- " Release: %(release)s\n"
- " Update ID: %(updateid)s\n"
- " Builds: %(builds)s"
- " Requested: %(request)s\n"
- " Pushed: %(pushed)s\n"
- " Date Submitted: %(date_submitted)s\n"
- " Date Released: %(date_released)s\n"
- " Submitted: %(submitter)s\n"
- " Karma: %(karma)s\n"
- " Stable Karma: %(stable_karma)s\n"
- " Unstable Karma: %(unstable_karma)s\n"
- )
-
- bodhi_values['status'] = bodhi_update['status']
- bodhi_values['release'] = bodhi_update['release']['long_name']
- bodhi_values['updateid'] = bodhi_update['updateid']
- builds_list = bodhi_update['builds']
- if len(builds_list):
- build_num = 0
- builds_string = ""
- for build_item in builds_list:
- if not build_num:
- # First build name
- builds_string += "%s\n" % build_item['nvr']
+import json
+import pprint
+from pathlib import Path
+from ast import literal_eval
+
+# UI libs
+from PySide2 import QtCore, QtGui, QtWidgets
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+# import UI
+from window import Ui_MainWindow
+from LoginWindow import Ui_Login
+
+
+
+# import Fedora libs
+from bodhi.client.bindings import BodhiClient
+from fedora.client import FasProxyClient, openidbaseclient
+
+location_data = str(Path.home()) + "/.fgk"
+
+
+class Main():
+ def __init__(self):
+
+ self.username = None
+ self.password = None
+ self.login = False
+
+ # init application
+ app = QtWidgets.QApplication(sys.argv)
+ MainWindow = QtWidgets.QMainWindow()
+ self.error = QtWidgets.QApplication([])
+ self.ui = Ui_MainWindow()
+ self.ui.setupUi(MainWindow)
+
+ # login window
+ self.Login = QtWidgets.QDialog()
+ self.ui_login = Ui_Login()
+ self.ui_login.setupUi(self.Login)
+
+
+ # set assets
+ self.bugfix = QtGui.QPixmap("assets/bugfix.png")
+ self.enhancement = QtGui.QPixmap("assets/enhancement.png")
+ self.newpackage = QtGui.QPixmap("assets/new_package.png")
+ self.security = QtGui.QPixmap("assets/security.png")
+
+ # set listeners
+ self.ui.listWidget.itemSelectionChanged.connect(self.selected)
+ self.ui.lineEdit.textEdited.connect(self.searching)
+ self.ui.pushButton.clicked.connect(self.postKarma)
+ self.ui.fetchUpdatesButton.clicked.connect(self.fetchList)
+ self.ui.nextButton.clicked.connect(self.next_page)
+ self.ui.previousButton.clicked.connect(self.previous_page)
+
+
+ # listeners loginPopup
+ self.ui_login.saveButton.clicked.connect(self.save)
+
+
+ # Get Login and fedora version
+ self.loginPopup()
+
+ # Bodhi
+ self.bc = BodhiClient()
+ self.fas = FasProxyClient()
+
+ self.query_args = {}
+ self.query_args['rows_per_page'] = 30
+ self.query_args['page'] = 1
+
+ # fedora Release
+ self.fedoraRelease = self.bc.get_releases()
+ self.release = []
+ for i in self.fedoraRelease['releases']:
+ self.release.append(i['name'])
+ self.ui_login.fedoraReleases.addItems(self.release)
+
+ # setting buttons
+ self.ui.pushButton.setEnabled(0)
+ self.ui.loginButton.clicked.connect(self.loginPopup)
+
+ # Misc
+ self.critpath = False
+
+
+ MainWindow.show()
+ sys.exit(app.exec_())
+
+
+
+ def loginPopup(self):
+ self.Login.show()
+ return(0)
+
+
+ def save(self):
+
+ self.username = self.ui_login.Username.text()
+ self.password = self.ui_login.Password.text()
+ self.query_args['releases'] = self.ui_login.fedoraReleases.currentText()
+ self.Login.close()
+ self.verifyLogin()
+
+ def verifyLogin(self):
+ verification = self.fas.verify_password(self.username, self.password)
+ if(verification):
+ self.ui.usernamLable.setText(self.username)
+ self.ui.loginButton.setText("logout")
+ self.ui.loginButton.clicked.connect(self.logout)
+ self.login = True
+ self.ui.pushButton.setEnabled(1)
else:
- # Second and next builds
- builds_string += "%s%s\n" % (17 * " ", build_item['nvr'])
- build_num += 1
- bodhi_values['builds'] = builds_string
- else:
- bodhi_values['builds'] = "None"
- bodhi_values['request'] = bodhi_update['request']
- bodhi_values['pushed'] = "True" if bodhi_update['date_pushed'] else "False"
- bodhi_values['date_submitted'] = bodhi_update['date_submitted']
- bodhi_values['date_released'] = bodhi_update['date_pushed']
- bodhi_values['submitter'] = bodhi_update['submitter']
- bodhi_values['karma'] = bodhi_update['karma']
- bodhi_values['stable_karma'] = bodhi_update['stable_karma']
- bodhi_values['unstable_karma'] = bodhi_update['unstable_karma']
- bodhi_values['notes'] = bodhi_update['notes']
- bodhi_values['bodhi_url'] = bodhi_update['bodhi_url']
- # Decode all strings found in bodhi_values to utf-8
- self.__decode_dict(bodhi_values)
- # Map fetched bodhi info on the bodhi_format_string
- # Add to the final browser string
- text_browser_string += bodhi_format_string % bodhi_values
-
- # First descriptions
- descriptions_values = {}
- descriptions_values['dnf_description'] = dnf_values['description']
- descriptions_values['bodhi_notes'] = bodhi_values['notes'].replace('\n', '
')
- text_browser_descriptions = (
- "Dnf description "
- "%(dnf_description)s\n\n"
- "Bodhi update notes
"
- "%(bodhi_notes)s\n\n"
- )
- text_browser_desc_string = text_browser_descriptions % descriptions_values
-
- # Set final browser string text
- self.ui.textBrowser.setHtml('' + text_browser_desc_string + text_browser_string + '
')
-
- ## Bugs
- self.ui.treeWidget_bugs.clear()
- if bodhi_update['bugs_by_id']:
- for key in bodhi_update['bugs_by_id']:
- bug = QtGui.QTreeWidgetItem()
- bug.setText(0, str(key))
- bug.setText(1, str(bodhi_update['bugs_by_id'][key].encode('utf-8')))
- # Set tooltip with bug title
- bug.setToolTip(0, str(bodhi_update['bugs_by_id'][key].encode('utf-8')))
- bug.setToolTip(1, str(bodhi_update['bugs_by_id'][key].encode('utf-8')))
- self.ui.treeWidget_bugs.insertTopLevelItem(0, bug)
-
- ## Test cases
- self.ui.treeWidget_test_cases.clear()
- test_cases_list = bodhi_update['test_cases']
- if len(test_cases_list):
- for test_case_item in reversed(test_cases_list):
- tc = QtGui.QTreeWidgetItem()
- tc.setText(0, str(test_case_item))
- self.ui.treeWidget_test_cases.insertTopLevelItem(0, tc)
-
- ## Feedback
- self.ui.treeWidget_feedback.clear()
- comments = bodhi_update['formatted_comments']
-
- ## Prepare brushes
- green_brush = QtGui.QBrush(QtCore.Qt.darkGreen)
- red_brush = QtGui.QBrush(QtCore.Qt.red)
-
- ## Load comments
- if comments:
- for i in comments:
- comment = CustomTreeWidgetItem()
- comment_font = comment.font(1)
-
- # Set color and font weight for karma
- if i['karma'] == 1:
- comment.setForeground(1, green_brush)
- comment_font.setBold(True)
- if i['karma'] == -1:
- comment.setForeground(1, red_brush)
- comment_font.setBold(True)
-
- # Set font
- comment.setFont(1, comment_font)
- # Set vertical alignment to Top
- comment.setTextAlignment(0, QtCore.Qt.AlignTop)
- comment.setTextAlignment(1, QtCore.Qt.AlignTop)
- comment.setTextAlignment(2, QtCore.Qt.AlignTop)
- comment.setTextAlignment(3, QtCore.Qt.AlignTop)
- # Fill it with text
- comment.setText(0, str(i['ord']))
- comment.setText(1, str(i['karma']))
- comment.setText(2, i['author'])
- comment.setText(3, i['text'])
- comment.setToolTip(3, i['text'])
- self.ui.treeWidget_feedback.insertTopLevelItem(0, comment)
-
- # Settings
- ## Toggle radio button normal/favorite/ignored pkg
- if bodhi_update['parsed_nvr']['name'] in self.config.favorited_packages:
- self.ui.settings_pkg_cat_favorite.setChecked(True)
- elif bodhi_update['parsed_nvr']['name'] in self.config.ignored_packages:
- self.ui.settings_pkg_cat_ignored.setChecked(True)
- else:
- self.ui.settings_pkg_cat_normal.setChecked(True)
-
-
- def exit_threads(self):
- # Try to properly exit threads
- # This still need work
- if not self.pkg_worker.isRunning():
- self.pkg_worker.exit()
-
- for i in range(self.__BODHI_WORKERS_COUNT):
- if not self.bodhi_workers[i].isRunning():
- self.bodhi_workers[i].exit()
-
-def main():
- app = QtGui.QApplication(sys.argv)
- win = MainWindow()
- win.show()
- ret = app.exec_()
- win.dispatcher.stop()
- win.exit_threads()
- sys.exit(ret)
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("Wrong Username or Password \n close to continue without login")
+ error_dialog.exec_()
+ self.loginPopup()
+
+ def logout(self):
+ self.username = None
+ self.password = None
+ self.login = None
+ self.ui.usernamLable.setText("Username")
+ self.ui.loginButton.setText("login")
+ self.ui.loginButton.clicked.connect(self.loginPopup)
+ self.ui.pushButton.setEnabled(0)
+
+
+
+
+ # fetch the list of updates
+ def fetchList(self, cached_data):
+ try:
+ self.ui.listWidget.clear()
+ if(cached_data):
+ self.data = json.load(open(cached_data, "r"))
+ else:
+ self.data = self.bc.query(**self.query_args)
+ for p in self.data['updates']:
+ self.ui.listWidget.addItem(p['title'])
+ self.cache()
+ except Exception as e:
+ print(e)
+ pass
+
+
+ # page controllers
+ def next_page(self):
+ try:
+ self.query_args["page"] = int(self.query_args["page"]) + 1
+ self.ui.PageNum.setText(str(self.query_args["page"]))
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+ self.fetchList(self.directory)
+
+ except Exception as e:
+ print(e)
+
+ def previous_page(self):
+ try:
+
+ if (int(self.query_args["page"]) > 1):
+ self.query_args["page"] = int(self.query_args["page"]) - 1
+ self.ui.PageNum.setText(str(self.query_args["page"]))
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+
+ self.fetchList(self.directory)
+
+ except Exception as e:
+ print(e)
+
+ # cache function
+ def cache(self):
+ try:
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+
+ # check dir
+ os.makedirs(os.path.dirname( self.directory ), exist_ok=True)
+ with open(self.directory, "w") as f:
+ f.write(json.dumps(self.data))
+ except Exception as e:
+ print(e)
+
+ # custom comment function for critpath
+ def comment(self, update, comment, karma=0, critpath = None):
+ try:
+ if (critpath == None):
+ x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'csrf_token': self.bc1.csrf()})
+ else:
+ x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'karma_critpath': critpath ,'csrf_token': self.bc1.csrf()})
+ return(x)
+ except Exception as e:
+ print(e)
+
+ def postKarma(self):
+ t = self.ui.Package_breif.text()
+ print(t)
+ if (not self.login):
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("login before posting karma")
+ error_dialog.exec_()
+ else:
+ try:
+ if(self.critpath == True):
+ self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
+ response = self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText(),self.ui.critpathBox.currentText())
+ elif(self.critpath == False):
+ self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
+ response = self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText())
+ print(self.username,response)
+
+ except Exception as e:
+ print(e)
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage(str(e))
+ error_dialog.exec_()
+
+
+
+ # selecting the update
+ def populateComments()
+ try:
+
+ for comments in t['comments']:
+ comment = QtWidgets.QTreeWidgetItem()
+ comment.setText(0, str(comments['id']))
+ comment.setText(1, str(comments['karma']))
+ comment.setText(2, str(comments['karma_critpath']))
+ comment.setText(3, str(comments['user']['name']))
+ comment.setText(4, str(comments['text']))
+ self.ui.treeWidget_comment.insertTopLevelItem(0,comment)
+ except:
+ pass
+
+
+
+
+ # changes the display text on selection.
+ def selected(self):
+ try:
+ t = self.ui.listWidget.selectedItems()
+ for p in self.data['updates']:
+ if p['title']== t[0].text():
+ self.ui.Package_name_main.setText(p['title'])
+ self.ui.Package_breif.setText(p['alias'])
+ self.ui.Status.setText(p['status'])
+ self.ui.Date_submitted.setText(p["date_submitted"])
+ self.ui.Submit_user.setText(p['user']['name'])
+ self.ui.Request.setText(p['request'])
+ self.ui.Karma.setText(str(p['karma']))
+ self.ui.Release_notes.setText(p['notes'])
+ self.ui.treeWidget_comment.clear()
+ self.populateComments(p)
+ if(p["type"] == "enhancement"):
+ self.ui.UpdateType.setPixmap(self.enhancement)
+ elif(p["type"] == "bugfix"):
+ self.ui.UpdateType.setPixmap(self.bugfix)
+ elif(p["type"] == "security"):
+ self.ui.UpdateType.setPixmap(self.security)
+ elif(p["type"] == "newpackage"):
+ self.ui.UpdateType.setPixmap(self.newpackage)
+
+ if(p['critpath'] == True):
+ self.ui.critpathBox.setVisible(1)
+ self.ui.critpathText.setVisible(1)
+ self.critpath = True
+ if(p['critpath'] == False):
+ self.ui.critpathBox.setVisible(0)
+ self.ui.critpathText.setVisible(0)
+ self.critpath = False
+
+
+ except Exception as e:
+ print(e)
+ pass
+
+
+ # using the search bar
+ def searching(self):
+ try:
+ self.ui.listWidget.clear()
+ for p in self.data['updates']:
+ if str(self.ui.lineEdit.text()) in p['title']:
+ self.ui.listWidget.addItem(p['title'])
+ pass
+ except Exception as e:
+ print(e)
-if __name__ == "__main__":
- main()
-# vim: set expandtab ts=4 sts=4 sw=4 :
+if __name__ == "__main__":
+ app = Main()
\ No newline at end of file
diff --git a/src/idlequeue.py b/src/idlequeue.py
deleted file mode 100644
index ceae2ba..0000000
--- a/src/idlequeue.py
+++ /dev/null
@@ -1,36 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Inspired by: http://code.activestate.com/recipes/578299-pyqt-pyside-
-# thread-safe-global-queue-main-loop-int/
-
-import Queue
-
-# Queue for main thread
-idle_loop = Queue.Queue()
-
-def main_thread_call(func, *args, **kwargs):
- def idle():
- func(*args, **kwargs)
- return False
- idle_loop.put(idle)
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/idlequeuedispatcher.py b/src/idlequeuedispatcher.py
deleted file mode 100644
index d11deff..0000000
--- a/src/idlequeuedispatcher.py
+++ /dev/null
@@ -1,54 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Inspired by: http://code.activestate.com/recipes/578299-pyqt-pyside-
-# thread-safe-global-queue-main-loop-int/
-
-from PySide.QtGui import *
-from PySide.QtCore import *
-
-from idlequeue import idle_loop
-
-
-class ThreadDispatcher(QThread):
- def __init__(self, parent):
- QThread.__init__(self)
- self.parent = parent
-
- def run(self):
- while True:
- callback = idle_loop.get()
- if callback is None:
- break
- QApplication.postEvent(self.parent, _Event(callback))
-
- def stop(self):
- idle_loop.put(None)
- self.wait()
-
-class _Event(QEvent):
- EVENT_TYPE = QEvent.Type(QEvent.registerEventType())
-
- def __init__(self, callback):
- QEvent.__init__(self, _Event.EVENT_TYPE)
- self.callback = callback
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/mainwindow_gui.py b/src/mainwindow_gui.py
deleted file mode 100644
index 79fdf5b..0000000
--- a/src/mainwindow_gui.py
+++ /dev/null
@@ -1,481 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file 'ui/mainwindow.ui'
-#
-# Created: Sat Sep 21 23:44:03 2013
-# by: pyside-uic 0.2.13 running on PySide 1.1.0
-#
-# WARNING! All changes made in this file will be lost!
-
-from PySide import QtCore, QtGui
-import qrc_resources
-
-class Ui_MainWindow(object):
- def setupUi(self, MainWindow):
- MainWindow.setObjectName("MainWindow")
- MainWindow.resize(1002, 772)
- self.centralwidget = QtGui.QWidget(MainWindow)
- self.centralwidget.setObjectName("centralwidget")
- self.centralWidgetSplitter = QtGui.QVBoxLayout(self.centralwidget)
- self.centralWidgetSplitter.setObjectName("centralWidgetSplitter")
- self.horizontalLayout_4 = QtGui.QHBoxLayout()
- self.horizontalLayout_4.setObjectName("horizontalLayout_4")
- self.pkgLists = QtGui.QWidget(self.centralwidget)
- self.pkgLists.setMaximumSize(QtCore.QSize(300, 16777215))
- self.pkgLists.setObjectName("pkgLists")
- self.verticalLayout = QtGui.QVBoxLayout(self.pkgLists)
- self.verticalLayout.setContentsMargins(0, 0, 0, 0)
- self.verticalLayout.setObjectName("verticalLayout")
- self.groupBox = QtGui.QGroupBox(self.pkgLists)
- self.groupBox.setCheckable(False)
- self.groupBox.setObjectName("groupBox")
- self.verticalLayout_5 = QtGui.QVBoxLayout(self.groupBox)
- self.verticalLayout_5.setObjectName("verticalLayout_5")
- self.horizontalLayout_2 = QtGui.QHBoxLayout()
- self.horizontalLayout_2.setObjectName("horizontalLayout_2")
- self.searchEdit = QtGui.QLineEdit(self.groupBox)
- font = QtGui.QFont()
- font.setItalic(True)
- self.searchEdit.setFont(font)
- self.searchEdit.setInputMask("")
- self.searchEdit.setText("")
- self.searchEdit.setObjectName("searchEdit")
- self.horizontalLayout_2.addWidget(self.searchEdit)
- self.pushButton = QtGui.QPushButton(self.groupBox)
- self.pushButton.setObjectName("pushButton")
- self.horizontalLayout_2.addWidget(self.pushButton)
- self.verticalLayout_5.addLayout(self.horizontalLayout_2)
- self.karmaCheckBox = QtGui.QCheckBox(self.groupBox)
- self.karmaCheckBox.setChecked(False)
- self.karmaCheckBox.setObjectName("karmaCheckBox")
- self.verticalLayout_5.addWidget(self.karmaCheckBox)
- self.karmaFilterWidget = QtGui.QWidget(self.groupBox)
- self.karmaFilterWidget.setMinimumSize(QtCore.QSize(0, 0))
- self.karmaFilterWidget.setObjectName("karmaFilterWidget")
- self.verticalLayout_8 = QtGui.QVBoxLayout(self.karmaFilterWidget)
- self.verticalLayout_8.setContentsMargins(0, 0, 0, 0)
- self.verticalLayout_8.setObjectName("verticalLayout_8")
- self.karmaFilterUserCombo = QtGui.QComboBox(self.karmaFilterWidget)
- self.karmaFilterUserCombo.setObjectName("karmaFilterUserCombo")
- self.karmaFilterUserCombo.addItem("")
- self.karmaFilterUserCombo.addItem("")
- self.verticalLayout_8.addWidget(self.karmaFilterUserCombo)
- self.karmaUsernameEdit = QtGui.QLineEdit(self.karmaFilterWidget)
- self.karmaUsernameEdit.setDragEnabled(False)
- self.karmaUsernameEdit.setObjectName("karmaUsernameEdit")
- self.verticalLayout_8.addWidget(self.karmaUsernameEdit)
- self.verticalLayout_5.addWidget(self.karmaFilterWidget)
- self.horizontalLayout = QtGui.QHBoxLayout()
- self.horizontalLayout.setObjectName("horizontalLayout")
- self.installedBtn = QtGui.QPushButton(self.groupBox)
- self.installedBtn.setCheckable(True)
- self.installedBtn.setChecked(True)
- self.installedBtn.setAutoDefault(False)
- self.installedBtn.setDefault(False)
- self.installedBtn.setFlat(False)
- self.installedBtn.setObjectName("installedBtn")
- self.horizontalLayout.addWidget(self.installedBtn)
- self.availableBtn = QtGui.QPushButton(self.groupBox)
- self.availableBtn.setCheckable(True)
- self.availableBtn.setChecked(False)
- self.availableBtn.setAutoDefault(False)
- self.availableBtn.setDefault(False)
- self.availableBtn.setFlat(False)
- self.availableBtn.setObjectName("availableBtn")
- self.horizontalLayout.addWidget(self.availableBtn)
- self.verticalLayout_5.addLayout(self.horizontalLayout)
- self.verticalLayout.addWidget(self.groupBox)
- self.pkgList = QtGui.QListWidget(self.pkgLists)
- self.pkgList.setFrameShadow(QtGui.QFrame.Sunken)
- self.pkgList.setTabKeyNavigation(False)
- self.pkgList.setObjectName("pkgList")
- self.verticalLayout.addWidget(self.pkgList)
- self.horizontalLayout_5 = QtGui.QHBoxLayout()
- self.horizontalLayout_5.setObjectName("horizontalLayout_5")
- self.releaseComboBox = QtGui.QComboBox(self.pkgLists)
- self.releaseComboBox.setObjectName("releaseComboBox")
- self.horizontalLayout_5.addWidget(self.releaseComboBox)
- self.loadPackagesBtn = QtGui.QPushButton(self.pkgLists)
- self.loadPackagesBtn.setObjectName("loadPackagesBtn")
- self.horizontalLayout_5.addWidget(self.loadPackagesBtn)
- self.verticalLayout.addLayout(self.horizontalLayout_5)
- self.horizontalLayout_4.addWidget(self.pkgLists)
- self.tabWidget = QtGui.QTabWidget(self.centralwidget)
- sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Maximum, QtGui.QSizePolicy.Maximum)
- sizePolicy.setHorizontalStretch(6)
- sizePolicy.setVerticalStretch(0)
- sizePolicy.setHeightForWidth(self.tabWidget.sizePolicy().hasHeightForWidth())
- self.tabWidget.setSizePolicy(sizePolicy)
- self.tabWidget.setMaximumSize(QtCore.QSize(9000, 9000))
- self.tabWidget.setMouseTracking(False)
- self.tabWidget.setStyleSheet("")
- self.tabWidget.setObjectName("tabWidget")
- self.tabWhatToTest = QtGui.QWidget()
- self.tabWhatToTest.setAutoFillBackground(False)
- self.tabWhatToTest.setStyleSheet("")
- self.tabWhatToTest.setObjectName("tabWhatToTest")
- self.horizontalLayout_6 = QtGui.QHBoxLayout(self.tabWhatToTest)
- self.horizontalLayout_6.setObjectName("horizontalLayout_6")
- self.toolBoxWhatToTest = QtGui.QToolBox(self.tabWhatToTest)
- self.toolBoxWhatToTest.setObjectName("toolBoxWhatToTest")
- self.toolBoxWelcome = QtGui.QWidget()
- self.toolBoxWelcome.setGeometry(QtCore.QRect(0, 0, 84, 84))
- self.toolBoxWelcome.setObjectName("toolBoxWelcome")
- self.verticalLayout_7 = QtGui.QVBoxLayout(self.toolBoxWelcome)
- self.verticalLayout_7.setObjectName("verticalLayout_7")
- self.textBrowser_2 = QtGui.QTextBrowser(self.toolBoxWelcome)
- self.textBrowser_2.setStyleSheet("background-color: rgba(255, 255, 255, 0);")
- self.textBrowser_2.setFrameShadow(QtGui.QFrame.Plain)
- self.textBrowser_2.setObjectName("textBrowser_2")
- self.verticalLayout_7.addWidget(self.textBrowser_2)
- self.toolBoxWhatToTest.addItem(self.toolBoxWelcome, "")
- self.toolBoxNegativeKarma = QtGui.QWidget()
- self.toolBoxNegativeKarma.setGeometry(QtCore.QRect(0, 0, 602, 103))
- self.toolBoxNegativeKarma.setObjectName("toolBoxNegativeKarma")
- self.verticalLayout_9 = QtGui.QVBoxLayout(self.toolBoxNegativeKarma)
- self.verticalLayout_9.setObjectName("verticalLayout_9")
- self.label_6 = QtGui.QLabel(self.toolBoxNegativeKarma)
- self.label_6.setObjectName("label_6")
- self.verticalLayout_9.addWidget(self.label_6)
- self.tool_pkg_list_negative = QtGui.QTreeWidget(self.toolBoxNegativeKarma)
- self.tool_pkg_list_negative.setObjectName("tool_pkg_list_negative")
- self.verticalLayout_9.addWidget(self.tool_pkg_list_negative)
- self.toolBoxWhatToTest.addItem(self.toolBoxNegativeKarma, "")
- self.toolBoxRunning = QtGui.QWidget()
- self.toolBoxRunning.setGeometry(QtCore.QRect(0, 0, 712, 454))
- self.toolBoxRunning.setObjectName("toolBoxRunning")
- self.verticalLayout_12 = QtGui.QVBoxLayout(self.toolBoxRunning)
- self.verticalLayout_12.setObjectName("verticalLayout_12")
- self.tool_pkg_list_running = QtGui.QTreeWidget(self.toolBoxRunning)
- self.tool_pkg_list_running.setObjectName("tool_pkg_list_running")
- self.verticalLayout_12.addWidget(self.tool_pkg_list_running)
- self.toolBoxWhatToTest.addItem(self.toolBoxRunning, "")
- self.toolBoxFavorite = QtGui.QWidget()
- self.toolBoxFavorite.setGeometry(QtCore.QRect(0, 0, 361, 122))
- self.toolBoxFavorite.setObjectName("toolBoxFavorite")
- self.toolBoxFavoriteLayout = QtGui.QVBoxLayout(self.toolBoxFavorite)
- self.toolBoxFavoriteLayout.setObjectName("toolBoxFavoriteLayout")
- self.tool_pkg_list_favorite = QtGui.QTreeWidget(self.toolBoxFavorite)
- self.tool_pkg_list_favorite.setObjectName("tool_pkg_list_favorite")
- self.toolBoxFavoriteLayout.addWidget(self.tool_pkg_list_favorite)
- self.horizontalLayout_7 = QtGui.QHBoxLayout()
- self.horizontalLayout_7.setContentsMargins(-1, 0, -1, -1)
- self.horizontalLayout_7.setObjectName("horizontalLayout_7")
- self.tool_add_remove_pkg = QtGui.QWidget(self.toolBoxFavorite)
- self.tool_add_remove_pkg.setMinimumSize(QtCore.QSize(0, 0))
- self.tool_add_remove_pkg.setObjectName("tool_add_remove_pkg")
- self.horizontalLayout_9 = QtGui.QHBoxLayout(self.tool_add_remove_pkg)
- self.horizontalLayout_9.setContentsMargins(0, 0, 0, 0)
- self.horizontalLayout_9.setObjectName("horizontalLayout_9")
- self.btn_tool_remove_pkg = QtGui.QPushButton(self.tool_add_remove_pkg)
- self.btn_tool_remove_pkg.setObjectName("btn_tool_remove_pkg")
- self.horizontalLayout_9.addWidget(self.btn_tool_remove_pkg)
- spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
- self.horizontalLayout_9.addItem(spacerItem)
- self.tool_pkg_name = QtGui.QLineEdit(self.tool_add_remove_pkg)
- self.tool_pkg_name.setObjectName("tool_pkg_name")
- self.horizontalLayout_9.addWidget(self.tool_pkg_name)
- self.btn_tool_add_pkg = QtGui.QPushButton(self.tool_add_remove_pkg)
- self.btn_tool_add_pkg.setObjectName("btn_tool_add_pkg")
- self.horizontalLayout_9.addWidget(self.btn_tool_add_pkg)
- self.horizontalLayout_7.addWidget(self.tool_add_remove_pkg)
- self.toolBoxFavoriteLayout.addLayout(self.horizontalLayout_7)
- self.toolBoxWhatToTest.addItem(self.toolBoxFavorite, "")
- self.toolBoxIgnored = QtGui.QWidget()
- self.toolBoxIgnored.setGeometry(QtCore.QRect(0, 0, 84, 84))
- self.toolBoxIgnored.setObjectName("toolBoxIgnored")
- self.toolBoxIgnoredLayout = QtGui.QVBoxLayout(self.toolBoxIgnored)
- self.toolBoxIgnoredLayout.setObjectName("toolBoxIgnoredLayout")
- self.tool_pkg_list_ignored = QtGui.QTreeWidget(self.toolBoxIgnored)
- self.tool_pkg_list_ignored.setObjectName("tool_pkg_list_ignored")
- self.toolBoxIgnoredLayout.addWidget(self.tool_pkg_list_ignored)
- self.toolBoxWhatToTest.addItem(self.toolBoxIgnored, "")
- self.horizontalLayout_6.addWidget(self.toolBoxWhatToTest)
- self.tabWidget.addTab(self.tabWhatToTest, "")
- self.TabInfo = QtGui.QWidget()
- self.TabInfo.setCursor(QtCore.Qt.ArrowCursor)
- self.TabInfo.setStyleSheet("")
- self.TabInfo.setObjectName("TabInfo")
- self.verticalLayout_4 = QtGui.QVBoxLayout(self.TabInfo)
- self.verticalLayout_4.setObjectName("verticalLayout_4")
- self.tabWidget_side = QtGui.QTabWidget(self.TabInfo)
- self.tabWidget_side.setTabPosition(QtGui.QTabWidget.East)
- self.tabWidget_side.setObjectName("tabWidget_side")
- self.tabPkg_info = QtGui.QWidget()
- self.tabPkg_info.setObjectName("tabPkg_info")
- self.verticalLayout_6 = QtGui.QVBoxLayout(self.tabPkg_info)
- self.verticalLayout_6.setObjectName("verticalLayout_6")
- self.splitter_6 = QtGui.QSplitter(self.tabPkg_info)
- self.splitter_6.setOrientation(QtCore.Qt.Vertical)
- self.splitter_6.setObjectName("splitter_6")
- self.splitter_7 = QtGui.QSplitter(self.splitter_6)
- self.splitter_7.setOrientation(QtCore.Qt.Horizontal)
- self.splitter_7.setObjectName("splitter_7")
- self.layoutWidget_2 = QtGui.QWidget(self.splitter_7)
- self.layoutWidget_2.setObjectName("layoutWidget_2")
- self.verticalLayout_11 = QtGui.QVBoxLayout(self.layoutWidget_2)
- self.verticalLayout_11.setContentsMargins(0, 0, 0, 0)
- self.verticalLayout_11.setObjectName("verticalLayout_11")
- self.pkgNameLabel = QtGui.QLabel(self.layoutWidget_2)
- font = QtGui.QFont()
- font.setPointSize(16)
- self.pkgNameLabel.setFont(font)
- self.pkgNameLabel.setCursor(QtCore.Qt.ArrowCursor)
- self.pkgNameLabel.setMouseTracking(False)
- self.pkgNameLabel.setFocusPolicy(QtCore.Qt.NoFocus)
- self.pkgNameLabel.setAcceptDrops(False)
- self.pkgNameLabel.setTextInteractionFlags(QtCore.Qt.LinksAccessibleByMouse|QtCore.Qt.TextSelectableByMouse)
- self.pkgNameLabel.setObjectName("pkgNameLabel")
- self.verticalLayout_11.addWidget(self.pkgNameLabel)
- self.textBrowser = QtGui.QTextBrowser(self.layoutWidget_2)
- font = QtGui.QFont()
- font.setFamily("Monospace")
- font.setPointSize(8)
- self.textBrowser.setFont(font)
- self.textBrowser.setStyleSheet("")
- self.textBrowser.setObjectName("textBrowser")
- self.verticalLayout_11.addWidget(self.textBrowser)
- self.splitter_8 = QtGui.QSplitter(self.splitter_7)
- self.splitter_8.setOrientation(QtCore.Qt.Vertical)
- self.splitter_8.setObjectName("splitter_8")
- self.treeWidget_bugs = QtGui.QTreeWidget(self.splitter_8)
- self.treeWidget_bugs.setProperty("cursor", QtCore.Qt.ArrowCursor)
- self.treeWidget_bugs.setVerticalScrollBarPolicy(QtCore.Qt.ScrollBarAsNeeded)
- self.treeWidget_bugs.setHorizontalScrollBarPolicy(QtCore.Qt.ScrollBarAsNeeded)
- self.treeWidget_bugs.setRootIsDecorated(False)
- self.treeWidget_bugs.setWordWrap(False)
- self.treeWidget_bugs.setColumnCount(2)
- self.treeWidget_bugs.setObjectName("treeWidget_bugs")
- self.treeWidget_test_cases = QtGui.QTreeWidget(self.splitter_8)
- self.treeWidget_test_cases.setRootIsDecorated(False)
- self.treeWidget_test_cases.setObjectName("treeWidget_test_cases")
- self.treeWidget_related_packages = QtGui.QTreeWidget(self.splitter_8)
- self.treeWidget_related_packages.setObjectName("treeWidget_related_packages")
- self.verticalLayout_6.addWidget(self.splitter_6)
- self.tabWidget_side.addTab(self.tabPkg_info, "")
- self.tabPkg_karma = QtGui.QWidget()
- self.tabPkg_karma.setObjectName("tabPkg_karma")
- self.verticalLayout_13 = QtGui.QVBoxLayout(self.tabPkg_karma)
- self.verticalLayout_13.setObjectName("verticalLayout_13")
- self.verticalLayout_2 = QtGui.QVBoxLayout()
- self.verticalLayout_2.setObjectName("verticalLayout_2")
- self.label = QtGui.QLabel(self.tabPkg_karma)
- font = QtGui.QFont()
- font.setPointSize(16)
- self.label.setFont(font)
- self.label.setObjectName("label")
- self.verticalLayout_2.addWidget(self.label)
- self.horizontalLayout_8 = QtGui.QHBoxLayout()
- self.horizontalLayout_8.setObjectName("horizontalLayout_8")
- self.usernameEdit = QtGui.QLineEdit(self.tabPkg_karma)
- self.usernameEdit.setObjectName("usernameEdit")
- self.horizontalLayout_8.addWidget(self.usernameEdit)
- self.passwordEdit = QtGui.QLineEdit(self.tabPkg_karma)
- self.passwordEdit.setEchoMode(QtGui.QLineEdit.Password)
- self.passwordEdit.setObjectName("passwordEdit")
- self.horizontalLayout_8.addWidget(self.passwordEdit)
- self.karmaBox = QtGui.QComboBox(self.tabPkg_karma)
- self.karmaBox.setObjectName("karmaBox")
- self.karmaBox.addItem("")
- self.karmaBox.addItem("")
- self.karmaBox.addItem("")
- self.horizontalLayout_8.addWidget(self.karmaBox)
- self.sendBtn = QtGui.QPushButton(self.tabPkg_karma)
- self.sendBtn.setObjectName("sendBtn")
- self.horizontalLayout_8.addWidget(self.sendBtn)
- self.verticalLayout_2.addLayout(self.horizontalLayout_8)
-
- self.fasCheckBox = QtGui.QCheckBox(self.groupBox)
- self.fasCheckBox.setChecked(True)
- self.fasCheckBox.setObjectName("fasCheckBox")
- self.verticalLayout_2.addWidget(self.fasCheckBox)
-
- self.label_2 = QtGui.QLabel(self.tabPkg_karma)
- font = QtGui.QFont()
- font.setPointSize(16)
- self.label_2.setFont(font)
- self.label_2.setObjectName("label_2")
- self.verticalLayout_2.addWidget(self.label_2)
- self.splitter = QtGui.QSplitter(self.tabPkg_karma)
- self.splitter.setOrientation(QtCore.Qt.Vertical)
- self.splitter.setHandleWidth(6)
- self.splitter.setObjectName("splitter")
- self.commentEdit = QtGui.QPlainTextEdit(self.splitter)
- self.commentEdit.setMaximumSize(QtCore.QSize(16777215, 80))
- self.commentEdit.setObjectName("commentEdit")
- self.treeWidget_feedback = QtGui.QTreeWidget(self.splitter)
- self.treeWidget_feedback.setMinimumSize(QtCore.QSize(0, 0))
- self.treeWidget_feedback.setRootIsDecorated(False)
- self.treeWidget_feedback.setUniformRowHeights(False)
- self.treeWidget_feedback.setObjectName("treeWidget_feedback")
- self.treeWidget_feedback.header().setCascadingSectionResizes(False)
- self.treeWidget_feedback.header().setMinimumSectionSize(30)
- self.verticalLayout_2.addWidget(self.splitter)
- self.verticalLayout_13.addLayout(self.verticalLayout_2)
- self.tabWidget_side.addTab(self.tabPkg_karma, "")
- self.tabPkg_settings = QtGui.QWidget()
- self.tabPkg_settings.setObjectName("tabPkg_settings")
- self.verticalLayout_10 = QtGui.QVBoxLayout(self.tabPkg_settings)
- self.verticalLayout_10.setObjectName("verticalLayout_10")
- self.formLayout = QtGui.QFormLayout()
- self.formLayout.setFieldGrowthPolicy(QtGui.QFormLayout.ExpandingFieldsGrow)
- self.formLayout.setObjectName("formLayout")
- self.label_7 = QtGui.QLabel(self.tabPkg_settings)
- self.label_7.setObjectName("label_7")
- self.formLayout.setWidget(6, QtGui.QFormLayout.LabelRole, self.label_7)
- self.settings_pkg_cat_normal = QtGui.QRadioButton(self.tabPkg_settings)
- self.settings_pkg_cat_normal.setChecked(True)
- self.settings_pkg_cat_normal.setObjectName("settings_pkg_cat_normal")
- self.formLayout.setWidget(6, QtGui.QFormLayout.FieldRole, self.settings_pkg_cat_normal)
- self.settings_pkg_cat_favorite = QtGui.QRadioButton(self.tabPkg_settings)
- self.settings_pkg_cat_favorite.setObjectName("settings_pkg_cat_favorite")
- self.formLayout.setWidget(7, QtGui.QFormLayout.FieldRole, self.settings_pkg_cat_favorite)
- self.settings_pkg_cat_ignored = QtGui.QRadioButton(self.tabPkg_settings)
- self.settings_pkg_cat_ignored.setObjectName("settings_pkg_cat_ignored")
- self.formLayout.setWidget(8, QtGui.QFormLayout.FieldRole, self.settings_pkg_cat_ignored)
- self.pkg_settings_open_bodhi_update = QtGui.QPushButton(self.tabPkg_settings)
- self.pkg_settings_open_bodhi_update.setObjectName("pkg_settings_open_bodhi_update")
- self.formLayout.setWidget(3, QtGui.QFormLayout.FieldRole, self.pkg_settings_open_bodhi_update)
- self.pkg_settings_download_source_rpm = QtGui.QPushButton(self.tabPkg_settings)
- self.pkg_settings_download_source_rpm.setObjectName("pkg_settings_download_source_rpm")
- self.formLayout.setWidget(4, QtGui.QFormLayout.FieldRole, self.pkg_settings_download_source_rpm)
-
- self.pkg_settings_install_source_rpm = QtGui.QPushButton(self.tabPkg_settings)
- self.pkg_settings_install_source_rpm.setObjectName("pkg_settings_install_source_rpm")
- self.formLayout.setWidget(5, QtGui.QFormLayout.FieldRole, self.pkg_settings_install_source_rpm)
- self.label_8 = QtGui.QLabel(self.tabPkg_settings)
- self.label_8.setObjectName("label_8")
- self.formLayout.setWidget(3, QtGui.QFormLayout.LabelRole, self.label_8)
- self.verticalLayout_10.addLayout(self.formLayout)
- self.tabWidget_side.addTab(self.tabPkg_settings, "")
- self.verticalLayout_4.addWidget(self.tabWidget_side)
- self.tabWidget.addTab(self.TabInfo, "")
- self.horizontalLayout_4.addWidget(self.tabWidget)
- self.centralWidgetSplitter.addLayout(self.horizontalLayout_4)
- self.statusList = QtGui.QListWidget(self.centralwidget)
- sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Maximum)
- sizePolicy.setHorizontalStretch(0)
- sizePolicy.setVerticalStretch(0)
- sizePolicy.setHeightForWidth(self.statusList.sizePolicy().hasHeightForWidth())
- self.statusList.setSizePolicy(sizePolicy)
- self.statusList.setMaximumSize(QtCore.QSize(16777215, 80))
- self.statusList.setMouseTracking(True)
- self.statusList.setSelectionMode(QtGui.QAbstractItemView.NoSelection)
- self.statusList.setObjectName("statusList")
- self.centralWidgetSplitter.addWidget(self.statusList)
- MainWindow.setCentralWidget(self.centralwidget)
- self.menubar = QtGui.QMenuBar(MainWindow)
- self.menubar.setGeometry(QtCore.QRect(0, 0, 1002, 21))
- self.menubar.setObjectName("menubar")
- self.menuFile = QtGui.QMenu(self.menubar)
- self.menuFile.setObjectName("menuFile")
- self.menuHelp = QtGui.QMenu(self.menubar)
- self.menuHelp.setObjectName("menuHelp")
- MainWindow.setMenuBar(self.menubar)
- self.statusBar = QtGui.QStatusBar(MainWindow)
- self.statusBar.setObjectName("statusBar")
- MainWindow.setStatusBar(self.statusBar)
- self.actionQuit = QtGui.QAction(MainWindow)
- self.actionQuit.setObjectName("actionQuit")
- self.actionAbout = QtGui.QAction(MainWindow)
- self.actionAbout.setObjectName("actionAbout")
- self.menuFile.addAction(self.actionQuit)
- self.menuHelp.addAction(self.actionAbout)
- self.menubar.addAction(self.menuFile.menuAction())
- self.menubar.addAction(self.menuHelp.menuAction())
-
- self.retranslateUi(MainWindow)
- self.tabWidget.setCurrentIndex(1)
- self.toolBoxWhatToTest.setCurrentIndex(2)
- self.tabWidget_side.setCurrentIndex(0)
- self.karmaBox.setCurrentIndex(1)
- QtCore.QObject.connect(self.karmaCheckBox, QtCore.SIGNAL("toggled(bool)"), self.karmaFilterWidget.setShown)
- QtCore.QObject.connect(self.pushButton, QtCore.SIGNAL("clicked()"), self.searchEdit.clear)
- QtCore.QMetaObject.connectSlotsByName(MainWindow)
- MainWindow.setTabOrder(self.karmaBox, self.sendBtn)
- MainWindow.setTabOrder(self.sendBtn, self.loadPackagesBtn)
- MainWindow.setTabOrder(self.loadPackagesBtn, self.availableBtn)
- MainWindow.setTabOrder(self.availableBtn, self.pkgList)
- MainWindow.setTabOrder(self.pkgList, self.releaseComboBox)
- MainWindow.setTabOrder(self.releaseComboBox, self.installedBtn)
-
- def retranslateUi(self, MainWindow):
- MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "Fedora Gooey Karma", None, QtGui.QApplication.UnicodeUTF8))
- self.groupBox.setTitle(QtGui.QApplication.translate("MainWindow", "Filter", None, QtGui.QApplication.UnicodeUTF8))
- self.searchEdit.setPlaceholderText(QtGui.QApplication.translate("MainWindow", "Search packages...", None, QtGui.QApplication.UnicodeUTF8))
- self.pushButton.setToolTip(QtGui.QApplication.translate("MainWindow", "Clear search", None, QtGui.QApplication.UnicodeUTF8))
- self.pushButton.setText(QtGui.QApplication.translate("MainWindow", "Clear", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaCheckBox.setText(QtGui.QApplication.translate("MainWindow", "User filter", None, QtGui.QApplication.UnicodeUTF8))
- self.fasCheckBox.setText(QtGui.QApplication.translate("MainWindow", "Keep me signed in", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaFilterUserCombo.setItemText(0, QtGui.QApplication.translate("MainWindow", "Karma not submitted by user", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaFilterUserCombo.setItemText(1, QtGui.QApplication.translate("MainWindow", "Karma submitted by user", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaUsernameEdit.setPlaceholderText(QtGui.QApplication.translate("MainWindow", "username for karma filter", None, QtGui.QApplication.UnicodeUTF8))
- self.installedBtn.setText(QtGui.QApplication.translate("MainWindow", "Installed", None, QtGui.QApplication.UnicodeUTF8))
- self.availableBtn.setText(QtGui.QApplication.translate("MainWindow", "Available", None, QtGui.QApplication.UnicodeUTF8))
- self.pkgList.setSortingEnabled(True)
- self.loadPackagesBtn.setText(QtGui.QApplication.translate("MainWindow", "Reload packages", None, QtGui.QApplication.UnicodeUTF8))
- self.textBrowser_2.setHtml(QtGui.QApplication.translate("MainWindow", "\n"
-"\n"
-"Welcome to Fedora Gooey Karma tool which helps you with testing new updates for your Fedora.
\n"
-"
\n"
-"To load updates, press lower-left Reload packages button. If you are not sure what you should test, wait until all packages are loaded and see the list of packages to test on the left side.
\nBelow this text you can find updates with negative karma and currently running applications.
", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxWelcome), QtGui.QApplication.translate("MainWindow", "Fedora Gooey Karma", None, QtGui.QApplication.UnicodeUTF8))
- self.label_6.setText(QtGui.QApplication.translate("MainWindow", "It would be nice to re-test updates which has got negative karma.
See these packages below.", None, QtGui.QApplication.UnicodeUTF8))
- self.tool_pkg_list_negative.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Package", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxNegativeKarma), QtGui.QApplication.translate("MainWindow", "Updates with negative karma", None, QtGui.QApplication.UnicodeUTF8))
- self.tool_pkg_list_running.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Package", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxRunning), QtGui.QApplication.translate("MainWindow", "Currently running applications", None, QtGui.QApplication.UnicodeUTF8))
- self.tool_pkg_list_favorite.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Package", None, QtGui.QApplication.UnicodeUTF8))
- self.btn_tool_remove_pkg.setText(QtGui.QApplication.translate("MainWindow", "Remove selected package", None, QtGui.QApplication.UnicodeUTF8))
- self.btn_tool_add_pkg.setText(QtGui.QApplication.translate("MainWindow", "Add package", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxFavorite), QtGui.QApplication.translate("MainWindow", "Favorite packages", None, QtGui.QApplication.UnicodeUTF8))
- self.tool_pkg_list_ignored.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Package", None, QtGui.QApplication.UnicodeUTF8))
- self.toolBoxWhatToTest.setItemText(self.toolBoxWhatToTest.indexOf(self.toolBoxIgnored), QtGui.QApplication.translate("MainWindow", "Ignored packages", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget.setTabText(self.tabWidget.indexOf(self.tabWhatToTest), QtGui.QApplication.translate("MainWindow", "What to test", None, QtGui.QApplication.UnicodeUTF8))
- self.pkgNameLabel.setText(QtGui.QApplication.translate("MainWindow", "Package name", None, QtGui.QApplication.UnicodeUTF8))
- self.textBrowser.setHtml(QtGui.QApplication.translate("MainWindow", "\n"
-"\n"
-"
", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_bugs.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Bug id", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_bugs.headerItem().setText(1, QtGui.QApplication.translate("MainWindow", "Title", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_test_cases.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Test cases", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_related_packages.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "Related packages", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget_side.setTabText(self.tabWidget_side.indexOf(self.tabPkg_info), QtGui.QApplication.translate("MainWindow", "Info", None, QtGui.QApplication.UnicodeUTF8))
- self.label.setText(QtGui.QApplication.translate("MainWindow", "FAS credentials", None, QtGui.QApplication.UnicodeUTF8))
- self.usernameEdit.setPlaceholderText(QtGui.QApplication.translate("MainWindow", "username", None, QtGui.QApplication.UnicodeUTF8))
- self.passwordEdit.setPlaceholderText(QtGui.QApplication.translate("MainWindow", "password", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaBox.setItemText(0, QtGui.QApplication.translate("MainWindow", "+1", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaBox.setItemIcon(0,QtGui.QIcon(":/karma-angel.png"))
- self.karmaBox.setItemText(1, QtGui.QApplication.translate("MainWindow", "0", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaBox.setItemIcon(1,QtGui.QIcon(":/karma-plain.png"))
- self.karmaBox.setItemText(2, QtGui.QApplication.translate("MainWindow", "-1", None, QtGui.QApplication.UnicodeUTF8))
- self.karmaBox.setItemIcon(2,QtGui.QIcon(":/karma-crying.png"))
- self.sendBtn.setText(QtGui.QApplication.translate("MainWindow", "Send Karma", None, QtGui.QApplication.UnicodeUTF8))
- self.label_2.setText(QtGui.QApplication.translate("MainWindow", "Your comment", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_feedback.setSortingEnabled(True)
- self.treeWidget_feedback.headerItem().setText(0, QtGui.QApplication.translate("MainWindow", "#", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_feedback.headerItem().setText(1, QtGui.QApplication.translate("MainWindow", "Karma", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_feedback.headerItem().setText(2, QtGui.QApplication.translate("MainWindow", "User", None, QtGui.QApplication.UnicodeUTF8))
- self.treeWidget_feedback.headerItem().setText(3, QtGui.QApplication.translate("MainWindow", "Comment", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget_side.setTabText(self.tabWidget_side.indexOf(self.tabPkg_karma), QtGui.QApplication.translate("MainWindow", "Comments", None, QtGui.QApplication.UnicodeUTF8))
- self.label_7.setText(QtGui.QApplication.translate("MainWindow", "Package category", None, QtGui.QApplication.UnicodeUTF8))
- self.settings_pkg_cat_normal.setText(QtGui.QApplication.translate("MainWindow", "Normal package", None, QtGui.QApplication.UnicodeUTF8))
- self.settings_pkg_cat_favorite.setText(QtGui.QApplication.translate("MainWindow", "Favorite package", None, QtGui.QApplication.UnicodeUTF8))
- self.settings_pkg_cat_ignored.setText(QtGui.QApplication.translate("MainWindow", "Ignore this package", None, QtGui.QApplication.UnicodeUTF8))
- self.pkg_settings_open_bodhi_update.setText(QtGui.QApplication.translate("MainWindow", "Open bodhi update in web browser", None, QtGui.QApplication.UnicodeUTF8))
- self.pkg_settings_download_source_rpm.setText(QtGui.QApplication.translate("MainWindow", "Download source RPM", None, QtGui.QApplication.UnicodeUTF8))
- self.pkg_settings_install_source_rpm.setText(QtGui.QApplication.translate("MainWindow", "Install", None, QtGui.QApplication.UnicodeUTF8))
- self.label_8.setText(QtGui.QApplication.translate("MainWindow", "Tools", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget_side.setTabText(self.tabWidget_side.indexOf(self.tabPkg_settings), QtGui.QApplication.translate("MainWindow", "Settings", None, QtGui.QApplication.UnicodeUTF8))
- self.tabWidget.setTabText(self.tabWidget.indexOf(self.TabInfo), QtGui.QApplication.translate("MainWindow", "Package info", None, QtGui.QApplication.UnicodeUTF8))
- self.statusList.setToolTip(QtGui.QApplication.translate("MainWindow", "Press and hold mouse button to expand", None, QtGui.QApplication.UnicodeUTF8))
- self.statusList.setSortingEnabled(False)
- self.menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8))
- self.menuHelp.setTitle(QtGui.QApplication.translate("MainWindow", "Help", None, QtGui.QApplication.UnicodeUTF8))
- self.actionQuit.setText(QtGui.QApplication.translate("MainWindow", "Quit", None, QtGui.QApplication.UnicodeUTF8))
- self.actionAbout.setText(QtGui.QApplication.translate("MainWindow", "About Gooey Karma", None, QtGui.QApplication.UnicodeUTF8))
-
diff --git a/src/packagesworker.py b/src/packagesworker.py
deleted file mode 100644
index e1b94ee..0000000
--- a/src/packagesworker.py
+++ /dev/null
@@ -1,108 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-# Author: Tomas Meszaros
-
-import dnf
-import rpm
-import datetime
-import koji
-from PySide import QtCore
-from dnf.yum.misc import getCacheDir
-from idlequeue import *
-
-class PackagesWorker(QtCore.QThread):
-
- def __init__(self, queue, bodhi_workers_queue, bodhi_workers_count, main_thread, parent=None):
- super(PackagesWorker, self).__init__(parent)
-
- self.main_thread = main_thread
-
- self.queue = queue
- self.bodhi_workers_queue = bodhi_workers_queue
- self.bodhi_workers_count = bodhi_workers_count
-
- # RPM Transactions
- self.rpmTS = rpm.TransactionSet()
-
- def set_release(self, release):
- self.releasever = release
-
- def run(self):
- while True:
- releasever = self.queue.get()
-
- # Start loading packages
- main_thread_call(self.main_thread.installed_pkg_list_loading_info)
- self.load_installed(releasever)
- # Wait for all packages to be loaded from bodhi
- self.bodhi_workers_queue.join()
- main_thread_call(self.main_thread.save_installed_pkg_list, releasever)
-
- self.queue.task_done()
-
- def load_installed(self, releasever):
- # Load from dnf rpmdb all installed packages
- with dnf.Base() as self.yb:
- cachedir = getCacheDir()
- self.yb.conf.cachedir = cachedir
- self.yb.conf.releasever = dnf.rpm.detect_releasever(self.yb.conf.installroot)
- self.yb.read_all_repos()
- self.yb.fill_sack()
- self.q = self.yb.sack.query()
- self.q = self.q.installed()
- self.installed_packages = self.q
-
- # Send it to all bodhi_workers
- for i in range(self.bodhi_workers_count):
- self.bodhi_workers_queue.put(['set_installed_packages', ['bodhi_worker' + str(i), self.installed_packages]])
-
- # Wait for Bodhi workers to finish
- self.bodhi_workers_queue.join()
-
- # Send installed packages to GUI
- main_thread_call(self.main_thread.set_installed_packages,
- self.installed_packages)
-
- # Grab it from Koji
- session = koji.ClientSession('http://koji.fedoraproject.org/kojihub')
- tagged_packages = session.listTagged('f' + str(releasever) + '-updates-testing')
-
- # Prepare packages into dictionary to find it faster
- pkgs_dict = {}
- for pkg in self.installed_packages:
- pkgs_dict[pkg.name] = pkg
-
- # See packages for choosen release
- pkgsForBodhi = []
- for tagged_pkg in tagged_packages:
- if tagged_pkg['package_name'] in pkgs_dict.keys():
- pkgsForBodhi.append(pkgs_dict[tagged_pkg['package_name']])
-
- # Send these packages to BodhiWorker queue
- main_thread_call(self.main_thread.set_num_of_pkgs_to_process,
- len(pkgsForBodhi))
-
- for pkg in pkgsForBodhi:
- self.bodhi_workers_queue.put(['package_update', pkg])
-
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/qrc_resources.py b/src/qrc_resources.py
deleted file mode 100644
index 0380d0b..0000000
--- a/src/qrc_resources.py
+++ /dev/null
@@ -1,4461 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Resource object code
-#
-# Created by: The Resource Compiler for PyQt (Qt v4.8.5)
-#
-# WARNING! All changes made in this file will be lost!
-
-from PyQt4 import QtCore
-
-qt_resource_data = "\
-\x00\x00\x11\x13\
-\x89\
-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
-\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\
-\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\
-\xa7\x93\x00\x00\x10\xc8\x49\x44\x41\x54\x78\x9c\xed\x9b\x79\x94\
-\x15\xd5\x9d\xc7\x3f\xbf\x5b\xf5\xfa\xbd\xee\xd7\x68\x37\x2d\x7b\
-\x2f\x20\x34\x44\x10\x8d\x88\x51\x34\x8c\x92\xc4\x25\xf1\x18\x83\
-\x1a\x93\x4c\x66\xe2\x18\x65\x9c\xe4\x24\x39\x67\x3c\x6e\x71\x26\
-\x4a\x26\x31\x8b\x92\x38\x3a\xe3\x71\x38\x62\x12\x43\xc6\x39\x63\
-\xf6\x98\xcc\x24\x46\x04\xf7\x25\x82\x02\x62\x14\x84\x16\x68\x1a\
-\xba\x69\xba\xa1\xe9\xed\xbd\xaa\x7b\xef\xfc\x51\x55\xaf\xea\xbd\
-\x7e\xdd\x34\x8b\xf9\x67\xb8\xe7\xfc\x4e\x2d\xfd\xaa\xea\x7e\xbf\
-\xf7\xb7\x57\x35\x1c\x1f\xc7\xc7\xf1\x71\x7c\x1c\x1f\xff\x7f\x87\
-\xfc\x25\x1e\xf2\xd8\x63\x38\xbd\xdb\x2b\xe7\x5b\xc5\x79\xd6\xc8\
-\x0c\xd7\x75\xe6\x5a\xcb\x34\x00\x2b\x88\x58\x2c\x88\x6f\xc5\x6e\
-\x30\xbe\xff\xb6\x20\x6f\xf9\x56\xaf\xb9\xe1\x96\xdc\xd6\xf7\x7a\
-\x6e\xef\x19\x01\xd6\x22\x2b\x96\x55\x2f\x52\x62\x97\x20\x5c\x06\
-\x2a\x5b\x5b\xd7\xac\x27\x4e\x3e\x95\xba\xf1\xcd\x4e\x55\xf6\xa4\
-\xa2\x1f\x1b\xeb\x73\x70\xff\x4e\x3a\x3b\xb6\x78\x6d\x6d\x1b\x9d\
-\xfe\x83\xbb\x95\x12\xd5\x66\xd0\x2b\x1d\x6d\x1e\xbe\xf6\x96\xdc\
-\x96\xf7\x62\x9e\xc7\x9c\x80\xfb\xef\x27\x5d\x99\xaf\xba\xc6\x75\
-\xd4\x3f\x21\xe9\xc6\x99\xb3\x2f\xf5\x4f\x9e\x75\x89\x5b\x53\xdb\
-\x4c\xaa\xa2\x0a\xac\x87\x35\x3d\x60\xfb\xb0\x26\x0f\xe8\x60\x1a\
-\xe2\x22\x6a\x0c\x22\x59\xac\x15\x06\xfb\xf7\xd1\xd5\xbe\x81\x4d\
-\x1b\x7f\xeb\xb5\xed\x7a\x35\xa5\x84\xd5\xda\xc8\xbf\x2c\xb9\xb9\
-\x77\xcd\xb1\x9c\xef\x31\x25\xe0\xa1\x7b\xaa\x2e\x57\x8e\x5a\x9e\
-\x49\xd7\x8e\x9b\x7f\xde\x17\xa4\x69\xfa\xc5\xe2\xa6\x32\x58\x7f\
-\x0f\x56\x77\x60\xfd\x76\xac\xe9\x05\x2c\x16\x0b\x56\x03\x06\xac\
-\x8f\x45\x83\xf5\xc1\x1a\xc4\xa9\x41\x39\x93\x51\x4e\x3d\xca\x19\
-\x47\x5f\x6f\x3b\x6f\x6e\xf8\x6f\xfd\xe6\xa6\xdf\x38\xd6\xfa\xcf\
-\x28\xed\x5f\x7f\xac\x34\xe2\x98\x10\xb0\xe2\xfb\x27\x8c\x15\x6b\
-\x1f\x56\x4e\xea\x13\x67\x9d\xfb\x45\xdb\x3c\xfb\x2a\x71\x1c\x8b\
-\xf1\xde\xc1\x78\xbb\x00\x2f\xf1\x28\x0b\xd6\x02\x26\x10\xab\x13\
-\xe0\x7d\xac\xf5\x82\x7d\x3c\xf0\x7d\x14\x63\x70\x2a\xde\x87\xca\
-\xcc\x61\xa0\xaf\x9b\x57\x5e\x7e\x50\xb7\x6c\x5d\xa3\xad\xb5\x77\
-\x5c\x77\x53\xdf\xdd\x22\xd8\xa3\x99\xfb\x51\x13\xf0\xd0\xb2\xaa\
-\x33\x5d\xe5\x3c\x5e\x37\x71\xee\xf8\x0b\x2e\xfa\x96\x93\xad\xae\
-\x43\xe7\xdf\xc6\x78\x3b\x00\x41\x44\x85\x8f\x49\x3e\xca\x60\x6d\
-\x4c\x00\xf8\x58\xeb\x43\x08\x3e\x20\x21\x1f\x1c\xfb\x3e\xe2\x7b\
-\x88\xc9\xe0\x66\xcf\x42\x32\xa7\xd0\xde\xb6\x96\x27\x9f\xba\xcb\
-\xe8\xdc\xc1\x55\x79\xbf\xe2\x93\x37\xdc\xd6\x7d\xe0\x48\xe7\x7f\
-\x54\x04\x3c\x7c\x77\xf6\x22\x94\xfc\xfa\xb4\xb3\xae\xa9\x38\xfd\
-\xac\x1b\x94\xd8\x6e\x4c\x6e\x23\xd6\x7a\x88\xb8\x20\x0e\xa0\x42\
-\x49\x8e\xc4\xea\x87\x04\xc4\xc0\x03\xb1\x11\x01\x26\x8f\xf8\x1e\
-\x78\x01\x11\xca\x99\x88\x53\x73\x11\x83\xb9\x1c\xab\x57\xdf\xe5\
-\x77\x74\x6c\xda\x6c\x7d\x7b\xe1\x75\xb7\xf6\xb7\xfd\x45\x09\x58\
-\x71\x4f\xd5\x65\xa2\xd4\x2f\x17\x2c\xba\x45\xcd\x9c\x7d\xa5\x98\
-\xfc\x5b\x18\xaf\x05\x91\x14\xe0\x42\x48\x80\xe0\x40\x41\x0b\x20\
-\x30\x01\x83\x4d\xac\x7e\x12\x7c\x72\xf5\x03\x12\xf2\xa0\xf3\x88\
-\xe7\xc5\xa2\x1d\x9c\xb1\x97\x60\x52\x53\x58\xb3\xe6\x2e\xdd\xda\
-\xfa\xf2\x1e\x25\xe6\xec\x6b\x6e\x1c\xd8\x75\xb8\x38\x9c\x23\x01\
-\xff\xd0\x3d\xd5\x17\x28\x87\xdf\x2e\xfc\xc8\x1d\xee\x8c\x53\x3e\
-\x2e\x66\x70\x2d\xc6\xdf\x15\x80\x97\x0a\x50\x29\x44\x52\x88\x54\
-\x80\xa4\x42\x89\x49\x01\x07\x11\x07\x41\x40\x02\x62\x22\x7a\x62\
-\x93\xb6\xa1\x18\x0a\x7e\x23\x12\x93\xc7\xf6\x6c\xc2\x71\xaa\x99\
-\x3a\xf3\x6a\xd5\xdd\xfd\x6e\xf5\xfe\x9e\x9d\x97\x5f\x71\x7e\xe6\
-\xd1\x5f\xad\xca\x0f\xbc\xa7\x04\xac\x58\x96\x69\x72\x1c\xf5\xec\
-\xfc\x05\x5f\xcc\xcc\x3a\xf5\x93\xa2\x07\xfe\x84\xd5\x9d\x88\x0a\
-\xc1\x4b\x45\x08\x3c\x00\x2f\xaa\x22\x24\xc3\x0d\x25\x00\x1f\x98\
-\x85\x20\x12\xfb\x07\x09\x41\x0b\x04\xd1\x20\x49\x82\x35\x88\xb5\
-\xa1\x18\xc4\x1a\xe8\xdd\x82\x72\xb3\x34\xcd\xf8\x84\xec\x69\x7f\
-\xe3\x84\xde\x5c\xc7\x82\x33\xce\xf5\x7e\xbc\x66\xcd\xe8\x1d\xe3\
-\x61\x11\xb0\x7c\x39\xa9\x94\xae\x7c\xa2\x69\xfa\xa2\x86\xf9\xe7\
-\xdd\xa8\x4c\xee\x35\xac\xde\x13\x00\x8d\xc0\xab\x0a\x60\xa8\x06\
-\x88\x0a\x08\x20\x34\x09\x41\x85\x1a\x10\x03\x0f\xa2\x03\x14\x7c\
-\x44\x02\x3c\x98\x04\xf8\x90\x08\x63\xa0\x67\x33\x4e\x66\x02\x8d\
-\x27\x7f\x4c\x6d\xde\xb6\xaa\x31\xeb\x68\xf3\x9b\x27\xbc\x67\x46\
-\x8b\xa9\xd4\x3b\x8d\x38\x9c\x9e\xec\x4d\xe9\xcc\xd8\xf7\x2f\xb8\
-\xe0\xab\x8e\xf5\x5b\xb0\xde\x0e\x22\x75\x46\x9c\x10\xa0\x1b\x9b\
-\x82\x54\x20\x92\x46\x54\x1a\x24\x03\x92\x41\x54\x1a\x91\x74\xac\
-\x21\x84\xd7\x84\x7e\x23\xbe\x57\xa0\x25\x81\x0f\x71\x40\x29\xac\
-\x12\xac\x28\xac\x48\x20\x4a\x61\x05\x4c\xdb\x6f\x48\x2b\xc3\x85\
-\x1f\xbc\x45\x61\xe5\xce\x1f\x7e\x3f\x3b\x77\xd4\x98\x46\xfb\xc3\
-\x1f\xdc\x9b\x39\x19\xd4\xcf\x3e\xf4\xd1\x6f\xa4\x6a\x6a\x26\xe0\
-\xf7\xbf\x80\x28\x27\x5c\xfd\x54\xc1\xee\x49\xac\x7c\x6c\x0a\xb1\
-\x19\x04\x3e\x40\x12\xde\xd7\x42\x89\xaa\x17\x69\x40\xf2\x38\x54\
-\x7d\x31\xc1\xea\x17\x44\xe7\xa1\x77\x3b\xd9\xfa\x8f\x32\xd0\xb7\
-\x97\xae\xee\x6d\x67\x9f\x71\xae\xb7\x62\x34\xa6\x30\x7a\x0d\x30\
-\xce\x37\xa6\x34\x2e\x70\x26\xd6\x9f\x83\x3f\xf0\x27\x10\x4b\x21\
-\xc4\x85\x2a\x1d\xac\x98\x1b\x6b\x83\x24\x4d\x21\x0d\x92\x46\x42\
-\x32\x82\xbf\x95\xae\xb6\x0a\x23\x46\x24\x91\x93\x94\xe2\x7d\xa1\
-\xe0\x3c\x91\xf0\xfc\x40\x1b\x74\xbe\xc4\x99\x67\x5c\xab\xc4\xcd\
-\xcc\x6b\x18\x53\xb9\x78\x34\xb0\x46\x45\xc0\x0f\xef\x4e\x37\x1b\
-\x6b\x3f\x3d\xff\xdc\x25\x8e\xf5\x5b\xb1\xba\x3d\x9e\x14\x92\x98\
-\xb0\x0a\x27\x16\x78\xfa\x8e\xce\x1e\xae\xfe\xec\x9d\x9c\x34\xe9\
-\x23\xcc\xfb\xc0\x67\x59\xfb\xda\x3b\x89\x88\xe0\x14\x7e\x47\x01\
-\xb8\xf0\x6f\x0f\xae\x66\xfa\xdc\xaf\xd3\x34\xfb\x2e\x96\xdd\xf7\
-\x5c\x09\x09\x0c\x05\x1f\x9d\x14\x60\xcf\x93\x64\xdc\x0a\xe6\xcd\
-\xfe\x04\x82\xfa\x86\xb5\x87\x0e\xf3\xa3\x22\xc0\x28\x75\xc3\xe4\
-\x86\xf9\xe6\xc4\xb1\x33\xd1\x83\x1b\xe2\xc9\x40\xe8\xc5\x0b\x07\
-\x24\x57\xeb\x93\x9f\xfa\x1a\x3f\xff\xc5\x93\x74\x77\xf7\xb0\x7e\
-\xc3\x5b\x2c\xfa\xc8\xb5\xb4\xb4\xec\x86\x82\x03\x4c\x66\x88\xc2\
-\x23\xff\xf9\x3c\x37\xdd\xfe\x18\xbb\xda\xba\x69\xef\xe8\xe1\x6b\
-\xdf\x7c\x82\xbb\xef\x7b\xa9\x64\x36\x52\xb2\x4d\x0c\x3d\x08\x9d\
-\x2f\x32\xb3\xf9\x32\x41\xdc\x53\x56\xdc\x93\xf9\xe0\x51\x13\xb0\
-\x7c\x39\x29\x25\xce\xe7\xe7\x9c\xbe\xd8\xc5\x6f\xc7\xea\x7d\x50\
-\x64\x5a\xe5\xcc\xcc\xb2\x6a\xf5\xeb\x3c\xff\xe2\xfa\xa2\xb3\x7d\
-\x7d\xfd\xdc\xf3\xbd\x1f\x11\x14\x43\xc5\xd7\x1a\x63\xb8\xeb\xee\
-\xc7\x87\xdc\xe9\xde\x7f\x7f\x81\xde\xbe\x7c\xd9\x67\x94\x1d\x7b\
-\x5f\x24\x9d\x1e\xc3\xf4\xc6\x73\xb5\xa3\xd4\x75\x23\x61\x83\x51\
-\x10\xa0\x0e\x66\x2f\xc0\x49\xd7\x8e\x9f\xf4\x01\x74\x7e\x4b\xe2\
-\xd9\x81\xe3\xb2\x89\xfd\xc0\x61\x05\xfb\x4f\x3f\xf3\x46\xd9\xfb\
-\x3d\xb5\xfa\xe5\x20\x03\xb4\x3a\x51\x14\x59\xb6\x6f\xdf\xcb\xbb\
-\xdb\xdb\x87\xfc\x7e\xff\x81\x7e\xd6\x6f\xec\x86\x64\x82\x34\x04\
-\x7b\xe2\x9c\xdf\x0b\x3d\x9b\x99\x35\xe3\xc3\x0e\xc2\x55\xcb\x97\
-\x93\x1a\x11\xdf\x21\xf0\x23\x96\x4b\x1a\x1b\xcf\xf2\x52\x6e\x06\
-\xe3\xb5\x50\x1c\xa3\x63\xcf\x6d\x13\xf9\x3d\x56\xd3\xba\xab\xa3\
-\xec\xfd\x5a\x77\xb5\x63\xf1\x21\x12\xab\xc1\x1a\x5a\xdb\xf6\x0f\
-\x3b\x87\xb6\x3d\x03\xc4\xd9\x20\x89\xfd\x88\xf8\xf0\x5c\x34\x0e\
-\x6c\xa2\x6e\xdc\x5c\x90\x54\x56\x1d\xc8\x9c\x73\x54\x04\x28\x47\
-\x2e\x6c\x68\x3a\x3b\x65\xfd\x0e\x30\x03\x14\xaf\x76\x71\x88\x2a\
-\x94\xb6\xf8\x34\x36\x4c\x2c\x7b\xbf\xa6\xc6\xc9\x89\x5c\x3f\x20\
-\xc1\xe2\xd3\xd4\x58\x37\xec\x1c\x1a\xea\x6b\x8a\x41\x8f\x24\x00\
-\x3d\x9b\x71\x9d\x0a\x26\x4d\x98\xe3\x89\x52\x8b\x8e\x98\x80\xa5\
-\x4b\x71\x8d\xb5\xa7\x8c\xad\x6b\xc6\x7a\x7b\xc0\x84\xab\x1d\x36\
-\x32\x6c\xb8\xda\x51\x45\x17\xd5\xf5\xd6\x7a\x2c\x3c\x6f\x4e\xd9\
-\x7b\xfe\xd5\xc2\x33\xb0\x26\x9f\x28\x7e\x02\x2d\xa8\x9f\x54\xcd\
-\xd4\xa9\x43\x49\xab\x39\x31\xcb\xdc\xd9\x27\xc6\x39\x40\x94\x07\
-\x8c\x44\x80\xd7\x03\xf9\xfd\x4c\x19\xf7\x3e\x17\x61\xde\x11\x13\
-\xd0\x54\x95\x9e\x86\xb5\x6e\x55\x76\x12\xd6\xeb\x0a\x08\x20\xee\
-\xe2\x04\xd5\x5c\x5c\xd1\x91\xa8\xe9\x17\x9d\x3f\x95\x73\x17\x9c\
-\x5e\x74\xbf\x6c\xb6\x92\x9b\xfe\x71\x31\xd8\x1c\xd8\x98\x04\xac\
-\x87\x48\x8e\x7f\xbe\xe5\xaa\x21\x73\xb8\xf1\x2b\x17\x91\xcd\xe4\
-\x82\x67\x1b\x5b\x58\x04\xa2\xb4\xd8\x24\xd2\xe3\xe4\x85\x83\x7b\
-\xa9\x39\xb1\x41\x1c\x38\xf5\x88\x09\xd0\x8e\xdb\xe8\xa6\xb2\xa4\
-\x52\x55\xe0\x75\x07\xb9\xb7\xd1\x09\x55\xd7\xe1\x0a\xc6\x0d\x8d\
-\x42\x39\x6b\xfa\xf8\xe9\xa3\xb7\x72\xe5\xe2\x0f\x51\x5b\x33\x86\
-\xd3\x4e\x6b\xe6\xa9\x3f\xdc\xcf\xb4\x86\x0c\xd6\xe6\xe2\x52\xb7\
-\x70\x8d\xcf\xdf\x7c\x7a\x36\xcb\xbe\x73\x1d\xf5\x53\xea\x98\x38\
-\xa1\x86\x6f\xde\xf9\x29\x6e\xfe\xf2\x9c\x80\x64\x63\xca\x88\x2d\
-\x90\x11\xd7\x11\xe1\xc8\xef\x23\x9b\x1d\x8f\xb1\x32\x65\x24\x8c\
-\xee\x48\x7f\xc4\xda\x31\xae\x5b\x19\xc4\x7a\x3d\x10\x3c\xcc\x18\
-\x50\x3e\x58\x87\xc0\x91\xc5\x59\x9b\x0d\x53\x5c\x1b\x3a\xc7\x71\
-\xb5\x0e\xff\xf5\xc8\x17\x10\x75\x73\x00\xd4\xf4\x62\xed\x20\x84\
-\xfd\xc0\xa1\xad\x30\x8f\x2f\x2d\x99\xc5\x97\xfe\xfe\x9b\x88\xf5\
-\xd1\xfe\x6e\xac\x3e\x00\xc6\x20\x46\x87\x62\xc2\x85\x28\x23\xc9\
-\xe1\xf7\xe3\x56\x4e\xc4\x62\xd3\x4b\x97\xe2\x2e\x5d\x8a\x7f\xd8\
-\x04\x08\x92\x4d\xa5\x2a\x8d\x80\x42\xe7\x10\xab\xc3\xa2\x44\x81\
-\xf2\x43\xc0\x31\x70\x42\xf0\x12\x3a\x46\x8b\x03\x66\x3f\x98\x1e\
-\x28\xfa\x45\x94\xf3\x47\x3e\x24\x34\x1d\xfc\xa0\x53\x6c\x0f\x60\
-\x22\x0d\x41\x83\xd6\xa0\x4d\x20\x21\x58\x29\x95\x52\x0d\x30\x79\
-\x1c\xa7\x12\x40\x26\x65\x6a\xb3\x50\xbe\x6d\x36\x22\x01\x46\x8c\
-\x6f\x8c\x2f\x58\x8b\x18\x02\x67\xa7\x15\x28\x05\x12\x34\x3a\x63\
-\x12\x22\x88\x11\x40\x1d\xe4\xf8\x56\x61\x25\xb2\xb4\x40\x3f\x02\
-\x75\xd5\x61\x5f\x30\x0a\x85\x3e\x16\xaf\xc8\x24\xb0\x7e\xd0\x13\
-\xd4\x3a\xd6\x00\x1d\x12\x62\x22\x29\xb3\xfa\x00\xe2\x84\xce\x19\
-\x18\xec\xf6\x86\xc3\x38\xb2\x06\x18\xe9\xf5\xfd\x01\xb1\xc6\x20\
-\xc6\x41\x8c\x0e\x72\xf6\xb0\x1c\xc5\x0d\xee\x6b\x6d\x40\x45\xa4\
-\xfa\x82\x06\x9c\x40\x03\x50\x60\x87\xeb\x09\x1a\x62\x3f\xa2\x01\
-\x2f\xd6\x06\xeb\x81\x0e\xc1\x6b\x1f\xfc\x48\x13\x42\x33\xd0\xa1\
-\x0c\x47\x80\x4a\xe3\xfb\x03\x88\xa0\x6f\x58\x4a\xff\x91\x11\x80\
-\xed\xf2\xf2\x7d\x18\xad\x11\xc9\x80\xef\x83\x48\x98\xc2\x87\xcd\
-\xab\xf0\x0e\x81\xea\x47\x2b\x1b\x56\x84\x36\x2e\x72\x8a\x7a\x82\
-\x10\x26\x4f\xc9\x88\x12\x85\xd1\x70\xf5\xb5\x17\x00\x0f\xc1\x8b\
-\x8e\x35\x01\xed\xc7\x5a\xa0\x75\xf9\x8a\x27\x35\x86\x7c\xae\x07\
-\x41\x0e\x8e\x84\x71\x44\x02\x5c\xcf\xdd\xec\x89\x47\xae\x7f\x2f\
-\x95\x4e\x4d\xa0\x7e\x12\xab\x7d\x01\x8e\x13\xa6\xc5\x18\x82\xe6\
-\x46\xa4\x01\xe1\xea\x4b\x09\x01\x89\x14\x38\x76\x86\xba\xe0\x07\
-\xd0\x1a\xf1\x03\xf0\xe2\xfb\x05\xf0\x68\x1d\x92\x11\x9b\x83\x94\
-\x5b\x7d\x80\xcc\x78\x7a\xf6\xad\x43\x84\xcd\x23\x61\x1c\x31\x0c\
-\x5e\x73\xfb\xc1\x7d\x4a\xa4\xa7\xaf\x67\x27\xe2\xd6\x05\x93\x09\
-\xa5\xd0\xaf\xf7\x3c\xf0\x83\xf6\x75\x10\xfe\x72\x41\x98\x0b\xb7\
-\xd8\x1c\x98\x1c\x98\xc1\x50\x72\x71\x1e\x60\x06\xe3\xdf\xd8\x1c\
-\xc9\xf7\x00\x24\x9e\x15\x3f\x2f\x32\x09\x1d\x9b\x44\xb9\x21\x0a\
-\x32\xe3\xe8\xda\xbf\x53\x1b\x63\x37\x8d\x84\x71\xe4\x30\x08\x20\
-\x3c\xbd\x67\xf7\xc6\x4b\xc7\x8f\xbb\x5a\xa1\x75\x5c\x82\x87\x36\
-\x5f\xc8\xc8\x8c\xc5\x3a\x06\x54\x10\x29\x20\x72\x80\x51\xbf\x20\
-\x39\xa2\x1a\x22\x30\x99\x20\xbc\x6a\x44\x9b\x60\xf5\xb5\x8e\xed\
-\xbf\x08\x7c\x89\x49\x94\x7a\xfe\x68\x54\x35\x60\x55\x8a\x96\x5d\
-\xeb\xc4\x58\x79\x76\x24\x78\x87\xac\x05\xac\x36\x4f\x6d\x6b\xfd\
-\x93\xc5\xa9\x44\xdc\xba\xe2\x95\xf1\x3c\xc4\xf3\x13\x3d\xfb\xa0\
-\x7f\x8f\xe7\x81\xce\x87\x2b\x9f\x03\x3b\x98\x58\xe5\x70\xdf\xe4\
-\x41\xe7\xc0\xcf\x17\x5d\x17\xac\xbe\x57\xb8\x7f\x11\xf8\xc4\xfe\
-\xb0\xaa\x0f\x30\x66\x06\x03\xfd\x5d\xf4\xf6\xee\x56\xa0\xd7\x8c\
-\x84\xef\x90\x1a\xa0\xac\xf9\x5d\x57\xd7\x3b\xf7\xf6\xf5\xb4\x91\
-\xcd\xce\xc1\x74\xae\x2a\x78\xfd\x38\x07\x37\xe4\x06\x35\xaf\xfc\
-\x79\x00\x4f\x0b\xa2\x14\xa2\x1c\x44\x09\xa2\x9c\x20\x44\x2a\x29\
-\x34\x4f\x14\x92\xa8\xe4\x22\x0d\x32\x58\x1d\xe4\xfa\xb6\x10\xea\
-\x0c\x36\x5c\x71\x1b\x6a\x45\x0a\xcd\x39\xd3\x0c\xe9\xd4\x70\xcd\
-\x1e\x81\xb1\x67\xd0\xb6\xf3\x05\xeb\x88\x6c\xb9\xf6\xa6\xc1\x96\
-\xa3\x22\xe0\xda\x5b\x72\x5b\x7e\xf0\xbd\xec\xda\x1d\x3b\x9e\x9d\
-\x37\x7b\xe6\x25\x22\xed\x4f\x02\x5e\xac\xf6\x61\x22\xb2\x6d\x87\
-\xcf\xd7\x1f\xe8\x42\x94\x83\xeb\xba\x38\x8e\x33\x44\x94\x52\x05\
-\x29\xea\x24\x01\xd6\x0a\xc6\x44\xa2\xd0\xda\x86\x12\xef\xfb\xbe\
-\xc2\x1a\xcb\x7f\xfc\x9d\x61\xf6\x70\x09\x6e\xb6\x01\x9b\xae\x63\
-\xd3\xe6\x55\x5a\x1b\x7e\x74\x28\x7c\x87\xf6\x01\x80\x35\x76\xf9\
-\x6b\x6f\xfe\xe2\xc1\x99\xcd\x97\x39\xce\x09\xa7\xc1\xfe\x75\xd8\
-\xb0\x18\x89\x12\x91\xd9\x4d\x27\xb2\xfa\x27\x8b\x40\x39\xc1\xab\
-\x0d\x95\x68\x60\x96\x0b\x54\x36\x0e\x87\x84\x7d\xfe\xa0\xd0\x09\
-\xb6\xd1\x71\x32\xed\x15\x13\xf6\x1b\x3a\x5f\x01\x6f\x98\xf7\xa1\
-\x13\x3f\x4c\xd7\xde\x4d\x74\x76\x6f\xc1\x1a\xbb\xf2\x98\x10\xd0\
-\x97\xee\xff\xb1\x0c\xca\x5d\x3b\xb7\x3f\x3d\x6e\x5a\xfd\x79\xb0\
-\x6f\x6d\xe0\xb1\x8d\x01\x27\x9a\xe0\x7e\x6c\xd7\xba\x44\xaa\xac\
-\xe2\x8e\x2d\x49\x12\x22\xe0\xc5\xea\x1f\x15\x36\x51\xc1\x65\xc3\
-\x44\x07\xab\x03\xdb\x2f\xf8\x3b\x0b\xfe\x30\xa1\xbd\xaa\x01\x3b\
-\xa6\x99\xb5\x6b\x97\x7a\xc0\xca\x25\xb7\x0e\xb4\x1e\x13\x02\xbe\
-\xf2\x15\x72\x2b\x96\x99\x6f\xbf\xf8\xda\xca\x65\xf5\x8d\x0b\x55\
-\x6a\xdc\x42\xd8\xb3\x2a\x4e\x43\x55\x14\xa3\x3b\x02\xe0\x4a\x0a\
-\x19\x63\x24\x49\x7f\x2d\x43\xec\xdf\x96\xac\x74\x60\xff\x51\xec\
-\x1f\xd5\x1b\x5c\x51\xd0\x70\x39\x9d\x9d\x9b\x68\xdd\xf5\xaa\x72\
-\x8c\xfe\xce\x68\x2e\x1b\xf5\x7b\x81\x13\x7a\x07\x1e\xc8\xe5\xba\
-\xb6\x6d\xdc\xf4\x98\x66\xfc\xf9\x48\x66\x52\x22\x12\x24\xa3\x40\
-\xbe\x64\x3f\x8f\xe4\xf3\xa8\x84\x88\xe7\x21\xf9\x84\x14\x5d\x97\
-\x7c\x0b\x3c\x4a\xf0\x00\xe3\x17\xa2\x33\x13\x78\xe6\xa5\x07\x7c\
-\x6b\xe5\xbe\xd1\x7e\x41\x32\x6a\x02\xae\x5e\x4a\x1e\x31\xd7\xbf\
-\xbe\xe9\x67\xb2\x77\xdf\xdb\x30\xed\x33\xa0\x2a\x82\xbc\xdc\xf7\
-\x8b\x01\xe4\xf3\x09\x80\xf9\x62\x32\x42\x42\x8a\xcf\x95\x10\xa8\
-\xf5\xf0\x31\xbe\xdc\xc8\x36\xc2\xa4\x8b\x58\xbf\x7e\xa5\xe9\x39\
-\xb0\xb3\x5d\x4c\xe5\xd2\xd1\x5e\x7a\x58\x2f\x47\x7f\xfd\x07\x7f\
-\xfb\x65\x17\xba\x6a\xe7\x9e\x75\x0b\x9b\x67\x5c\xaa\xdc\x13\x66\
-\xc0\xfe\x0d\x10\xbe\xd1\x2d\xbc\xb0\x2c\x2d\x55\xb5\x4e\xec\x87\
-\xb5\x7d\xb4\x2d\x54\x7b\x65\xba\x3a\xa3\x19\xe9\x93\x60\xc6\xe7\
-\xd9\xdd\xbe\x91\x67\x5f\x79\x50\x5b\x65\x2e\xbe\xfe\xe6\x9e\x11\
-\x43\xdf\x11\x13\x00\xc8\x41\xcf\x7b\x69\xf6\x54\x7d\xc1\xee\x3d\
-\xeb\xeb\xa7\xbf\x6f\xb1\x72\xaa\x26\xc1\x81\x37\x21\x61\xe5\x05\
-\x32\x6c\xc9\x3b\xbc\xa2\xfa\x3d\x06\x7c\xc4\x5f\x69\xa4\x4e\x80\
-\xe6\x25\x74\xf7\x76\xf2\xbb\x27\xef\x60\xa0\xdf\xbb\xfd\x1f\x6e\
-\x1b\x78\x9c\x42\xdd\x7d\xe8\x71\x38\x04\xa4\x80\x8a\x77\xdf\xa5\
-\x22\xef\x39\xbf\x9f\xda\xb0\xff\xd2\xce\xae\xad\x35\x53\x67\x2e\
-\x56\x2a\xdb\x10\x90\x60\x47\xc8\xce\x8e\xf5\xc8\x8c\x87\xe6\x25\
-\xf4\x0c\xf6\xf3\xdb\x3f\xde\x6e\x0e\xf4\xf4\x3d\xf2\xe5\x3b\x06\
-\xee\xa1\xf0\xae\xad\x60\xde\x23\x4e\x6a\x34\x04\x08\x50\x91\x94\
-\x77\xde\xf5\xd1\x3e\x4f\x4c\x1c\xdf\xb1\xa8\x7d\xef\xa6\x9a\xa9\
-\xcd\x97\x29\x67\xec\xfb\xa1\x77\x2b\xf8\xc3\x96\xde\xc7\x6e\xd4\
-\xbe\x1f\xa6\x7f\x8e\xae\x03\xad\x3c\xfe\xc7\xdb\x6c\xc7\xbe\x03\
-\x8f\xdd\xf6\xed\x81\xaf\x87\x3e\xb3\xf4\xa5\xa5\x30\x02\x09\x87\
-\x22\x40\x08\x56\x7e\x88\x6c\x79\xd7\x78\xef\xb4\xf0\xbb\x59\xd3\
-\xf7\xcd\xdf\xde\xfa\xf4\x84\x29\x53\xce\x56\x95\xf5\x17\x07\x71\
-\xbb\x7f\x27\xa3\xd4\xc0\xc3\x1b\xa9\x6a\x68\xbc\x02\x3b\xf1\x43\
-\x6c\xdd\xfa\xbf\xf6\x0f\x4f\x7f\x57\x76\xed\xee\xff\xc1\x6d\xdf\
-\x1a\x5c\x56\x52\x18\x96\xb3\xaa\xb2\x24\x1c\x8a\x00\x87\x00\x70\
-\xb4\x75\x93\xd2\xd9\x6d\xec\x73\xaf\x7a\x4f\xcc\x69\xce\x8d\xd9\
-\xd9\xf6\xe4\xdc\x74\xaa\xd2\x8e\x9d\xfa\x31\x51\xb5\xa7\x82\x77\
-\x10\x72\x9d\x87\x0b\x71\x98\x59\xa4\x61\xfc\x07\xa1\xe9\x33\xf4\
-\x4b\x15\xcf\xbe\xf0\xaf\xe6\xf5\x37\x7f\x99\x5b\xbb\x3e\x7f\xe7\
-\xdd\x0f\xe6\x7e\x56\xe6\x0a\x3b\x82\x0c\x01\x38\xe2\xa3\x13\xe2\
-\x96\x1c\x3b\x80\x9b\xcb\xa1\x9e\x7a\xde\x7f\x75\xec\x89\xf2\x67\
-\xd8\x30\xaf\x65\xe7\x73\x95\xb5\xb5\xd3\x24\xdb\xf8\x31\xa4\x76\
-\x2e\xa8\x14\xe4\xbb\x82\xea\xef\x70\x47\xe5\x64\x98\x78\x3e\x34\
-\x5e\x49\xbe\x6a\x2a\x6f\xbf\xf3\x3f\xf6\x89\x67\xbe\x2d\x3b\x5b\
-\xb7\xad\xfb\xc9\x2f\x72\x5f\xfd\xe5\xef\xfd\x37\x28\x7a\x3d\x55\
-\x10\x3d\xcc\xf9\x21\x5a\x70\x28\x07\x1c\xad\x7c\x8a\xc0\xfe\xdd\
-\x70\x5b\xd6\x2c\xc6\x8f\xa5\xfa\x86\xbf\xcd\x7c\xae\xa9\x5e\x5d\
-\x51\x53\xdb\x94\x3a\x73\xce\x95\xce\xe4\xfa\x05\x54\xb8\x19\xe8\
-\x6f\x85\xde\x16\xe8\xdf\x05\xb9\x7d\xe0\xed\x0f\x5e\x67\x5b\x13\
-\x90\xe4\xa4\x83\x90\x96\x3e\x29\x88\xeb\xd5\xd3\x20\x7d\x12\xbd\
-\xbd\xed\xb4\xb4\x3c\x65\x5f\x7f\xeb\x57\xf4\xf5\xf6\xb6\xbf\xba\
-\xd1\x7f\xe4\xe1\x47\xf3\xab\x08\x3e\x3f\xcd\x13\xf4\xe6\xcb\x6d\
-\xbd\x84\x44\xe7\x87\x74\x50\x46\x13\x81\xca\x82\x2d\x11\x37\x79\
-\xdc\x30\xd9\xa9\xf9\xeb\x2b\x52\x8b\x4f\x6e\x70\x3e\x5e\x51\x51\
-\x51\xd3\x54\xff\x01\x7f\xda\xe4\xd3\xdd\xba\x71\xa7\x92\xc9\x4e\
-\x26\xe5\x94\x57\x3c\x6b\x2d\x79\x3f\x4f\xdf\x81\xad\xb4\x77\x6c\
-\xb4\x9b\x77\xac\x35\x9d\x9d\x6f\x3a\x83\x83\x76\xdb\xab\x1b\xfc\
-\x9f\xae\xfc\x79\xfe\x69\xad\x8b\x80\xf9\x25\x40\xa3\xe3\x7c\x99\
-\xbf\x95\xed\x0c\x8f\x86\x00\x29\x05\x58\x72\xec\x96\xd9\xba\x80\
-\xeb\xba\xa4\xae\xba\xb4\x62\xde\xac\xe9\xce\x39\x13\xea\xe4\xcc\
-\x54\x05\x0d\x8e\x93\xa2\x7a\xcc\x24\x5b\x5d\x59\xa7\x33\xe9\x2c\
-\x82\x23\xbe\xce\xd9\xc1\x5c\xbf\xf4\xf4\xed\x76\x06\x07\xf6\x61\
-\x8c\xf5\x7b\x7b\xed\x5b\x6d\x1d\x66\xdd\x8b\xeb\xf4\xf3\xcf\xbd\
-\xec\x6d\xa7\xf0\x3a\x19\x9d\x00\xeb\x53\x0c\x7c\x38\x42\x86\x6d\
-\x8b\x1f\x4e\x0e\x92\x74\x84\x65\x01\x27\xa4\x9c\xcf\x50\x8d\x53\
-\x9c\xea\x79\x73\xd4\xb4\x86\x7a\x35\xb5\x2a\x23\x35\x15\x15\x54\
-\x23\x88\xd6\x78\x9e\x47\x7f\x77\x8f\x69\xdf\xb6\xc3\x6e\x7f\x69\
-\xad\xd7\xda\xdf\x4f\x8e\xd8\x6e\xfd\xc4\x56\x97\x90\x91\x04\x9f\
-\x24\x25\x92\x11\xf3\x80\x23\x49\xc2\xca\x45\x04\xa7\x64\xbf\x54\
-\xc2\x26\x61\x51\x6c\x2e\x97\x04\x96\x7c\x32\x36\xc4\xb1\x25\xc5\
-\x2f\xd9\x7a\x14\x6b\xc7\x30\x1d\xd3\xe2\x71\x34\x1f\x4b\x47\xa6\
-\x91\x04\x1d\xed\x2b\x8a\xc1\x27\x3e\xfb\x2a\x6c\xcb\x3d\x3f\xf1\
-\x19\x48\xf2\x4b\xc9\x22\xcf\x5e\x4a\x44\x92\x10\x9f\xc3\x4c\x40\
-\x8e\xe5\x3f\x4c\x28\x8a\x09\x88\x24\xfe\x2e\x76\x68\x96\x56\x3a\
-\xca\xc5\xed\x88\x88\x64\x68\x4b\x02\x3f\xaa\xfc\xfb\x98\xff\xcb\
-\x4c\x99\xfb\x27\x57\x3d\x99\xa3\x0f\xd3\x2a\x2a\x6c\x4b\xbe\x98\
-\x2c\x9f\xc8\x1c\x1f\xc7\xc7\xf1\x71\x7c\x1c\xcd\xf8\x3f\x56\xd1\
-\x39\x31\x02\xf9\xd3\x33\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
-\x60\x82\
-\x00\x00\x14\xc0\
-\x89\
-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
-\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\
-\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\
-\xa7\x93\x00\x00\x14\x75\x49\x44\x41\x54\x78\x9c\xed\x5b\x6b\x94\
-\x5c\x55\x95\xfe\xf6\x39\xf7\xde\x7a\xf7\x23\xdd\x9d\x4e\x27\xdd\
-\xe9\xbc\x5f\x24\xc4\x04\x79\x44\x50\x08\x09\xa0\xbc\x04\x71\x66\
-\x1c\xd7\x28\x33\x32\x80\xaf\xd1\xe5\x28\x30\x30\x22\x61\xa1\x8e\
-\x0e\x8c\x6b\x94\x11\x09\x22\xca\xe0\xb8\x46\xc4\x71\x04\x51\x22\
-\x42\x08\x86\xf0\x6a\x30\x84\x47\x42\x20\xe4\xd5\x8f\xea\xee\xea\
-\x74\x77\x75\xbd\xef\x3d\x67\xcf\x8f\x7b\xab\xea\x56\x75\x75\xa7\
-\x3b\x89\xfe\x19\xcf\x5a\x7b\x9d\x5b\xb7\xea\x9e\xbb\xbf\xef\xec\
-\xb3\xcf\x3e\xfb\x9c\x22\xfc\x09\x4a\xd7\xd6\x58\x33\x17\x8c\x59\
-\x4c\xba\x95\xe1\xcc\x04\x49\x13\x10\x20\x01\x01\x80\x00\x30\x6b\
-\x68\x40\x83\xb5\xce\x90\xa4\x7e\x87\x44\x6f\xd4\x09\xc6\x57\x5f\
-\xd0\x9f\xfe\x63\xea\x46\x27\xaa\x21\x66\xd0\x73\x8f\x5a\xcb\xb4\
-\x21\xce\x22\xd0\x49\x60\xb5\x54\x6b\xb5\x84\x59\xcd\x05\x60\x1c\
-\xbb\x86\x94\x26\x92\xfb\x08\xf2\x2d\x21\x68\x8f\x06\xfd\x41\xe6\
-\xb3\xdb\xcf\xf8\x20\xfa\x4f\x84\xde\xc7\x45\xc0\x96\x2d\x88\x44\
-\xb5\x75\x09\xb3\xfe\x4b\xd6\x6a\x3d\xc0\x0d\xfe\xef\x85\x00\x82\
-\x11\x82\x69\x02\x86\x49\x30\x2c\xb7\x26\x02\xa4\x04\x48\x94\x7f\
-\xab\x15\xa0\xb5\x2b\x4e\x81\xe1\xd8\x80\x63\x33\xec\x02\x90\xcb\
-\x30\x98\xab\x14\x27\x71\x50\x90\x7c\x84\x99\x7f\xf6\x9e\x17\x9d\
-\xed\xb4\x09\xfa\x58\x30\x1c\x13\x01\x5b\x7f\x8d\x76\x93\xcd\x2f\
-\x33\xec\x2b\xc1\x08\x02\x80\x15\x24\xc4\x1a\x08\x75\x8d\x84\x70\
-\x8c\x10\x8a\x12\x82\x41\x3a\x21\x36\xc6\x1a\xc8\x66\x18\xd9\x14\
-\x23\x9d\x64\x24\x47\x18\xa9\x61\x0d\xc7\xf1\x40\x10\xf5\x80\x8c\
-\x3b\xec\x90\x7d\xf7\xfa\xf5\xc8\x4d\xa7\xed\x69\xab\xb7\xe3\xb1\
-\xd0\x67\xb5\x93\xfd\x37\x06\xac\x68\x03\xa1\x79\x96\x40\xd3\x2c\
-\x81\x50\xa4\xdc\x94\x52\x40\x36\xed\x2a\x9c\xcf\x32\x94\x03\x14\
-\xf2\x6e\x6f\xda\x79\xb7\x37\x95\x72\x81\x15\x8b\x90\xae\xc5\x08\
-\x09\x98\x16\xc1\x0a\xb8\xb5\x34\x80\x60\x98\x10\x8e\x12\x82\x11\
-\xd7\x7a\x8a\x65\x6c\x84\x31\xd4\xa7\x91\x88\x6b\xe4\x32\x0c\x10\
-\x1d\x16\x81\xd0\x15\x67\x6e\xcc\xbc\x78\xc2\x09\x60\x66\x7a\x76\
-\x4b\xe8\x66\xe5\xe4\x6e\xad\x6f\x22\x74\x2e\x31\x50\x37\xc3\x7d\
-\x3c\x9f\x65\x0c\x0f\x32\xc6\x86\x35\x92\x23\x2e\xf0\x71\x2f\x22\
-\xc1\xd2\x08\xe5\x0d\x23\x52\x20\x61\xb2\x34\x02\x0a\x64\x94\x7e\
-\xa8\x9d\xbc\x64\x76\x48\xa9\xbc\x54\x76\x2a\xa0\x54\xce\x1c\xdf\
-\x06\x10\xa9\x27\xd4\x35\x08\xc4\x1a\x09\x8d\x2d\x02\x86\x09\x30\
-\x03\x89\x3e\x8d\x43\x7b\x15\x72\x69\x64\x42\xc1\xe6\xf7\x9f\xb2\
-\x71\xf0\xf7\x27\x94\x80\xdd\xcf\xaf\x5e\x92\x48\xbc\xf2\xda\x9c\
-\xf9\xd2\x9c\xbf\x4c\xc2\x71\x80\xf8\x21\x85\x44\x9f\x46\x6a\xd4\
-\xc3\x41\x42\x05\x03\x4d\x03\xe1\x58\xdb\x91\x60\xa4\x35\x1b\x0c\
-\x77\xe4\xc3\xb1\x79\xf9\x60\xa8\x0d\x06\xd5\xc5\xd8\xd6\x4d\x50\
-\x22\x02\x46\x98\x19\x41\x90\x04\x20\x00\x68\x00\x8a\x85\xa0\x34\
-\xc0\x19\x36\x38\x45\xa6\x48\xd8\x85\xa1\x5c\x2e\x7b\x50\xa6\x53\
-\x07\x02\xb9\x74\x6f\x30\x93\x8a\x47\xb2\xe9\xbe\x66\xbb\x30\x36\
-\xa3\x48\x48\x7d\xb3\x40\x4b\x9b\xc0\xcc\x76\x01\xad\x80\x3d\x2f\
-\x3b\x18\x19\x12\x5d\x67\x7e\xe0\xbb\x67\x13\x5d\x9b\x39\x21\x04\
-\x30\xff\x30\xf8\xe2\xef\xbe\xf8\xd9\x40\x64\xf8\xf6\x93\xd7\x99\
-\x88\x1f\xd2\x38\xb0\xdb\x81\xe3\x00\xd2\x08\x0d\xc6\xea\xe7\xbd\
-\xde\xd2\x76\xda\xfe\x19\xb3\xd6\x26\xa5\x11\x0c\x01\x56\x84\x10\
-\x08\xa8\x4c\xbe\x5d\x65\x73\xf3\xa1\x45\x33\x28\x24\x85\xd5\xc4\
-\xc2\x9c\x01\x92\x31\x82\x11\xf2\xc0\x7b\x04\xb0\x03\x76\xd2\x60\
-\x67\x94\x75\x61\x88\xd8\x19\x06\xb4\x5d\x20\x8b\x7a\x64\x34\xfc\
-\x0e\x99\x34\x04\x64\x73\x00\xd2\xf9\xf4\xa0\x3d\x10\x7f\xb6\xe5\
-\x48\x7c\xe7\x92\x6c\xaa\x77\x85\x66\x15\x0a\x86\x08\x8b\x57\x1b\
-\x88\xd6\x13\x5e\xdc\x5a\x40\xdd\xcc\x53\x57\xae\x58\x7d\xd1\x6e\
-\xa2\x4d\x93\x3a\xc7\x29\x4e\x4f\x05\xa1\x38\xb7\xb0\xa1\x59\x60\
-\x28\xae\xf1\xf6\xab\x0e\x04\xc9\xcc\xdc\x05\xef\xbf\x73\xee\xd2\
-\x4b\x0f\x02\x54\xa7\x35\xc5\x40\x5c\xc7\x5a\x85\xd4\xe8\xe0\x12\
-\x95\xce\xae\x04\x05\x42\x46\x6c\xa1\x16\xc1\xb9\x82\xcc\x06\x90\
-\x08\x11\x60\x00\x64\x00\xb0\x3c\x31\x00\x14\x00\x14\x40\x46\x0c\
-\x40\x33\x49\x9e\x0b\x56\x29\xe8\xc2\xa0\xa5\x33\x07\x3b\x0b\xfd\
-\x07\xe7\x93\xe4\x41\x19\x8b\xec\x92\xd1\xd8\xfe\x40\xb8\x39\xd7\
-\xb1\xe0\xe2\xbd\x9d\x8b\x2e\x7e\xc9\xb6\x33\x99\x3d\x3b\x37\x9f\
-\x3b\x9a\xd8\xf3\xe1\xd7\x5e\xb0\xf1\xee\x73\x4c\xc4\xea\x05\xf2\
-\xa3\xf1\x85\xc0\x8a\xb7\xbc\xc6\x8f\x97\x80\x34\x13\xc9\x91\x5c\
-\x86\x31\x7b\xbe\x44\x43\xb3\xc0\x48\x42\x85\x7b\x0e\x3e\x7e\x75\
-\x32\xb9\xff\xb9\xd9\x9d\xe7\xbc\xd1\xd0\xbc\x26\x6b\x27\x7a\xe7\
-\xa9\xd1\xc1\x8d\x90\xd1\xa0\xd9\xb8\x86\x64\x74\x21\x48\x06\x05\
-\x58\x81\x29\x03\xd6\x59\xf7\x95\x22\x00\x82\x05\xc0\x84\x6b\x84\
-\x0a\x0c\x1b\xe0\x9c\x27\x0e\x40\x80\x08\xd6\x41\x04\x57\x0b\x69\
-\x77\xc2\x19\xdd\xd3\x5c\xe8\xdf\xb3\x81\x12\xd4\x67\x36\x77\xfc\
-\x46\x46\x42\xc9\x9e\x7d\x4f\x2c\x1e\x8c\x77\xad\x4c\x8f\x75\x9f\
-\x06\x00\xb3\x3b\x25\x02\x41\x42\x2e\xcb\x30\x8d\xd0\x30\xd0\x72\
-\xd4\xa9\x71\x8a\x43\x60\x93\xf8\xc3\xf6\xfb\xce\xcd\x8c\x1d\x7a\
-\x7c\xd5\xe9\x26\xea\x1a\x09\x89\x3e\x8d\xee\x77\x54\x69\xfc\x9b\
-\x46\xc8\x0e\x9b\x33\xcd\xfa\x19\xa7\x70\x6c\xd6\x7a\x0a\xd7\x2d\
-\x82\x69\x1a\x00\xe7\xe1\x8e\x75\x13\x20\xd3\x03\x6d\xf8\xb8\x27\
-\x78\x3e\xc0\x05\x8e\x02\x00\x1b\xcc\x79\xf7\x59\x30\x08\x41\xe4\
-\x72\x49\xa4\x47\xde\x40\xb2\xef\x29\x4e\xa5\xde\x46\xda\x4e\x28\
-\xad\x1d\x83\x08\x68\x68\x16\xe8\x58\x2c\x51\xd7\x48\xe8\xd9\xaf\
-\x70\x60\x37\x0f\xac\x3c\xf3\xfa\x65\x0d\x0d\xdf\x18\x3e\x21\x04\
-\xb8\x24\x6c\x36\x77\xfc\xe6\x33\xbf\x01\x9c\x0d\xf3\x96\x4b\xb4\
-\xcd\x95\x20\xe1\x06\x29\x43\x71\xed\xce\x02\x23\x1a\xca\x29\x3f\
-\x63\x98\x51\x84\xc2\xb3\x61\x06\x1a\x61\x05\x66\xc0\xb4\x66\x40\
-\x88\x00\x00\x01\x29\x83\x20\x51\x74\xf4\x0c\xa5\xb2\x60\x5d\x00\
-\x43\x43\xd9\x49\xd8\xf9\x23\xb0\xed\x51\xe4\xf3\x09\xe4\xd2\x71\
-\x68\x5d\x6e\xd8\x0a\x10\x62\x8d\x84\x19\x33\x05\x9a\x5a\x05\x0c\
-\x0b\x70\x6c\xe0\xe0\x9b\x0a\x7d\x07\x15\xcc\x40\xe4\xba\xd3\x37\
-\x5e\xf7\xad\xa3\x8d\xff\x69\x11\x00\x00\x3b\x76\xd4\xcd\xd0\x23\
-\x99\x9f\xb1\x76\xce\x0d\x84\x08\x6d\x9d\x02\xcd\x6d\x02\xc1\x30\
-\x79\x24\x01\x99\x14\x23\x3d\xca\xc8\x78\x71\x40\x36\xcd\x70\x0a\
-\x6e\x54\xa7\xa7\x11\xab\x09\x09\x98\x26\xc1\x0c\x00\xa1\x88\x1b\
-\x07\x84\xa2\x84\x68\x03\x21\x18\x2a\xab\x9d\x1a\x61\x0c\xf6\x69\
-\xc4\x0f\x29\x28\x07\x2c\x8d\xe0\x57\xd7\x5d\x90\xbb\x85\x08\xe3\
-\xe7\xe2\xe3\x25\x00\x00\xb6\x6e\x85\x61\xe5\xcc\x4f\x93\x52\x5f\
-\x51\xd0\x4d\x00\x10\xa9\x23\xd4\x37\x89\x52\x24\x18\x08\xd5\x6e\
-\x56\x29\x37\xcc\x3d\x5a\x20\x64\x98\x04\x21\xc6\x3f\xcf\x0c\x64\
-\x53\x6e\x24\x38\x36\xac\x31\x92\x70\x03\x2d\x17\x88\xf1\x12\x60\
-\x5c\x77\xd6\xc5\xb9\xad\xd3\xc1\x33\xed\x45\xca\xfa\xf5\x70\x0e\
-\x7f\xbf\x69\x17\x88\xeb\xf4\xf2\x33\x31\x26\x13\x18\x39\xb2\x03\
-\xe9\x64\xd9\x44\xa5\x01\x84\xa2\x84\x70\xc4\x8d\xde\x2c\xcb\xed\
-\x49\x33\x40\x30\x2d\x94\xd6\x02\x90\xe3\xdb\x77\x6c\x17\xa4\x9d\
-\x67\x14\x0a\x0c\x3b\xef\x7e\xce\xa4\x19\xb9\x74\xa5\x15\x19\x66\
-\x14\x33\x67\xad\x43\xb0\x77\x48\xcb\xc1\x78\x3d\xb2\xb4\x0b\xe8\
-\x99\x16\x9e\x69\x5b\x40\xef\xbd\x6d\x9d\x0c\xbc\x1a\x5e\x76\x45\
-\x24\xb6\xf6\xef\x04\xf3\x28\x1c\x3b\x89\xf4\xd8\xdb\x48\x25\x77\
-\x23\x35\xb6\x1b\x99\xf4\x01\xe4\x73\xf1\xca\x2e\x3e\xce\x22\x84\
-\x81\x60\xa8\x15\xe1\x70\x1b\x22\xd1\x0e\x44\x22\x6d\x08\x85\x9a\
-\x20\xcc\x0e\x40\x87\x30\xfa\xe4\xb7\x6d\x7b\xb4\x67\xc7\x9c\x9e\
-\xbe\x73\xa7\xb3\x30\x9a\x16\x01\x5d\x9b\x61\xb6\xc9\xf6\x67\xcd\
-\xd6\x55\xef\x6a\x5c\x7f\xab\x04\x52\x60\xce\x83\xc8\x72\x3d\xbc\
-\xe7\xe5\x89\x4c\x68\x56\xc8\xa5\x0f\x21\x97\xef\x85\x93\x4f\xc0\
-\x2e\x0c\xc1\xb6\x8f\xc0\x2e\x1c\x01\xb3\x03\xe5\xa4\xc1\x6c\x03\
-\x60\x00\x0c\x21\x2d\x08\x32\x21\x84\x09\xc3\x8c\xc2\xb0\xea\x61\
-\x19\x31\x18\x66\x14\xc1\x60\x33\x02\x56\xbd\x37\x55\xda\x00\x17\
-\xdc\x67\xb9\x00\xb0\x0d\x32\x3b\xc1\x39\x85\xe1\x2d\xdf\xd4\xda\
-\x49\x6f\x6a\xbf\x7a\xe0\xb6\x3f\x0a\x01\xdd\xf7\xb4\xde\x28\xac\
-\xd8\x6d\x4d\x97\xdc\x25\x45\x30\x08\xd6\x63\x1e\xe0\x22\x01\x16\
-\xa8\x48\x04\xb9\x53\x1d\x91\x01\xd7\xd6\x8b\xaf\x62\xb8\x53\x9e\
-\x02\xc3\xf1\x00\x39\x60\x0f\x8c\x3b\x05\x16\x7c\x40\xab\xaf\xdd\
-\xcf\xa5\x6b\x14\xc0\xac\x20\x03\xcb\x50\xe8\x7d\x0b\xc9\x67\xee\
-\x55\x5a\xf3\x9a\x8e\x6b\xfb\x5f\x9d\x0a\xa6\x1a\xae\xa6\x76\x39\
-\x78\x5f\xeb\x02\x08\xb1\x29\x76\xda\x27\xa5\x08\xc5\xc0\x6a\xc4\
-\x05\x45\xc2\x13\x09\x22\xe1\x81\x95\x1e\x78\xb3\x6c\x19\x64\x79\
-\xe2\x27\xc8\xfd\x1d\x48\x80\xa8\x98\x20\x10\xa0\x52\xa2\xc8\x7f\
-\x4d\xa5\x7b\x20\x2a\x8b\x17\x47\xe8\xc2\x3e\x04\x66\xaf\x40\xa0\
-\x7d\x0d\x84\x14\x3f\xe4\x4d\x53\xc3\x36\x65\x02\x0c\x25\x6e\xb3\
-\x9a\x96\x89\x60\xe7\x99\x80\x33\xe4\xdd\x25\x50\x51\xa9\xa2\x94\
-\xc8\x28\x12\xe1\x5a\x48\x59\x8a\x81\x90\xf4\x81\x96\xbe\x36\x7c\
-\x40\xfd\xc0\x89\x5c\x82\x89\x2a\xef\x7b\xc2\x3a\x05\xed\xf4\x21\
-\xb2\xfa\x12\x09\x92\x6b\xbb\x67\xcf\xbc\xfc\x84\x11\x70\xf8\xee\
-\x96\xc5\xcc\xfc\x91\xe8\x9a\x8f\x19\xe0\x2c\x98\x8b\x39\x87\x1a\
-\xbd\x53\x12\x59\x26\x82\x8c\xf1\xbd\x5f\x22\xa8\xba\x0d\x1f\x78\
-\xa2\xca\x7a\xc2\xe2\x7e\xaf\x9d\x43\x10\xe1\x28\x42\x4b\xde\xc7\
-\x42\xc8\xdb\x98\x8f\x3e\xc4\xa7\x44\x00\x49\x79\xad\xd1\xb4\x48\
-\x9b\xcd\x4b\xa0\xd5\x88\xef\xa5\xfe\x1a\x35\xee\xfb\xc9\x28\x3a\
-\x49\xe1\xb3\x9a\xa2\x05\x55\x4b\x8d\xe6\xaa\xee\x53\xad\xdf\xb2\
-\x06\x3b\xbd\x08\x2d\x3c\x4b\x30\xd3\xf2\xbe\x7b\xdb\xce\x3a\x1a\
-\xb6\xa3\x12\xd0\xb5\x19\x26\x48\x7c\x22\xbc\xe4\x03\x06\x50\x8c\
-\xcf\x27\x2b\x5c\xa3\x66\xb8\xf1\xbe\xae\xfa\x1d\x83\xa7\x16\xb0\
-\xf9\xda\x9b\xfc\x9e\x76\xfa\x20\xc3\x75\xb0\x66\x2d\x57\x1a\x7c\
-\xd5\xd1\x5a\x3d\x2a\x01\x6d\x62\xe6\x39\x04\xd1\x18\x98\xbd\x06\
-\xac\x93\x18\x0f\xac\x52\x86\x87\x47\x7d\x9f\x15\xb8\xb8\xc8\x29\
-\x79\x73\x07\x0c\x85\x37\x76\xef\x29\xfd\x6e\x60\x30\x81\xc4\xd0\
-\xf0\xf8\xf6\x98\x2b\x30\xa6\xd2\x79\xd8\xb6\xf2\xde\xee\x07\xef\
-\x7f\xc6\x06\xeb\x11\x84\x16\x9c\x2e\x89\xe8\xc3\x5d\x9b\x31\x2e\
-\xb3\x34\x2d\x02\x98\xc5\xfb\xad\xd6\xe5\xb6\x08\x46\xbc\x69\xaf\
-\xd8\x6b\xd5\xe2\xf6\x70\xd7\x4b\xbb\xf0\xa5\xeb\xbe\x86\x78\x3c\
-\x0e\xb0\xf2\x00\x7b\xd3\x98\xce\xe3\x89\x27\x9f\xc0\xc6\xf3\x2e\
-\x43\x5f\x4f\xaf\xfb\x3d\x34\x9a\x9b\xea\xf1\xd1\x8f\x5d\x87\x3b\
-\xbe\xf5\x9f\x18\x19\x1d\x1b\xd7\xae\x56\x1a\xbf\x7c\xa4\x0b\xff\
-\x74\xf3\x83\x30\x4d\x01\xd4\x04\x5f\x2e\x5a\x0d\xc1\x6c\x59\x08\
-\x66\x8a\xcc\x16\x6d\x67\x4c\x86\xef\xa8\xa1\x30\x93\x38\xcf\x6a\
-\x5b\x6d\xb2\xce\x7a\xeb\xf4\xa2\x02\x2e\x60\x86\x06\x41\xbb\xc4\
-\xb0\xc6\x79\x1b\x4e\xc7\xb7\xef\x7c\x00\x0b\x16\x9f\x85\x73\xce\
-\x59\x87\x55\x2b\x57\x40\x08\x89\x81\x81\x04\xb6\x6d\xdb\x81\xfd\
-\x07\x0e\xe1\xa3\x7f\x7d\x39\x36\x6c\x58\x07\x66\x07\x60\x05\x41\
-\x8c\xaf\xfc\xf3\x35\xb8\xe0\xa2\x4f\xe1\xd6\xaf\x6e\xc6\x86\xf5\
-\x6b\xb1\x78\x51\x1b\x4c\x43\x60\x30\x31\x8c\x27\x9f\xda\x85\x44\
-\x22\x89\xad\x8f\xdd\xe0\x59\x05\x7b\x51\x66\x6d\x22\x58\x0d\x43\
-\x86\x16\xc3\x68\xe8\xb0\xd5\xf0\xfe\xf5\x00\x26\xcc\x0f\x4e\xea\
-\x25\x79\x13\x8c\xde\xd9\xad\xd9\x86\x8d\x37\x1b\x66\xf3\x6c\xb0\
-\x3a\x52\x9a\xcf\x09\xd5\xc1\x8f\xfb\x99\xc8\x44\x2a\x65\xe3\xc2\
-\x4b\x3f\x85\x1d\xcf\xbe\x3c\xae\xcd\x4b\x2f\x39\x1f\x3f\xfd\xc9\
-\x9d\x30\x2d\xe1\x59\x48\x31\xf8\x71\xf0\xcb\x87\x9f\xc0\xc7\x3f\
-\xb1\x09\x99\x4c\xa5\x9f\x09\x05\x2d\xfc\xf4\x81\xcf\xe0\xfc\x0d\
-\x4b\x27\x0e\x8a\x50\x0c\x8c\xdc\x22\x83\xa7\x22\xbd\x6b\x0b\x67\
-\xf7\x6e\x7b\x78\xce\xd5\x7d\x97\x4d\x84\x71\x52\x0b\xe8\x9e\xd5\
-\x32\x9f\x00\x43\x46\x66\x82\x75\x0e\xcc\xc5\xde\x56\x60\x52\x20\
-\x48\xf7\x1a\x12\xc4\x0e\x00\x02\x83\x10\x8d\x5a\xd8\xfa\xf8\x0f\
-\x71\xdf\xfd\xbf\xc0\x43\x3f\xff\x2d\xba\xbb\xfb\xb0\x62\xc5\x12\
-\x5c\xf9\xf1\x2b\x70\xf1\x45\xeb\xe1\xe6\x00\x6d\x6f\x08\x38\x60\
-\x6f\xa8\x7c\xf0\x92\xf7\xe0\x8d\x9d\xf7\xe3\xdf\xef\x7c\x10\xbf\
-\xdf\xbe\x0b\x4a\x29\x9c\xf6\xee\x85\xb8\xfe\x1f\x2f\x44\xc7\x9c\
-\x3a\x0f\xa8\xf6\x09\x83\xbd\x7a\xdc\xce\x09\x67\x60\xd4\xcd\x22\
-\x26\x5a\x39\x19\xc6\x49\x2d\xa0\xfb\xee\xd6\x0d\x64\x98\xbf\x6b\
-\xb9\x62\x33\x18\xfd\x60\x2e\x54\xf6\x36\xca\x73\x3b\x95\xa2\x3b\
-\xb7\x2e\x85\xc0\xe4\x0f\x70\x80\xd2\xf0\x61\x8f\x48\x8f\x84\x72\
-\x48\xec\x5a\x84\xdb\xb3\xb6\xaf\x97\xbd\x75\x00\xaa\xc3\xe3\xe2\
-\x6f\x0a\x00\x54\x49\x77\x61\x2d\x84\x93\x48\x61\xe4\xe9\xef\xe5\
-\xda\xaf\x8e\x87\x26\xc2\x38\xa9\x13\x14\xc4\x31\x48\xcb\x5b\xbb\
-\x3a\x9e\xc2\xda\x33\x5d\xcf\xc3\x97\xee\x3b\x5e\x4a\xcb\x2e\x99\
-\xa5\x5f\xd1\x4a\x71\x01\xf9\x01\xba\xe0\x1d\x8f\x0c\x55\x96\x52\
-\x6f\x2b\x14\xd7\x10\x28\xea\x50\xba\x5f\x3d\xc5\xc2\x5d\x24\x59\
-\x01\x80\x39\xc0\x9b\x26\xb6\xf4\x49\x87\x80\x22\x44\x0c\x69\x6a\
-\x10\x04\x6b\xdb\x7d\x19\x39\x28\x05\x38\x9e\xd9\x03\x6e\x12\x93\
-\xb9\xd8\xcf\x7e\x27\xa9\x30\x3e\xc0\x29\x5a\x40\x39\x17\x58\xb6\
-\x04\xc7\x9b\x39\x1c\xdf\x77\x4e\xd9\x62\x7c\xa0\xdd\xce\x28\xb6\
-\x55\x1d\x13\x68\x90\x0c\x02\x00\xbd\xd3\xd6\x18\x01\x86\x47\xa7\
-\x4d\x80\x20\x72\x98\x99\xca\x2c\x2b\x80\x25\x18\x0e\x58\x03\x42\
-\xba\x63\x9e\x8a\xef\x26\x77\x26\x00\x19\x20\x2e\x2a\xea\x0f\x75\
-\x8b\xe4\x70\x89\x00\x46\xb1\x37\xab\xc0\x17\xaf\xd9\xeb\xf9\x0a\
-\xcb\xf0\x5b\x45\xb1\xae\x2e\x84\x62\x3e\x22\x84\x90\x0d\xd4\xce\
-\x8f\x4e\x3a\x04\x58\x53\x8a\x55\x81\xa0\x95\xa7\x74\xd9\xe4\x89\
-\x14\x5e\x7d\xed\x80\x4f\xe1\xe2\x5a\xdd\x29\x0f\x01\xf8\xbd\x75\
-\x59\xdc\xef\xec\xca\xf1\xeb\x3d\xef\x07\xef\xbe\xab\x0c\x9c\x8b\
-\xc3\xa0\xe8\x3b\x58\xa3\x50\xb0\x71\xf0\x70\xb2\x86\xf6\x12\x6c\
-\x17\x00\x22\x35\xfb\xda\xde\x09\x77\x88\x26\x0f\x84\x58\x1f\x61\
-\x55\x00\x3b\x39\x80\x44\x79\x9c\x7b\xca\xc5\xa2\x51\xfc\xf2\x91\
-\x17\xab\xc6\xb4\x5d\x01\xa8\x04\x98\xf3\x3e\xbf\x50\xe9\x0f\xe0\
-\x91\x51\x41\x24\x1c\x9f\x5f\x29\x0f\x87\xb2\x6f\x50\xb0\x1d\x1b\
-\xf7\xdc\xbf\x1b\x73\x3b\x9a\xc7\xeb\x4e\x16\x74\x21\x03\x10\x8d\
-\x4d\x06\x71\x72\x02\x1c\x73\x2f\x58\x41\xa5\x13\x20\x98\xa8\x0c\
-\x6d\x1d\x74\x76\x46\x31\x38\x94\xc3\x43\xbf\x78\x1e\x25\xe7\x87\
-\x2a\xcf\x5c\xd1\xc3\xd5\xd7\x45\x67\x69\xa3\xc2\x82\xaa\xc1\x97\
-\xfc\x80\x37\x6d\x42\xc1\xb1\x6d\x5c\xff\x95\x17\x70\xc1\xc6\xd5\
-\xa0\x1a\x3b\xe2\x24\x42\x70\xc6\xfa\x01\x60\xef\x31\x13\xd0\xfe\
-\xd9\x9e\x21\x16\x94\x54\xa9\x01\x40\x98\x65\xf3\x2e\x9a\xa9\xce\
-\xe2\xaa\x2b\xdf\x8b\xdf\x6d\x7d\x0b\x3f\xf8\xd1\xd3\x35\x7a\xbd\
-\x30\xae\xd7\xcb\xf7\x5c\xb2\xc6\x0d\x01\x3f\x21\xa8\x9a\x1d\xbc\
-\x98\xc1\xb6\x0b\xb8\x7e\xd3\x8b\x38\x79\xd5\x42\x2c\x59\x50\x4b\
-\x73\x02\x28\x0c\x35\x12\x57\x50\xfa\xf5\x63\x26\x00\x00\x88\xb1\
-\xad\x30\xf8\xa6\x06\x45\x51\x76\x54\x76\x39\x3f\xa7\x13\xf8\xd7\
-\xaf\xfd\x0d\x7e\xfe\xf0\xab\xd8\xf4\xf5\x5f\x21\x9b\x4d\x97\xe6\
-\xeb\xca\x71\x9f\xf7\x76\x7b\x0a\x40\xa9\xf6\x0d\x95\xa2\x4f\x40\
-\x79\x08\x54\x4e\x8d\x2e\x19\xd9\x6c\x1e\x5f\xfc\x72\x17\xc6\x52\
-\x06\xfe\xf6\xa3\x0b\xbd\xed\xb6\x2a\x9d\x45\x0c\x60\x42\x21\xfe\
-\x26\x91\xa0\x49\xb7\xc9\xa7\x90\x0f\xe0\x27\x0b\x3d\x6f\x68\x02\
-\x79\xeb\x79\x1f\x09\x9e\x52\xb1\xf0\x11\xdc\x77\xf7\xa7\xb1\xe3\
-\x85\xc3\xf8\xab\x2b\x1f\xc0\x0b\x5d\xef\x54\x99\x7c\xa5\x4f\xf0\
-\x93\x30\xde\x4a\xca\x41\x10\x97\x88\x70\xdf\xf3\xce\xc1\x51\x5c\
-\xf5\x0f\xcf\xa1\x27\xae\x70\xc7\x57\xcf\x07\xe9\x81\xda\x9d\x26\
-\x1b\xa0\x52\x47\xa0\xf3\xa3\x42\x82\x9f\x3a\x2e\x02\x58\xe9\x47\
-\x55\x2a\x6e\x38\x23\x3d\x20\xd1\xe8\xeb\x25\x37\xe8\x71\x15\xcd\
-\xa3\xb5\x69\x04\xdf\xff\xee\x35\xd0\x2c\xf1\xf9\x1b\x7e\x85\xcf\
-\x5d\xff\x30\x76\xee\x3a\x3c\x6e\x28\x94\xcc\xbf\x22\x50\xb2\xc7\
-\x81\x87\x4f\x06\x13\x69\xdc\x79\xef\x9b\xb8\xf6\x0b\x2f\x61\x74\
-\x8c\xf1\xed\x6f\x5e\x88\xfa\x48\xef\x84\x3a\x93\x6c\x41\xa1\x77\
-\x17\x93\x10\x7b\x67\x5d\xdd\xbf\x7f\x32\x7c\x53\xca\x0a\xf7\xdc\
-\xdb\xd6\x15\x5e\x71\xc1\x9a\xf0\x8a\x0d\x42\xe5\x5e\x71\x53\x5d\
-\xf0\xa5\xb5\x8a\xb5\x08\x62\x38\xd9\x8c\x1b\x6e\x7e\x08\x6f\xef\
-\x1b\x80\x94\x12\x9d\x1d\x0d\xd8\xb8\x7e\x1e\xd6\x9d\xda\x86\x8e\
-\x39\x31\x48\x59\x15\x12\xfb\x63\x02\x5f\x74\x37\x3c\x9c\xc5\xce\
-\xd7\x86\xf1\xf4\x8e\x01\xbc\xb4\xf3\x08\x72\x79\x07\x33\x1a\x43\
-\xf8\xc6\xad\xe7\xa2\xb3\x2d\x0e\xff\xc2\xa7\x02\x90\x88\x41\x58\
-\xab\x30\xfc\xd8\xed\xb6\x33\x16\xbf\xa5\xfd\x9a\xfe\x7f\x39\x6e\
-\x02\x0e\xdf\xd3\x7a\xb5\xb4\x42\xdf\x9b\x71\xd1\x2d\x92\xd1\x07\
-\x56\x09\xc0\x23\xa0\x9c\xfc\x2c\xc6\xfd\x16\x0a\xba\x0d\xdf\xbb\
-\xf7\x79\x3c\xf6\xf8\x6b\x10\x42\xc0\x30\x0c\x48\x29\x11\x0c\x98\
-\xe8\xec\x88\x62\x76\x5b\x04\x75\x31\x13\xb1\xa8\x09\xcb\x22\x14\
-\x0a\x0a\xd9\x9c\x83\x5c\x4e\xa1\x7f\x20\x87\xfd\x87\x52\x18\x19\
-\x2d\x40\x29\x05\xad\x35\x1c\xc7\xc1\x82\x79\x0d\xb8\xe5\x86\x33\
-\x31\xa3\xee\x30\x26\xcb\x4a\xc9\xc0\x49\xb0\x13\x09\x8c\x3e\x75\
-\x97\xc3\x64\xcc\x6f\xbf\xba\xa7\xfb\xb8\x09\x78\xeb\x3b\x8b\x02\
-\xa1\x50\xfa\x70\x74\xcd\xe5\x2d\xa1\x85\xa7\x40\xe5\x5e\xf5\x9e\
-\x2c\x5b\x01\x51\x65\x32\x54\x18\xb3\xf0\xca\xeb\x39\xfc\xc7\xe6\
-\xa7\x30\x98\x48\x43\x4a\x59\x21\x44\x04\x51\xb5\x01\xc8\xcc\xd0\
-\x5a\x43\x6b\x0d\xa5\x14\x94\x52\x90\x12\xf8\x8b\xcb\x96\xe3\xb2\
-\x0b\xe7\x80\xb4\xe7\x5b\x26\x02\x23\x62\x90\xd6\x2a\x0c\x6f\xbd\
-\xcb\x2e\x24\xf6\x3d\xd0\x71\x4d\xff\x51\x53\x62\x53\xde\x18\xe9\
-\xde\xdc\xfa\x05\x61\x45\xee\x98\x71\xe1\x8d\x02\x72\x08\xda\xee\
-\x46\xd9\xfc\x45\xa9\xa6\x62\x6a\x1c\x04\x12\x11\xb0\x98\x83\xe7\
-\xbb\xfa\xf1\xe8\x96\xdd\x78\xe7\xc0\x30\x84\x10\x15\x24\x10\x15\
-\x77\x96\xb9\x44\x80\x52\x0a\xc1\x80\xc0\xd9\x67\x75\xe0\x03\x1b\
-\x3b\xd1\x18\x4b\x80\x55\x6d\x87\xe7\x87\x22\x83\xab\x51\x88\x77\
-\x23\xb9\xfd\x1e\xa5\x95\x5a\xde\xf1\xc9\xc1\xb7\x4e\x18\x01\xaf\
-\x3f\x78\x92\x55\x3f\x3a\xf4\x7a\x78\xe1\x7b\xe7\x45\xd6\x7e\xd0\
-\xd0\xf9\x57\xc0\x3a\x8d\x72\xaf\x57\xed\x0d\x78\xf1\x3f\x81\x40\
-\xa2\x1e\x64\xb4\x62\x70\x08\x78\xe5\xb5\x38\x5e\xdf\x3d\x88\xa1\
-\xe1\x2c\x52\x29\x1b\xd9\x9c\x42\xc0\x92\x88\xc5\x2c\xd4\x45\x0d\
-\xcc\xeb\xac\xc3\xd2\x45\x0d\x58\xba\x38\x02\x4b\x24\xa0\xd5\x80\
-\xe7\x70\x27\x2f\xc2\x6c\x07\x30\x1b\x23\x5b\x6e\x77\x9c\xf4\xd0\
-\x77\xda\xaf\x89\x7f\x71\x2a\xb8\xa6\xb5\x35\x76\xf8\x9e\x59\x67\
-\x13\xe8\xc9\x86\xf7\x5d\x23\xcc\xd6\x0e\xa8\xdc\x2b\x28\x2f\x44\
-\x08\xa5\x2d\x30\xf2\x2f\x80\x7c\x66\x4e\x16\x48\xc4\x5c\x21\xab\
-\xbc\x3f\xe0\x25\x4d\x99\xf3\x80\x1e\x03\xeb\xa4\x47\xee\xd4\x32\
-\xc6\x24\x62\x90\x81\x55\x48\x76\xfd\xaf\xce\xed\x7f\xa6\x2f\x20\
-\xec\xe5\x2d\x57\x25\x26\x0d\x81\x4b\xcf\x4e\x19\xbd\x57\x0e\x6f\
-\x9e\xb5\x49\x06\xc2\x5f\x6e\x3c\xff\x4b\x52\x04\x19\x2a\xff\x46\
-\x0d\x45\xab\xc1\xd7\x7a\x4d\xad\xc4\xea\xf4\x0b\x51\x08\x22\xb8\
-\x0a\xf9\xc3\xbb\x31\xf6\xec\x8f\x1c\x2d\xe8\xcc\x8e\xbf\x8f\xbf\
-\x30\xd5\xe7\x6b\xec\xd0\x4f\xfe\xbe\xe1\x54\xea\xb9\xb3\x57\x04\
-\xcf\xb1\xe3\x6f\xce\x09\xce\x5d\x27\xc8\xac\x73\x73\x85\xe3\x8a\
-\x7f\x2f\x60\x22\x39\x76\xe0\xae\x36\x16\x64\x60\x15\xec\xa1\x5e\
-\x8c\x3e\xf3\x03\x24\xb3\xce\x4d\x8b\x3e\x35\xf0\x08\x5c\xc6\xa7\
-\xd4\xf0\x74\x08\x30\x01\x58\x3b\x0f\xc0\xca\xda\xce\x63\xeb\xe6\
-\xab\x8b\x55\x62\x7f\x7d\xb0\xe3\x74\x21\xac\x06\x8f\x84\xe3\x00\
-\x33\xcd\x42\x22\x04\x19\x38\x19\xce\x48\x02\xc9\xa7\x37\xeb\xe1\
-\xb1\xdc\xfd\x27\x7d\x7e\xf0\x76\x54\x6e\x34\x02\xe3\x52\x45\x95\
-\x65\x2a\x04\x10\xca\x87\xfa\x2c\x00\x56\xd7\xdb\x0e\xf2\x05\xfd\
-\xdb\x77\xcf\xcd\xae\xe7\x81\xbd\xf5\x56\xfb\x69\x52\x06\xdb\x00\
-\x3d\x3a\x25\x87\x75\xbc\x85\x64\x0b\x44\x60\x05\xec\xc1\x83\x18\
-\xdd\xb6\x99\xfb\x87\x32\x0f\xbe\xf7\xa6\xc1\x5b\xf3\x6a\xa2\x4d\
-\xc6\x89\x49\x38\x1a\x01\x04\xb7\xe7\xc7\x49\xd7\x3e\xdb\x7e\x79\
-\x5f\xfe\xd1\xf3\x56\x38\xa7\x72\x77\x57\xab\xd9\xb4\x48\x18\x75\
-\xcb\x40\x60\xb0\x4e\x9d\x00\x98\xb5\xb4\x31\x21\xac\xc5\x10\x46\
-\x3b\xb2\x7b\xb7\xf1\xe8\xf3\x3f\xa1\x7d\xf1\xdc\x7d\xeb\x6e\x4c\
-\xdc\x91\xaf\x4c\x0a\xd5\x72\x3a\x35\x49\x38\x1a\x01\xde\x01\xbf\
-\x52\x6d\xf8\xe5\x50\x42\xf3\x7f\x3f\x93\xfa\xed\x79\x2b\x45\x2c\
-\x34\xf8\xf2\x2a\x68\x66\xb3\xe5\x64\x12\x56\x8b\x17\xc7\x8f\x5f\
-\xa9\x1d\x5b\x91\x10\xe6\x1c\x08\x6b\x19\x74\x3a\x8f\xe4\xb3\x3f\
-\x56\x99\x7d\xcf\xe5\x7f\xfd\x72\xe6\x96\x0f\xdf\x3e\xfc\x50\x8d\
-\x07\x6a\xef\xdb\xd5\x18\xa3\x53\x21\xa0\x7c\xe2\xa1\xf2\xb3\x04\
-\x60\x64\xf3\x10\x3f\xda\x9a\xe9\x6a\x6f\xa4\xdd\xf3\x02\x87\xd7\
-\x3a\x07\xba\x42\x32\xd2\x42\x66\xc3\x0a\x08\x73\x26\x08\xc2\xdb\
-\x4e\x9f\xfe\x79\x21\x12\x11\x08\xa3\x03\x22\xb0\x18\xb0\x83\xc8\
-\xec\xd9\xca\x63\xcf\xff\x17\xf5\xf7\xc6\xff\x70\xe3\x8f\x93\x37\
-\xde\xfe\x70\xea\x35\xd4\xf6\xae\x6a\x82\xfb\xe3\x94\x38\xda\x34\
-\x58\xec\x79\x13\xe5\x83\xbd\x16\x26\x18\x16\xf3\x66\x1a\xd1\xbb\
-\xae\xa9\xff\xf8\xca\xb9\xd6\x87\xcc\x70\x93\x19\x5e\x7e\x8e\x0c\
-\xcc\x39\x19\x22\x18\x06\xeb\x94\x37\xbf\xa7\xe0\x9e\x31\x28\x78\
-\xfe\x82\xe1\x06\x4f\x06\x88\x82\x80\x08\x79\xb1\x42\x3d\x88\x82\
-\x70\x92\xfd\xc8\x1d\xe8\xd2\xd9\xb7\xb7\x53\x2a\x9b\xef\xdf\xf2\
-\x72\xee\xfe\xcf\xfd\x60\xf4\x09\x00\x5e\xd2\x01\xce\x04\xb5\xed\
-\x93\xe2\xfd\x71\xd9\xd3\xa9\xc4\x01\x35\xc1\x56\x89\xe1\xff\xbc\
-\xbc\x43\x36\x7c\xed\x23\x75\x97\xbf\x6b\x61\xf0\x52\xcb\x10\x0d\
-\x46\xcb\x52\x27\xd8\xbe\xd4\xb0\x9a\x16\x40\x84\x9a\x20\x02\x01\
-\x54\xfc\xf3\xc1\x2b\xac\x35\x38\x97\x81\x93\xea\x43\x61\x60\x1f\
-\xe7\x0f\xbf\xae\x54\xb2\xdb\x18\xcd\xf0\x3b\x8f\xed\xcc\xff\xec\
-\xa6\x07\x46\xb7\xe5\x55\x05\x30\xa7\x0a\x68\xf1\x73\xa1\xc6\x77\
-\x35\x17\x11\x53\x21\x80\xaa\x01\x56\x7d\x36\x6a\xd4\x06\x00\x23\
-\x60\xc0\xbc\xe9\x43\xb1\xb5\x67\x2c\xb5\xce\x98\x37\xd3\x3c\x25\
-\x6c\x71\x07\x09\x09\x11\xa8\x63\x0a\x35\x28\x61\x85\xc0\x20\x22\
-\xed\xb0\xb6\xb3\x50\xe9\x61\x03\x76\x0a\x9a\xd9\x19\x4a\xf1\x9e\
-\xb7\xfb\xec\x97\x7f\xf1\x5c\xfe\x99\x9f\x6c\xcf\x1c\x44\x29\x45\
-\x0c\xe5\x03\xeb\xa0\x12\xf8\x44\x84\x4c\xb8\x82\x9a\x4e\x24\xe8\
-\x77\x84\x35\x01\xfb\xa4\x96\xcf\x10\x2b\xe7\xc8\xe8\x05\x6b\x43\
-\xf3\x57\xce\x35\xe6\xc5\xc2\xa2\x21\x12\x40\x14\x0c\xb2\x35\xd9\
-\xf9\x82\xca\xc4\x47\xb8\xff\xa5\xfd\xf6\xc1\xff\x79\x2e\xd3\x9d\
-\xcc\x20\x8f\xf2\xb8\x75\x7c\x75\x31\x37\xef\xbf\xf6\x13\x52\x4d\
-\xc2\xa4\xce\xe7\x58\xfe\xd2\x54\x6b\x46\x90\x55\xd7\xd5\x52\x3c\
-\x09\x55\xe3\xf4\x53\x45\x19\x7f\xe0\x60\xdc\xde\x18\x7c\x3b\x25\
-\x15\xb5\x8d\x4a\xeb\xa8\xb5\x5b\x32\xae\x1c\x0b\x01\xfe\x67\xab\
-\x41\x17\xaf\xfd\xe7\xe5\xfc\x27\xa7\xfc\x04\xd4\x7a\xbf\xff\xf8\
-\x89\x46\x25\x11\xfe\x6d\xa0\x5a\x52\xec\xfd\x69\x85\xa3\xc7\x43\
-\x40\x75\x11\xa8\x24\xc0\x97\x21\x99\xf0\x28\x58\x75\x99\xe8\xe8\
-\x89\x77\xba\xb2\xa6\x35\x1c\xd7\x79\xdc\x13\x49\xc0\x44\xed\xfb\
-\x7b\xdd\x1f\xa3\x57\x5b\x41\xf5\xe9\xaa\x5a\xab\xa6\x3f\xdd\x62\
-\xe3\xcf\xe5\xcf\xe5\xcf\xe5\xff\x45\xf9\x3f\x47\x46\xa1\x1b\xbc\
-\x60\x5a\xb3\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
-\x00\x00\x13\x1f\
-\x89\
-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
-\x00\x00\x40\x00\x00\x00\x40\x08\x06\x00\x00\x00\xaa\x69\x71\xde\
-\x00\x00\x00\x06\x62\x4b\x47\x44\x00\xff\x00\xff\x00\xff\xa0\xbd\
-\xa7\x93\x00\x00\x12\xd4\x49\x44\x41\x54\x78\x9c\xed\x9b\x69\x90\
-\x66\x55\x79\xc7\x7f\xcf\xb9\xf7\xdd\xbb\x9b\xee\x9e\x99\x9e\xee\
-\xe9\xee\xd9\x17\x66\x83\x01\x06\x10\x04\x11\x46\x20\x81\x00\x82\
-\x91\x12\xcb\xc4\x20\x10\x92\x68\xac\x02\x8c\x56\xb9\x94\x44\x01\
-\x0b\x01\xb5\x62\x12\x17\x44\x82\x89\x5a\x91\x52\xa2\x10\x44\x61\
-\x58\x06\x04\x04\x06\x99\x8d\xd9\x7b\x96\xee\x9e\x9e\xde\xd7\x77\
-\xbd\xe7\x9e\x93\x0f\xf7\xbe\xdd\xb7\x7b\x7a\x7a\x1a\x18\xf4\x43\
-\xe6\xa9\x7a\xea\xdc\xed\xbd\xf7\xf9\xff\x9f\xe5\x9c\x7b\xce\x7d\
-\xe1\x84\x9c\x90\x13\x72\x42\x4e\xc8\xff\x5f\x91\x3f\xc6\x43\x7e\
-\x74\x0f\x19\x4f\x55\x9c\x65\xad\x79\x3f\x22\xcb\x95\x52\xcb\xc5\
-\x52\x63\xb1\x55\x16\x44\x41\x11\x51\x59\x30\xfb\x7d\x63\x76\x5a\
-\xcb\x6b\x06\x67\xc3\xcd\x9f\x19\xde\xf1\x6e\xdb\xf6\xae\x11\xf0\
-\xe0\xed\x24\x4d\x65\xea\x72\xc1\xfd\x84\xc5\x5c\x0a\xca\x99\x5d\
-\xbf\xd2\x9b\x35\x67\x85\x5b\x53\xbb\x48\x52\xe9\x5a\x1c\xc7\x05\
-\xc0\x1a\x8d\xf6\x3d\x46\x06\x5b\xe9\xeb\xd9\xab\x0f\xb5\x6d\x96\
-\xe1\xa1\x43\x8e\x52\xaa\xdb\x58\xff\x87\x8e\xa8\x1f\x5f\x7f\x6b\
-\x76\xcb\xbb\x61\xe7\x71\x27\xe0\x07\xdf\xa8\xaa\x15\xab\xff\x11\
-\x51\xb7\x38\x4e\xb2\x6a\xc5\xea\x0f\xda\xf9\x4b\x2e\x56\x55\xd5\
-\x8b\x71\x63\x29\xb0\x25\xac\x19\x02\x9b\xc3\x9a\x22\xe0\x07\x66\
-\x88\x8b\xa8\x4a\x44\x32\x58\xab\x28\xe6\x7a\xe8\xed\xda\xc2\x9b\
-\x5b\x1e\xd5\xed\x6d\xaf\xb9\x4a\xf1\x7b\xdf\xda\xaf\xdc\x78\x6b\
-\xee\xd7\x22\xd8\xe3\x65\xef\x71\x23\xc0\x5a\xe4\x81\x6f\xa4\xaf\
-\x57\xa2\xee\x4b\x67\xea\x2a\xce\x3a\xef\x93\x6e\xe3\xfc\x8b\x70\
-\x9d\x38\x46\x1f\xc6\xfa\x5d\x58\xbf\x13\xeb\x67\x01\x83\xc5\x82\
-\xf5\x01\x03\x56\x63\xf1\xc1\x6a\xb0\x06\x71\xaa\x51\xce\x1c\x94\
-\xd3\x88\x72\xea\xc8\x8d\x74\xb1\x63\xdb\xc3\xfe\x96\x4d\x8f\x38\
-\x88\x7e\x5a\x5b\xfd\xf7\x7f\x7b\x5b\x71\xd7\xf1\xb0\xfb\xb8\x10\
-\x70\xff\x3d\xc9\x05\x8e\x13\xfb\xa9\x72\xe2\x67\x9e\x73\xc1\xad\
-\x6a\xe1\xd2\x2b\x11\xd1\x18\x6f\x0f\xc6\x6b\x07\xbc\xc8\xa3\x2c\
-\x81\xff\x0c\xe0\x83\xf5\x23\xe0\x35\xd6\x7a\x60\x3d\x40\x83\xf6\
-\x50\xb6\x0a\x27\x7e\x32\x2a\xb5\x92\x7c\xae\x9f\xd7\x5e\xf9\x9e\
-\xde\xbb\xe7\x69\x6b\x30\x5f\x6d\x1f\xce\xdd\x79\xfb\xed\x98\x77\
-\x62\xfb\x3b\x26\xe0\xfe\xfb\xd2\x97\x39\xa2\xfe\xbb\xbe\xe9\xb4\
-\xd4\x05\x17\x7f\xcd\x49\xa6\xaa\xf1\x4b\x3b\x30\x5e\x6b\xf0\x00\
-\x51\x80\x02\x04\xad\x0d\xae\x2b\x80\xc1\x5a\x3b\x4a\x00\x68\xac\
-\xd5\x68\xaf\x88\xeb\x98\x90\x84\x52\x40\x84\xd6\x88\xf6\x10\x93\
-\xc0\xcd\x9c\x85\x24\x97\xd3\x79\xe8\x35\xd6\x3f\x7d\x97\xd5\xde\
-\xf0\x73\x48\xec\xea\xeb\x6f\x19\x18\xf8\x93\x10\x70\xff\x3d\x99\
-\xeb\x95\xf0\x83\xb5\xe7\xde\x24\x2b\x4e\xbb\x41\x30\x7d\x98\xe2\
-\x56\xac\xf5\x10\x71\x28\x96\x2c\xad\x6d\x83\xb4\xb6\xf5\x33\x30\
-\x58\xe0\xac\x33\x4f\xa6\xb1\x21\x49\x10\x02\xa1\xf7\x43\x02\xb0\
-\x9a\xb6\x1e\xcd\xa6\x37\x5a\x48\xb9\x39\x9a\xe6\xa4\x69\x6c\x48\
-\x92\x8a\x1b\x44\x7b\xe0\x69\xc4\xf3\x50\x4e\x3d\x4e\xcd\x25\x14\
-\x8a\x45\x9e\x5a\x7f\x87\xdf\xdb\xfb\xe6\x1e\x07\xb3\xee\xe3\xb7\
-\xe6\xdb\xff\xa8\x04\xfc\xe0\xbe\xf4\xcd\x58\xf9\xce\xfb\x2f\xfd\
-\x92\xcc\x5f\x72\x05\xa6\xb4\x13\xe3\xed\xa3\xaf\xbf\xc8\xfe\x83\
-\x83\xb4\xb5\x0f\xd1\x71\x78\x08\xed\x5b\x66\xcf\x99\xc3\xaa\xb5\
-\x67\xd2\x34\xc3\xa7\x2a\xe9\x81\x35\x58\xcc\xa8\xf7\xcb\xa1\xdf\
-\x9f\x75\xd9\xde\x71\x12\x1d\x2d\x9b\x69\xdf\xbb\x05\x47\x34\x75\
-\x33\xe3\x34\xcd\x4e\x32\xaf\x3e\xc9\x9c\xda\x18\xe2\x79\x88\xef\
-\xe0\xd4\xfe\x19\x7e\xac\x91\x0d\xcf\xdd\xa9\x0f\x1c\xfc\xfd\x61\
-\xed\xd8\xb3\x6e\xbe\x25\xd7\xf1\x47\x21\xe0\xfe\x7b\xd2\x57\x89\
-\xc8\x2f\x2e\xbe\xe2\x2e\xd5\x38\x6f\x1d\xa6\xb0\x11\xe3\x77\x23\
-\x12\xe7\x91\x47\xb7\xd2\xde\x31\x04\x28\x44\x5c\x96\xad\x39\x9b\
-\x9a\x86\x85\x18\x2b\x9c\x36\x77\x98\x98\xe3\x83\x35\x8c\x15\x3f\
-\x1d\x84\xba\xf5\x28\x68\xc3\x53\x3b\xe6\x61\xad\xc1\x64\xdb\x68\
-\xdb\xfc\x1b\xfc\x52\x16\xd0\xa4\xe3\xc2\x27\xfe\x72\x11\xe2\x95\
-\x02\x12\x3c\x8d\x53\x73\x11\x36\xb3\x9a\xe7\x36\xdc\xa5\x0f\x1e\
-\x7c\x71\x57\x2c\x96\x38\xe7\x63\x9f\xee\x1b\x7a\x2b\x58\xd4\x5b\
-\x05\xff\xc3\xaf\xa7\x4f\x57\x4a\x1e\x3e\x7f\xdd\x6d\xd2\x38\x6f\
-\x1d\x7e\xfe\x55\x8c\xdf\x85\x48\x0c\x24\xc6\x70\xd6\x03\x1c\xe2\
-\xa9\x6a\x96\x9e\x7d\x05\xaa\x66\x39\xfd\xb9\x24\xda\xc4\x89\xbb\
-\x71\x44\x12\x88\x4a\x80\xc4\x41\xe2\xa3\xbf\x43\x62\x24\x5d\xa1\
-\x50\x4a\xd0\x33\x52\x49\x9f\x59\x46\xe5\xca\x4f\x90\xac\x6e\x02\
-\x14\xb9\x82\xc1\xb7\x02\x4a\x85\x2a\x98\x9e\xdf\x20\x23\x9b\x79\
-\xdf\x79\x9f\x75\x67\xd5\xad\x58\x5a\xf4\x8a\xbf\xb8\xfd\xf6\xb7\
-\x86\xe9\x2d\x5d\xfc\xc0\xdd\x33\x2b\xc5\x75\x1f\x59\xb6\xe2\x32\
-\x67\xd1\xf2\x6b\xc5\x2f\xbc\x8e\xf5\x3b\x01\x17\x70\xb1\x38\x64\
-\xb3\x9a\xaa\xd9\x4b\xa8\x3b\xe5\x1a\x86\xa9\xa7\x3f\x9b\xa0\x2f\
-\x9b\x24\x15\x57\x88\x8a\x83\x24\x42\xe0\x81\x8e\x91\x10\xdc\x23\
-\xe1\xfa\xf4\x8c\x64\xe8\xc9\x56\xd0\x99\xab\x67\xa4\xe1\x46\xaa\
-\xe6\x9d\x0f\x22\x8c\xe4\xfd\x00\xbc\x28\x10\x01\x51\xd8\xce\x27\
-\x70\xf2\x2d\xac\x7b\xdf\x17\xdd\x44\xb2\xfa\xc2\xa6\x4c\xe6\x73\
-\xef\x1a\x01\xb8\xf9\x3b\xd2\x15\xb3\x1a\xd6\x9e\x7f\x9b\x32\x5e\
-\x0b\xd6\x3b\x08\xe2\x20\xe2\x80\xb8\xe4\xf3\x86\xa6\xc5\xa7\x70\
-\xca\x99\xe7\xb2\xa2\xd1\x30\xbb\xca\x67\x20\x17\xa3\x2f\xeb\x52\
-\x5b\xe1\x80\x24\x11\x95\x40\xa4\x1c\x01\x31\x24\x24\x4f\x70\x41\
-\x5c\x6a\x33\x25\xfa\x72\x69\xfa\x72\x19\xfa\x72\x19\xba\x47\xaa\
-\xd9\x69\x3e\x8c\xbb\xec\xef\xe8\xcf\x0a\x56\x14\x56\x09\x56\x29\
-\xac\x08\x56\xc0\x1c\xfa\x25\x09\xc7\xf0\x81\xf3\x3e\xab\x50\x7c\
-\xe5\x81\xbb\x2b\x97\x4d\x1b\xd2\x74\x2f\x7c\xe0\xbe\xcc\xa9\xc0\
-\xa7\x2e\xb8\xe4\x0b\xca\x55\x06\x2f\xbb\x09\x11\x17\x70\x02\x15\
-\x87\x54\x2a\xce\x95\xeb\x6a\x10\xc9\x81\xc4\x59\x2e\x8a\x64\x5c\
-\xf3\xe4\xb6\x24\x8d\x35\x2e\x22\x4e\x50\xfc\xd0\x08\x12\x0c\x86\
-\x08\xeb\x01\x3e\xe0\xd0\x58\x93\x1b\xf7\xdc\x73\xe7\xef\x66\x45\
-\x7d\x0b\x95\xb1\x41\x32\x2a\x03\x36\x1f\x7a\x3f\xa2\xb6\x84\x3d\
-\xf8\x30\x75\x0b\x6f\x60\xd9\xc2\x75\xb2\x67\xef\xfa\xef\x5a\xcb\
-\x45\xd3\x19\x31\x4e\x3f\x02\x84\x6f\x2e\x5c\x72\x81\x99\x59\x7f\
-\x06\x3a\xff\x6a\x68\xb4\x04\xb7\x10\x85\xa0\x50\xaa\x1c\x0d\x4e\
-\x40\x8e\xb8\xa4\x13\x0e\x35\x29\x48\x24\xe2\xa0\x12\x61\xe8\x07\
-\x21\x1f\x5c\xe3\x20\x21\x89\x82\xa2\xb1\x26\x47\xcc\x09\xee\xbc\
-\xac\xae\x8b\xcb\x57\x6e\x62\x7e\x4d\x37\x33\x32\x23\x24\x63\xfe\
-\x18\x68\xca\x04\x04\xc6\x51\x68\x87\x9e\xdf\xb3\xf6\xb4\xeb\x1d\
-\xdc\xe4\xfb\x1f\xb8\x37\x7d\xd9\x74\x60\x4d\x8b\x80\xef\xdf\x97\
-\x3a\xd7\x1a\x7b\xe1\x9a\xb3\x6e\x74\x8d\xd7\x8a\xf5\xbb\x42\xf0\
-\x82\x94\x8d\x21\xc8\xc9\xe0\x96\xe5\x3c\x75\x38\xd0\xe3\xb2\xb8\
-\x41\x05\xc5\x4f\x12\x61\xc1\x0b\x80\x07\xd1\xa3\xc6\x00\x21\xc4\
-\x94\xa5\xb1\x3a\x47\x45\x2a\x4e\x32\xe6\x8d\xdd\x1b\xc6\x03\x1e\
-\xed\xbf\x22\xc7\x0e\x3f\x45\xd2\x4d\x70\xda\xc9\x57\x19\x47\xe4\
-\x8e\xe3\x46\x80\x63\xd5\x3f\xcc\x5d\x70\x8e\x5f\x79\xd2\x42\xfc\
-\xc2\xe6\xc8\x19\x89\xb4\x13\xb7\x05\xad\x5d\xb6\xb4\x39\xac\x6c\
-\x72\x22\x39\xef\x44\x48\x8a\x5c\x1f\x21\xa1\xa1\x6a\x90\xc6\xea\
-\x34\x9d\xd9\x46\x86\x0b\xc9\xc8\xb9\x09\x22\x13\x8e\xf9\x05\xe8\
-\x79\x89\xa5\x27\x5f\xa1\xac\x72\xd7\x3c\xf0\x8d\xf4\xda\x77\x4c\
-\xc0\x83\xdf\xac\xae\x06\x3e\xbc\xea\xd4\xab\x1d\xab\x0f\x63\xfd\
-\xde\x49\xae\xb2\x93\x6e\xbf\xbc\x2f\x8e\x58\x68\xaa\xb5\x41\xdf\
-\x6f\x4d\x78\x3e\xd4\x23\x32\x34\x38\xd0\x5c\x33\x88\x52\xc2\x92\
-\xfa\x06\x7e\xbe\xf5\x5a\x9e\xd8\x79\x0e\x23\xc5\xd4\xb1\x4c\x0d\
-\xa4\xfb\x25\x52\x89\x2a\x16\xcc\x7d\x8f\xc6\xf0\x37\xc7\xba\xfc\
-\x98\x04\xf8\xda\xbb\xcc\x89\xa5\xdc\x99\xb3\xcf\xc0\x2f\xed\x1e\
-\x67\x28\xd8\x70\x4c\x5f\x06\x54\xde\x36\x74\x0c\xc4\x78\x75\x6f\
-\x9a\x93\x1b\x7d\xc0\xc3\xda\x02\xd6\x16\xc3\x71\x7e\x64\x30\x44\
-\x48\x8a\x2d\xbf\xd3\x18\xe6\xd6\x0c\x51\xf0\x7c\xaa\x33\x09\x3e\
-\xfc\xde\xf9\x5c\x7c\xe6\x95\xfc\xeb\x8b\x57\x31\x90\xaf\x08\x1f\
-\x1d\x3e\xdf\x46\x89\x0c\x8f\xe9\x11\x18\xda\xc5\xb2\x85\x17\xbb\
-\x82\x5c\x67\xed\xd4\x83\xbd\x63\xa7\x80\xd8\x4b\x16\x2d\x3a\xd7\
-\x28\x27\x8e\xf1\xf6\x45\x80\x8e\x37\xde\x96\xf7\xad\x4f\xff\x88\
-\xf0\xe8\x1b\xb3\x28\x7a\x86\x65\xf5\x45\x30\x25\xb0\xc5\x50\x4b\
-\x58\xc2\xb7\x3d\x02\x22\x82\xf7\x01\x1b\xde\xc3\x52\x93\xc9\x91\
-\x2d\x0c\x72\x52\x2a\xce\x50\xce\x32\x38\x6c\xa8\x48\xd5\xf2\xf8\
-\xce\x73\xc7\x00\xdb\x32\x09\x1c\x79\x6c\x70\x1b\x33\xea\x56\x81\
-\x72\x6b\xef\xbf\x27\x73\xea\x3b\x22\x40\x29\xb5\xae\xa9\x79\xad\
-\x6b\xbd\x2e\x30\xf9\x31\xe0\x36\xda\x7d\x95\xc7\xf5\x3e\x07\xfb\
-\x93\x3c\xb6\x65\x29\x48\x9c\xa2\x36\x2c\x9c\x55\xc0\xda\x12\xd6\
-\x14\x03\xb5\xa5\xd1\x37\x3d\x6b\xa3\x44\xe8\x30\x32\x7c\x04\xc3\
-\xaa\xfa\x3d\x6c\x6c\xe9\x66\x24\xef\xd3\x3f\xa2\xb1\x06\x76\xf6\
-\xcc\xc7\x37\x12\x00\x9d\xa8\xa3\x8e\x01\x86\x76\x11\x77\x13\xcc\
-\x9c\xb5\xc2\x17\x31\xef\x9b\x0a\xdf\x94\xe3\x80\xff\xfa\x97\xda\
-\xaa\x42\xa9\xd0\x74\x52\xed\x62\xac\xd7\x09\xc6\x80\x18\xac\x18\
-\x04\x83\xb5\x61\x8b\x8f\x88\xcf\xc6\x03\x0d\x1c\x1c\x5c\x49\xdc\
-\x35\x14\xb5\x47\x26\x91\x27\xa6\x8a\x60\xcb\xbd\x03\x04\xaf\xc2\
-\xe3\x5f\x82\x46\x27\x44\xca\x6a\x7d\x2e\x5c\xbc\x8b\x9f\x6c\xcc\
-\xf0\x1f\xcf\xf5\x8f\xf3\x57\xa1\x98\xa4\x52\xf2\x88\xb5\x88\x35\
-\x61\x1b\x6a\xf9\x32\x6f\x08\x4a\x03\x34\xcd\x5a\x26\xdd\x9d\x9b\
-\xd6\x4c\xe9\xe0\xa9\x4e\x96\x8a\xf9\xe5\x00\xe9\x74\x03\xd6\xeb\
-\x0d\x19\xf6\x47\x3d\x15\x18\xac\xf1\x8d\x61\xfd\xce\xb5\x0c\x79\
-\xa7\x93\x8e\xbb\x38\x4a\x51\xd4\x3e\x95\x49\x0d\xb6\x18\xe6\x7e\
-\x61\xb4\x0e\x10\x46\x41\x10\x0d\x7a\x9c\xda\xf0\xbe\xa2\x34\x1f\
-\x3d\xe3\x45\x3e\xb8\xfa\x25\xea\x2a\x06\x50\xca\xb2\x7c\x46\x0b\
-\x15\xb1\xe1\xc0\x0e\x63\xc0\x44\x22\xc0\x4c\xa8\xa8\x85\x6e\x6a\
-\xaa\xe7\x2a\x25\x32\x65\x0a\x4c\x19\x01\xbe\xd0\x1c\x8f\x67\x6c\
-\xcc\x4d\x8b\xce\xf6\x23\xd6\xc7\x5a\x07\xf0\xb1\xe2\x23\x56\xe3\
-\x19\x97\xdf\xee\x5e\x47\x43\xed\x02\x4a\xda\x47\x1b\x83\xa3\x04\
-\x63\x2d\xae\x18\xac\x2d\x22\x56\x8d\x75\x59\xd6\x4e\xfa\x2a\x1c\
-\xa4\x44\x79\x5f\x87\xa9\xa0\x59\xdb\xb4\x8b\xb5\x8d\x5b\xc1\xf3\
-\x10\xaf\x04\x9e\x09\xc0\xdb\xb0\x70\x8e\x12\x31\x61\x62\xa8\xd4\
-\x4b\x26\x53\x87\x85\xb9\x6f\x9b\x00\xac\xaa\x8c\xc7\x2a\x0c\xe0\
-\xe0\x17\x82\x87\x28\x1f\xdc\x30\x67\x51\xfc\x7a\xfb\x19\x34\xd7\
-\x2d\x20\xee\x2a\x8c\x31\x28\x51\x28\x01\x47\x14\x05\x4d\x10\x01\
-\x28\xb0\x91\x29\xb1\x90\x80\x49\xa7\xc2\xc6\x45\x43\x58\x17\x7c\
-\x1f\xf1\x7d\xc4\x98\x71\x1a\x10\x61\xc6\x88\x88\x8a\xce\xe1\x26\
-\x66\x83\x25\x33\x15\xc4\xa9\x8b\xa0\xb2\xe9\x78\x3c\x65\xc0\x82\
-\x5f\x40\x4c\x60\x08\x26\x30\xb0\x63\xb0\x92\xbe\xc2\x32\x66\xd7\
-\xc4\x39\xb9\x39\x45\xd3\xcc\x04\x4a\x00\x11\x92\x71\x87\xee\xe1\
-\x44\x18\xfe\xe5\x1e\xa0\x38\xba\x3f\x56\x0c\xcb\xa9\x10\x46\x01\
-\x1e\xe0\x85\xf3\x04\xa1\xfa\x3e\x98\x80\x08\xfc\xb2\xd7\x27\x10\
-\x32\xd1\x76\x53\xc2\x89\x25\x31\xd8\xe4\x54\xaf\xc8\x53\x13\x60\
-\xf1\x8c\xaf\xc1\x5a\xc4\x30\xde\x10\xeb\xb1\xb1\x7d\x3e\x95\xc9\
-\x18\x73\xeb\xe2\xa4\x93\x8a\x79\xb3\x93\x24\x62\xc1\x2d\xe3\xae\
-\x43\xc1\x8b\x31\x94\xb3\x60\x0a\xa3\x35\x00\x53\x00\x13\x92\x61\
-\x26\x10\x41\x34\x15\x02\x22\x46\xbd\xef\xfb\x88\x6f\x90\x28\x11\
-\x65\x9d\xe8\x7d\x00\x71\xb0\xc1\x71\x7f\xaa\x89\xd3\x29\x09\x10\
-\x2b\x23\x45\x2f\xeb\x04\x04\x38\x81\x11\xda\x47\xfc\xc0\x2b\x3d\
-\x23\x55\x28\x11\x72\xc5\xe0\xfe\x45\xcf\x50\xd2\xe5\xfc\xb4\x28\
-\x81\x8e\xc1\x58\xe0\xf1\xd1\x6e\xb0\x18\x89\x8a\xb1\x08\xb0\xb6\
-\x04\xa6\x44\xb4\x9b\x0c\xc0\xeb\x20\xea\x22\x1a\xa4\x43\x54\x27\
-\xc1\xa7\x12\x68\x9d\x43\x89\x64\xa7\xc2\x38\x65\x0d\x30\x42\x6f\
-\xa9\x38\xa2\x8c\xef\x83\x24\x41\x07\x6f\x63\xa3\x2f\x40\xc6\x32\
-\x98\x2f\xb1\xed\x40\x96\xaa\xb4\xcb\x40\xd6\x43\x6b\x83\x6f\xcb\
-\xce\xb1\xe4\x3d\x82\xf0\x8f\x4e\x8b\x47\x07\x4f\xe5\xde\xa4\x9c\
-\xf3\xe5\x29\x32\x5f\x23\x5a\x07\xcf\x0c\x49\x90\xd1\x76\x42\x3a\
-\x4c\x26\xb1\x4a\x8a\x85\x21\x44\xe8\x9f\xfc\x82\x69\x10\x10\x73\
-\xfc\x9d\xbe\x6f\x29\xe5\xba\x49\x38\x35\x81\xe7\x05\x2c\x82\x00\
-\x15\xb1\x2c\xdb\x7b\xb2\x2c\xac\xab\xa2\xe8\x19\x3c\x6d\xd0\x06\
-\x8c\x35\x74\x0f\xe5\xb0\x40\x4c\xc2\xae\x0f\x42\x12\x26\x8c\x24\
-\x47\x8b\x61\xb9\xb0\xea\x10\xbc\x1f\x4e\x89\x87\xa0\xb5\x3e\x32\
-\x0a\xfc\xa3\x78\x1f\x20\x59\xc7\x50\xcf\x6b\xd6\x18\xb6\x4d\x85\
-\x71\xca\x14\xc8\x34\x16\x5a\x05\x29\x65\x87\xdb\x10\xb7\x36\xf0\
-\x80\xd6\x01\x11\x5a\xb3\xb4\x7a\x2f\x05\x4f\xf3\xc2\x8e\xc3\xb4\
-\xf6\x8e\x90\x2b\x69\x8a\xda\xa7\xa3\x3f\x4f\xcf\x70\x01\x11\x4b\
-\x63\x55\xd7\x58\xde\x9b\xb0\x06\x94\xd3\xa0\x5c\x03\x4c\x18\xf6\
-\xa6\x14\x76\x77\xe1\x5a\x40\xf8\xac\x32\xf8\x20\x02\xa2\x29\xa1\
-\x27\x37\x5c\x14\x24\x67\xd1\xd3\x77\xd0\xb7\xd6\x6c\x7f\xdb\x04\
-\x5c\x7b\x2d\xbe\x12\x5e\xee\x3c\xbc\xd9\x4a\x6a\x1e\xe8\x90\x75\
-\xcf\x43\xb4\xc7\xea\xea\x37\x99\x5b\xd9\xc1\x48\xd1\xe3\x0f\xfb\
-\x7b\x78\x6e\xfb\x21\x5e\xda\x7d\x98\xb6\xbe\x11\x2c\xb0\xa6\xa1\
-\x85\xca\x44\xff\xb8\xbc\x2f\x0f\x8a\xca\x85\x10\x5b\x0c\xb6\x75\
-\x69\x0c\xb4\x8e\x2c\x88\x68\x3d\x16\x09\xda\x1f\x9f\x12\x47\x33\
-\x3c\xdd\x8c\x2f\x31\x5a\x0f\xbd\xe1\x8a\x92\xe7\xdf\x36\x01\x00\
-\x06\xfb\xf4\xfe\xd6\x8d\x1a\x95\x42\xdc\x19\x30\x6a\xa4\xc6\xd1\
-\x25\x3e\xbe\xe4\x61\x4e\x9d\xb9\x03\x47\xfc\xd1\xdf\x38\x62\x38\
-\xa3\x71\x07\x57\xae\x78\x26\x02\xb4\x10\x6a\x08\xd8\x14\xc1\x2f\
-\x81\x17\x02\xf7\xa2\xaa\x43\x92\xa3\xe0\xf5\xf8\x94\x38\x5a\xe8\
-\x03\x54\x2e\x26\x9f\xeb\x21\x9f\x3f\x6c\xad\xb8\x2f\x4c\x85\xef\
-\x98\x73\x82\xc6\xf2\x58\x67\xcf\xce\xdb\xf3\x23\x1d\xa4\x32\x2b\
-\x31\xbd\xeb\xb1\x16\x24\xcc\xe5\x8c\x33\xc4\x47\x16\x3c\x82\x5e\
-\x10\x67\xc0\xaf\xa6\x68\xe3\xd4\xa4\x87\x49\xba\x1a\x7c\x01\x23\
-\xd8\xe8\x0c\x8e\x0d\x37\x47\x47\x72\x76\x6c\x50\x53\xae\xe8\x91\
-\x1c\x27\x04\x4c\x39\x1d\xca\x29\x70\x54\x11\xa8\x3d\x8d\xb6\xfd\
-\xbf\x33\x82\x7a\xe5\x86\x5b\x87\xfa\xa6\xc2\x77\xcc\x08\xb8\xe9\
-\x33\xb9\x8d\x22\xb2\xab\xed\xe0\x0b\x56\xaa\x56\x22\xda\x86\x1e\
-\x0b\xbc\x44\xe8\x35\xd7\xcf\x33\xd3\xe9\xa2\x31\x7e\x88\x94\xc9\
-\x06\x0b\x18\x25\x0f\x29\x79\xa8\xc8\xb6\x78\x1e\x52\x2a\x8d\x9d\
-\x1f\x5d\xe8\x38\x52\xf1\xc6\x52\x42\x22\xde\x9f\x52\x32\xcd\x98\
-\x78\x2d\xdb\xf6\xac\xb7\xbe\x35\x0f\x1e\x0b\xdf\x34\x27\x45\xcd\
-\xf7\x36\x6e\xf9\xb9\xef\xdb\x18\x52\x75\x0a\xe2\xe9\x30\x15\x26\
-\x37\x3c\x00\x58\x06\x17\x05\x1a\xd1\x32\x09\xd1\xeb\xa2\xf7\xd0\
-\x63\x3a\x5a\x0f\x8e\x05\x1e\xa0\x7e\x1d\xdd\xdd\x5b\x19\x1c\xd8\
-\x53\x74\x9d\xf8\xcf\x8e\x0b\x01\x85\x64\xfe\xfb\x85\xe2\xe0\x48\
-\x7b\xeb\x06\x64\xc6\x7b\x11\xdf\x8e\x37\x34\x0a\xbc\x0c\xbe\xbc\
-\x5d\x8a\x00\x2e\x95\x50\xa5\xd2\x11\x64\x71\x94\x08\x18\xa7\x53\
-\xe5\x7c\x59\xd2\xcd\xd8\xca\x25\x6c\xdc\xf2\x33\xcf\x62\xbf\x3d\
-\x9d\x55\xe3\x69\x11\xf0\xc9\x4f\x32\xe2\x5b\xee\x7e\xf1\x0f\x3f\
-\xd2\xda\x49\x23\xb3\xce\x9f\x60\xe0\xc4\x30\x3e\x72\x5f\x45\xcf\
-\x95\x4a\x94\xb2\x1e\xfb\xdb\x14\xbb\x5b\x5d\xf6\xb4\x3a\xf4\xf5\
-\xdb\xb1\xf3\x3a\x1a\xfe\x1a\xb1\xf6\xd8\x46\x8a\x82\xe6\xab\xe8\
-\xec\xda\x4a\xe7\xe1\xd7\xb5\x8a\x39\xf7\x4d\x07\xdb\xb4\x17\x46\
-\xdc\x91\xec\xb7\xf2\xc2\xcd\xdb\xdf\x7c\xb8\x79\xf5\xaa\xeb\x1c\
-\x19\x78\x13\xf2\x87\x82\xe2\xa5\x54\xf0\x96\x58\x5e\xb7\x93\x60\
-\xed\x6e\xdc\xfc\x7d\xb0\xc5\xe6\x03\x0e\x4f\x6c\xaa\x60\x6f\x57\
-\x0a\xe5\xc4\x70\x1c\x07\x00\xdf\xf7\xa9\x4e\x16\x59\xb7\xb4\x87\
-\x0f\x2c\x1d\x44\x99\x29\xba\xb9\xc9\xa4\xee\x7c\x74\x62\x36\x1b\
-\x9e\xfa\xaa\x6f\xb1\x5f\xbc\xe1\xd3\x23\xdd\xd3\xf9\x99\x33\xdd\
-\xfb\xff\xf2\x59\xf4\xe5\x97\xc4\x77\x74\x74\xbd\xf9\x57\xf3\x1b\
-\xcf\x90\xd4\xec\xb3\xa1\x77\x23\x62\xf4\x68\x15\x2f\xcf\xcc\x60\
-\x0c\x62\xec\xe8\x38\x5d\x7c\x83\xd1\x3e\xdf\xfd\x6d\x8c\x87\x9e\
-\x4d\xd0\x33\xec\x90\x4a\x38\xcc\xa8\x72\xa9\xa9\x50\x38\x62\x28\
-\x14\x35\x7d\xc3\x9a\x8d\xfb\x5c\xb6\x77\xc4\x39\xa3\x39\x4f\xc2\
-\x9d\xe6\xa7\x40\x99\xb9\xd8\x79\xd7\xf2\xda\x1b\x0f\xf9\x87\xda\
-\x5f\xd9\xa5\x2b\x72\xd7\x3f\xf6\xd8\xf4\xbe\x1c\x79\xcb\xcb\xe3\
-\xf7\xdf\x9b\xfa\x7a\x45\x7a\xe6\x2d\xd7\x5c\xfe\x6d\x37\x5e\xec\
-\x82\x96\x87\xc2\xf1\xfc\x98\xd8\xe8\xb2\x55\xd0\x61\x72\xc7\xaf\
-\x92\xbc\xd1\x9a\xe0\xf2\x73\xe7\x70\xc1\xea\x0c\x8b\x66\xe4\x82\
-\x79\x7c\x13\xcc\x2b\x20\x31\xf6\x0f\xa4\x79\xe3\x80\xe5\x37\xaf\
-\x74\x51\x2c\x64\xf9\xda\x07\x07\xa8\x3f\xe9\x18\x24\x24\x66\xc2\
-\xd2\x9b\x69\xeb\xdc\x6e\x7f\xfb\xec\x3f\xe7\xd1\xea\xf4\x1b\x3e\
-\x37\xbc\x73\xba\x78\xa6\x1d\x01\xa1\x48\xcf\xb0\x7e\x61\xd5\x62\
-\x7d\x51\xc7\xe1\xcd\x73\x16\x9d\x7c\x8d\x52\xa9\x06\x18\x7c\x93\
-\xd1\x69\x69\xc2\xe5\x8d\xd1\xb9\x3a\xc3\x8f\x5f\x74\x28\xaa\x59\
-\x7c\xf9\x23\x33\x78\x6f\xc3\x7e\x6a\x6d\x0b\x92\xef\x44\x8a\xbd\
-\x48\xa9\x1f\x29\xf5\x21\xc5\x1e\x6a\xa4\x83\xe5\x33\x7a\xb9\xfc\
-\xec\x5a\x1a\x1a\xea\xf9\xe9\xf3\x59\x56\xcf\x29\x92\x4e\x1c\xc5\
-\x9a\x58\x15\x2c\xb9\x89\xde\xa1\x2e\x9e\x78\xfa\xcb\xf4\x0d\x94\
-\x6e\xfc\xd4\x97\x72\x2f\x31\xfa\xd2\x71\x7c\x09\x88\x01\xf1\xb6\
-\x36\x62\x25\xcf\xf9\xf5\xfc\xa6\x81\xbf\xe8\xed\xdf\x5b\x3d\x7f\
-\xe9\x35\x4a\x65\x9a\x03\x12\x26\x4e\x4b\x01\xed\x7d\x90\xae\x69\
-\xe6\x43\x6b\x06\x49\xe9\xd6\x60\xbc\x3f\x95\x58\x1f\x29\xf5\xd3\
-\x94\xee\xe4\x82\x35\xb3\x39\xd8\x0b\x33\xd3\xc5\x23\x16\x81\x48\
-\xd6\xc1\x92\x9b\x18\xc8\x8f\xf0\xf8\x53\x5f\xb0\x9d\x3d\xd9\x3b\
-\xff\xe9\xab\xf9\x9f\x40\x74\xe9\x09\x60\xea\x54\x98\x0e\x01\x02\
-\xc4\xa3\xba\x67\xbf\xc6\x1a\x9e\xaa\x9f\xd5\x79\x49\x67\xf7\xb6\
-\x8a\xf9\x4b\xae\x70\x9c\xda\x35\x30\xb2\x17\xf4\xf8\xd5\xdd\xaa\
-\x8a\x24\x0d\xe9\xfe\x20\xdc\xdf\x92\x58\xc4\x1b\x64\x56\x85\xe6\
-\x88\x45\xde\x9a\x35\xb0\xe8\xaf\x39\xdc\x7f\x90\xff\x7d\xf2\xf3\
-\x74\x1c\x1e\xfa\xee\xe7\xee\xcc\xff\x3b\xe5\xaf\xb1\xc6\xb4\xbc\
-\x7f\x54\x12\x8e\x45\x80\x10\x78\xfe\x08\xdd\xb5\xcf\x94\x0e\x75\
-\xf1\xf8\xe2\xf9\x7d\xef\x69\x39\xf8\x6c\x5d\x63\xd3\x59\x92\x6a\
-\xba\x34\xa8\x07\xb9\x56\x46\x23\xd0\x6a\xa6\x19\x8d\x47\x91\xc8\
-\x6f\x63\x15\x30\xf7\x1a\x4c\xfd\x85\x6c\xdb\xf9\x98\xdd\xf0\xbb\
-\x7b\xcd\x9e\x7d\xb9\xaf\x7f\xf9\xde\xc2\x83\x8c\xaf\x67\x93\xd5\
-\xb6\x49\x49\x38\x16\x01\x0e\x01\xe0\x72\xeb\x46\xb5\xa3\xd3\xf8\
-\xcf\xbc\xe4\x3d\xbe\x72\x49\x31\xd5\xd6\xb1\xfe\xd4\x64\x3c\x6d\
-\x6b\xe7\x5f\x26\xaa\x7a\x15\x78\xc3\x50\xec\x99\x36\xcc\xa9\xad\
-\x48\x40\xdd\x79\x30\xef\x3a\xb2\x92\xe2\xb9\x17\xbf\xe5\x6f\xdd\
-\xfe\xab\x81\x27\x9f\x2b\xde\xf6\x9d\xff\x2c\x3d\x33\xc9\x2f\xec\
-\x14\x7a\x04\xc0\x29\x1f\x1d\x51\x77\xc2\xbe\x03\xb8\x9e\x87\x7a\
-\xe6\x45\xfd\xfa\xcc\x1a\xd9\x65\xcc\xa6\xd3\x0f\xb4\x3d\x9f\x38\
-\xa9\x7a\x81\xaa\x98\x7b\x19\x52\xb3\x1a\x54\x0c\x4a\x7d\xc7\xce\
-\xfd\xc9\x24\x35\x07\xea\x2f\x80\xb9\x1f\xa2\x98\x9a\xc7\xb6\x9d\
-\x8f\x99\xf5\xcf\xdf\x2d\x7b\xf7\xb5\xbc\xf0\x6f\x0f\x15\x3f\xbf\
-\xe1\x65\x7d\x80\xb1\x35\xba\xa8\xfa\x47\x39\x7e\x44\x14\x1c\xab\
-\x1b\x2c\x7b\x3e\x46\x90\xff\x6e\xd8\x4e\x9a\x16\x75\xb5\x54\xdc\
-\xf0\xb1\xe4\x75\x0b\x9b\xd5\xb5\xb5\x35\x0b\xe2\xa7\xad\xbc\xda\
-\x99\xd3\xf8\x1e\x12\xb1\x14\xe4\xda\x60\x64\x1f\xe4\xda\xa1\xd8\
-\x0b\xde\x00\x63\x53\xed\xb1\xc0\xcb\x89\x99\x81\x66\xe6\x42\xc5\
-\x02\x4c\x7c\x06\xc3\x23\x87\x69\x69\x79\xda\x6e\xd9\xf9\x2b\x19\
-\x1a\xc8\xee\xde\xf0\xaa\xf7\xc3\x87\x1f\x2d\x6d\x24\xf8\xfc\xb4\
-\x44\xb0\xb6\x36\x59\xeb\x45\xb4\x7c\xfc\x88\x97\x89\xe9\x8c\x03\
-\x26\x05\x3b\x41\xdd\xe8\x7e\xf3\x1c\xa7\xfa\xa3\xd7\xc4\xae\x5e\
-\xd8\xe4\xfc\x79\x3c\x11\x9f\xd5\xd8\x70\xa6\x59\xd8\x78\xaa\x9a\
-\x55\xb7\x8a\x54\x45\x23\xae\x52\xe1\xbc\xe2\x78\xf1\xad\xc5\xd3\
-\x45\x86\xfb\x77\xd3\xd1\xb5\xc5\xee\x6d\x7d\xdd\xf6\xf7\xee\xa0\
-\x7f\xc8\x6e\x7e\x7d\xb3\xfe\xe5\x4f\xfe\xa7\xf4\x72\x08\xa4\x0c\
-\x2c\xba\x1d\xdd\x2f\x4d\x72\xce\x9b\x0c\xdc\x74\x08\x90\x89\x00\
-\x27\xec\xbb\x93\xb4\xa3\x7a\xe5\xa5\xb1\x95\x2b\x97\x3a\x67\x37\
-\xce\x76\xcf\x4c\x26\xcc\x42\xe5\xc4\x54\x3a\x53\x4f\x32\x55\x63\
-\x92\xb1\x4a\x2b\xa2\xd0\x7e\x81\x92\x97\x93\x5c\xae\x4b\x15\xf2\
-\xbd\x58\xdf\x64\x7b\x06\xd8\x74\xb0\xdd\x7f\xfd\xc9\xe7\xf5\x4b\
-\xbb\x5b\xfc\xde\x10\x50\xd9\x8b\x5e\x64\xdf\x9b\xa4\x9d\x8c\xa0\
-\xa3\x82\x9b\xae\x44\x0b\xe1\x51\x01\x33\x56\x2b\x26\xd6\x0c\x35\
-\xb7\xd1\xa9\x58\xbd\x4c\x35\xd7\xd7\xcb\x9c\x74\x52\xaa\xd2\x49\
-\xa9\x00\xf0\xb4\xf5\x4a\x1e\xb9\xbe\x3e\xdb\xd3\xd2\xe6\xb7\xff\
-\x61\xab\xdf\x59\x2c\x52\x62\x2c\x6f\x75\xa4\xf5\x27\x90\x11\x05\
-\x1f\x25\xa5\xac\x53\x8e\x03\xde\xce\x97\xa2\x93\xf5\x08\xce\x84\
-\xed\x89\xaa\xc2\x36\xda\x37\x4f\xf6\xdd\x4b\xb4\x5a\x4f\x56\xd8\
-\xa2\xaa\x27\xb4\x1e\xe3\xa3\x63\x1a\x93\x07\x6f\x8f\x80\xe8\x6f\
-\x27\x82\x2e\x6f\x2b\xc6\x83\x1f\xfb\x64\x7c\xac\x9d\xec\xf9\x36\
-\xd2\x1a\xc6\x13\xe1\x33\x39\x11\x51\x42\xde\xf2\xa0\xe3\x78\xfe\
-\x63\x44\x31\x9e\x80\xb2\x96\xf7\x85\x23\x47\x69\x13\x65\xb2\x7e\
-\xbb\x4c\x44\xb4\x6b\x8b\x02\xff\xd3\xfe\x5f\x60\x1a\xf7\x8f\x7a\
-\x3d\x3a\x46\x9f\x18\x05\x76\x42\x3b\xe1\x23\xa2\xc9\x07\x32\x27\
-\xe4\x84\x9c\x90\x13\xf2\x4e\xe4\xff\x00\x47\x8b\x54\x0d\x53\x99\
-\xb9\x2c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
-\x00\x00\xda\x4f\
-\x89\
-\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
-\x00\x01\x00\x00\x00\x01\x00\x08\x06\x00\x00\x00\x5c\x72\xa8\x66\
-\x00\x00\x00\x04\x73\x42\x49\x54\x08\x08\x08\x08\x7c\x08\x64\x88\
-\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0d\xd7\x00\x00\x0d\xd7\
-\x01\x42\x28\x9b\x78\x00\x00\x00\x19\x74\x45\x58\x74\x53\x6f\x66\
-\x74\x77\x61\x72\x65\x00\x77\x77\x77\x2e\x69\x6e\x6b\x73\x63\x61\
-\x70\x65\x2e\x6f\x72\x67\x9b\xee\x3c\x1a\x00\x00\x00\x0e\x74\x45\
-\x58\x74\x54\x69\x74\x6c\x65\x00\x46\x69\x72\x65\x77\x61\x6c\x6c\
-\x12\x81\xae\xae\x00\x00\x00\x17\x74\x45\x58\x74\x41\x75\x74\x68\
-\x6f\x72\x00\x4c\x61\x70\x6f\x20\x43\x61\x6c\x61\x6d\x61\x6e\x64\
-\x72\x65\x69\xdf\x91\x1a\x2a\x00\x00\x20\x00\x49\x44\x41\x54\x78\
-\x9c\xec\xbd\x7b\xbc\x6d\xd7\x55\x1e\xf6\x7d\x63\xcc\xb9\xd6\xde\
-\xe7\x9c\x7b\x25\x5b\xc8\x75\x08\x60\x8c\x1f\xd8\x96\xb0\xb1\x05\
-\x96\x6c\x08\x35\xc1\x69\x08\xbf\x36\x29\x29\xf2\x4b\xb6\x10\x92\
-\x11\x10\xda\x52\x27\x50\x0a\x0d\xf5\x25\x34\xfd\x91\x1f\x90\x34\
-\x21\x50\x6c\xb0\x65\xc9\x92\x30\x52\x09\xaf\x10\x12\xea\x60\x08\
-\x0f\xc7\x09\x2e\x0f\x23\x13\x5c\x87\x90\xfa\x01\xc5\xc1\x8f\x7b\
-\xcf\x3d\x7b\xef\xb5\xd6\x1c\xa3\x7f\x8c\x39\xd7\xde\x57\xb6\xf1\
-\xeb\x3e\x8e\xcd\x19\xf2\xf6\x3d\x67\x9f\xbd\xd7\x9e\x6b\xed\x35\
-\x5e\xdf\xf8\xc6\x98\xc0\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\
-\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\
-\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\
-\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\
-\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x9c\
-\xc8\x89\x9c\xc8\x89\x9c\xc8\x89\x1c\x6f\xe1\x95\x5e\xc0\x89\x5c\
-\x79\x79\xe9\x7d\x37\xde\xe0\x94\x6b\xf7\xae\xbe\xfa\x0d\xdf\xff\
-\x15\x3f\xb7\xb9\xd2\xeb\x39\x91\xcb\x27\x27\x06\xe0\xcf\xb0\x9c\
-\x39\x03\x79\xe7\x13\x6e\xbc\xcb\x81\x5b\xeb\x53\xe7\xe0\xf8\xa9\
-\xb3\x9d\xdc\xf9\xe0\xf3\xde\xb8\xba\xa2\x8b\x3b\x91\xcb\x22\x72\
-\xa5\x17\x70\x22\x57\x4e\xde\xf1\x84\x1b\xff\xde\x8e\xf2\x03\xc0\
-\x29\x10\x2f\x3e\x35\xda\x77\x5f\xb1\x45\x9d\xc8\x65\x95\x93\x08\
-\xe0\xcf\xa2\x38\x78\xc7\x8f\x3e\xf3\x4e\x38\x7f\xe8\xc3\xbc\xc2\
-\x44\xe4\x2f\xfc\xf0\x0b\xdf\xf8\x6b\x97\x75\x5d\x27\x72\xd9\xe5\
-\xc4\x00\xfc\x19\x92\xdb\xee\x7a\xce\x22\xf5\xab\xaf\x82\xe3\x65\
-\x0e\x3c\xe3\x23\xbc\xfc\xf7\x55\xf5\xbf\x78\xe5\x0b\x7e\xed\xdf\
-\x5f\x96\xc5\x9d\xc8\x15\x91\x13\x03\xf0\x67\x40\xee\xbc\xff\x86\
-\x4f\x33\xcf\x2f\x13\xf2\xeb\x72\xea\xae\x31\x18\xa6\x32\xc1\xcc\
-\x3e\xc2\x3b\x7d\x43\xf0\xef\xca\xe1\xf4\x7d\xaf\xfc\xba\x37\x1f\
-\x5d\x96\xc5\x9e\xc8\x65\x95\x13\x03\xf0\x29\x2e\xb7\xdf\xf7\xcc\
-\x5b\x09\xfe\x03\x00\x8f\xcc\x29\xa3\x4b\x7d\xfc\x81\xc0\x38\x8e\
-\x18\xa6\x8f\x0a\xf4\xff\x00\xc8\x9f\x14\xb7\x1f\x7d\x7f\x7e\xcc\
-\xeb\x1f\x7c\xde\x83\xe5\x12\x2e\xf9\x44\x2e\xa3\x9c\x18\x80\x4f\
-\x61\xb9\xfd\xfe\x9b\xfe\x26\xdd\xbf\x17\xf5\x7b\x26\x89\x45\xb7\
-\x07\xe1\xf6\x6b\xdf\x8c\x6b\x4c\x65\xfa\xa8\x8f\x49\xe2\x5d\xe6\
-\xfc\xdb\xaf\xbe\xe5\x5f\xbf\xe6\x62\xaf\xf7\x44\x2e\xbf\x9c\x18\
-\x80\x4f\x51\x79\xe9\xbd\x37\x7e\x95\x13\x0f\xe0\x61\xdf\xb1\x8a\
-\x62\xd1\x2f\x00\x8f\xa7\xc7\x32\x62\x18\x3f\x8e\xd2\xbf\xe3\x15\
-\xd6\x75\xdf\x71\xd7\xf3\x7e\xf9\x3d\x17\x63\xbd\x27\x72\x65\xe4\
-\xa4\x0c\xf8\x29\x28\x77\xbe\xee\xd9\x8f\x73\xe2\x55\xf8\x10\x06\
-\xbe\x58\xc1\x30\x0e\xf3\xef\x2a\x09\xac\xb7\x01\xeb\x7f\x1f\x95\
-\x10\x5f\x27\xe3\xe6\x55\x17\x65\xc1\x27\x72\xc5\xe4\xc4\x00\x7c\
-\x8a\xc9\x9d\xaf\xb8\x61\xaf\x94\xf2\x3a\x00\xa7\x3f\xdc\x6b\xa6\
-\x32\xcd\xca\x2e\x24\xe8\x84\x4f\x80\x1b\xb0\x35\x03\x17\xfe\xf7\
-\xa1\x84\xe0\x73\xcf\x9c\x39\xb9\x87\x3e\x99\xe5\xe4\xcb\xfb\x14\
-\x92\x3b\x5f\x7b\xc3\x9f\xf3\xd3\xdd\x1b\xbb\xdc\x7f\xc1\x87\x7b\
-\x0d\x11\x0a\x0f\x02\x6e\x8e\x69\x2a\x18\x36\x86\x69\x30\x4c\x93\
-\xc3\x1d\x00\x05\x20\xe3\xb1\xfb\xbe\x87\x19\x02\x07\x96\xef\x7e\
-\xd2\xb3\x1f\x7b\xc9\x4e\xe8\x44\x2e\xb9\x9c\x60\x00\x9f\x22\xf2\
-\xb5\xf7\x7d\xe1\xe7\x83\xe9\x27\x17\xfd\xf2\x31\x04\xb1\x1a\x8e\
-\x3e\xa8\xcc\x17\x0a\x5c\xbf\x72\x0a\xc4\x04\xe3\x66\x44\x29\x0e\
-\x77\x87\x10\xd0\x4e\x20\x4a\x50\x05\x40\xbc\xdf\xdb\x01\x7c\xfe\
-\x09\xbe\x7d\xf6\x35\x25\xdb\xb7\x2d\xc7\x7e\xf3\x7f\xdc\xf2\x2b\
-\xef\xbb\x84\xa7\x78\x22\x97\x40\x4e\x0c\xc0\xa7\x80\xdc\x71\xef\
-\x33\xff\x57\x50\xbe\x6d\xb9\xd8\x13\xa9\x5f\xe9\x7a\x58\xa1\x58\
-\x54\xeb\x66\xcf\xed\x80\x39\xe0\x05\xb0\xc9\xe1\xce\xd0\x6e\x8f\
-\x0a\x01\x49\x80\x0e\xed\x04\x2a\x00\x34\xde\xed\x66\x00\xfd\x23\
-\x19\x02\x00\x78\x08\xf4\xef\xdf\xbb\xfa\x9a\xd7\x9c\x34\x15\x7d\
-\x72\xc8\x89\x01\xf8\x24\x97\x3b\xee\xfd\xc2\x2f\x03\xe5\xe7\xb3\
-\x66\xe9\x72\x3f\x3f\xbf\x1a\x8e\xe0\xe6\x80\x6f\x3d\xb8\x17\x47\
-\x99\x1c\x34\x81\xb7\xa0\x5e\x22\x2a\x20\xaa\x31\x20\x40\x78\x44\
-\x01\x09\x00\xeb\xbb\x9b\x01\x70\x8b\x02\x82\x3b\x44\x14\x49\x15\
-\x0e\x07\xa9\x70\x2b\x18\xa7\x11\x0e\x7f\x07\xcd\x6f\xf9\x91\x97\
-\xfc\x9b\x5f\xbe\x9c\xd7\xe2\x72\xcb\x6d\x77\x7d\xf6\x62\xad\x07\
-\xd7\xd3\xfd\xf3\x09\xfe\x35\x02\xcf\x84\x63\x74\xe0\xc7\x3b\x3f\
-\xfc\xd6\xd7\x7c\xcd\x1f\xac\xaf\xf4\x1a\x3f\x92\x9c\x18\x80\x4f\
-\x62\xb9\xed\x81\x2f\x7c\xb4\x8e\xf2\x66\x00\x9f\xbe\xe8\x16\x50\
-\x49\xf3\xdf\x36\xc3\x0a\x66\x06\x6f\x5e\x7f\xf2\x00\xf9\x2c\xf2\
-\x7b\x92\x20\x04\x64\x05\x02\x1f\x0e\x07\xd1\xe1\x35\x05\x80\x78\
-\x18\x02\xf1\x0a\x0b\x38\x1c\x0e\xd5\x84\x3e\x6d\x8d\x8e\xc3\xb1\
-\x99\x36\x98\xa6\x11\x80\x6f\x68\xf8\x4b\x9f\x8a\x46\xe0\xd6\x57\
-\x3d\xf1\x8b\x27\xe0\x0e\x4a\xfe\x72\x27\x97\x1f\xea\x35\x84\xff\
-\xc3\xfb\x6e\x7b\xe8\xe5\x97\x7b\x6d\x1f\xab\x9c\x18\x80\x4f\x52\
-\xb9\xf9\x81\xeb\xba\x53\xc3\xfe\x1b\x48\x3e\x1b\x00\xb2\x66\x74\
-\xb9\x9f\xc3\xfd\x71\xda\x60\x33\x4d\x40\x71\x94\x12\xde\x9f\x50\
-\x88\xec\x2a\xbe\x42\x40\x90\x02\x72\xc7\x00\x10\x70\x8f\xdc\x20\
-\xd2\x08\x83\x33\x94\x1e\xea\x50\x05\xcc\x0d\x29\x65\x74\x29\x63\
-\x37\x0b\x58\x0d\x47\x73\xea\x01\xe0\x57\x3f\xf3\xff\x79\xd3\x97\
-\x9c\x39\x83\x8f\xc4\x39\xfe\xa4\x90\x17\xdc\xfd\x94\xa7\x8b\xe1\
-\xe5\x32\x0d\x5f\x06\x77\xb8\xa8\x7b\xea\xe6\x73\xcb\x29\x33\x49\
-\x47\x4d\x02\xa5\x0c\x8f\xfb\xcc\x27\xff\xe5\x6f\xbe\xe9\x47\xde\
-\x7c\x25\xd7\xfc\x91\xe4\x78\x19\x00\x07\x5f\x74\xd7\xe7\x3d\xd6\
-\xd5\x0f\xa6\xd1\xdf\xf9\xe0\x4b\x1f\x7a\xef\x95\x5e\xd2\x15\x15\
-\x07\x6f\xff\xd1\x1b\xff\x3a\x0d\x7f\x09\xe4\x23\x1d\xfe\xc7\x02\
-\xbe\x0d\xf0\xb5\x83\xcf\x05\xfc\xe6\xdd\x97\x2f\xf2\x02\x49\x33\
-\x40\x60\x2a\x05\xeb\xd5\xaa\x7a\xfe\xea\xf5\x45\x20\xac\x0f\x08\
-\x48\x85\xd4\xe7\x1e\x8e\xf2\x3b\x0c\xee\x06\x73\x83\x79\xa9\x91\
-\x84\xc1\x69\xd0\xec\x70\x3a\xba\xae\x83\x32\xa1\x45\x04\x66\x05\
-\xab\xcd\xea\xe1\xb8\xc0\xcf\x75\xc8\xb7\x7c\x32\x03\x84\x2f\xb8\
-\xfb\x29\x4f\x17\xf0\xe5\x74\x3e\x47\xc6\x8d\xcc\x16\x8f\x80\x49\
-\x76\xc9\x3d\x96\xdd\x92\x22\x72\x81\x3e\x2d\xfb\xee\x8e\x7f\xf0\
-\x57\xdf\xf0\xc0\x95\x58\xf3\x47\x2b\xc7\xc6\x00\x3c\xff\xee\x27\
-\x3d\x51\x3d\xfd\x30\x80\xa7\xb5\xe7\xcc\xfc\xad\x42\xfc\xa3\xfb\
-\xbf\xe6\xa1\xd7\x5d\xc1\xa5\x5d\x11\xb9\xfd\xbe\x1b\xbf\x94\xc0\
-\xdf\x01\xf0\xc5\x1f\xe9\xb5\x4d\x71\x09\x60\xb9\xdc\x07\x9d\x28\
-\x66\x38\x3a\x5a\xc3\x0b\x21\x04\x88\xaa\xe8\xa2\xe1\xf9\x29\x48\
-\xf5\xe7\x00\x00\x65\x6b\x00\xcc\x61\xb0\x50\x6a\x0f\x43\x50\xbc\
-\xc0\xac\xc0\xe8\xa0\x1a\xa8\x8e\x2e\xf7\x10\x12\xee\x91\x2e\x1c\
-\x6d\x56\xf0\xad\xf7\xdf\x35\x04\x6f\x2f\x2e\x7f\xfd\x35\x2f\x7e\
-\xe3\x5b\x2e\xee\x55\xba\xb4\x72\xf3\x03\xd7\x75\xf9\x3c\x5f\x0e\
-\xc1\x37\xc0\x21\xe2\x13\x31\x15\x72\x8b\xa9\x42\x34\x63\xb9\xff\
-\x08\xb2\x42\x28\x66\xc5\x4b\x29\x18\xa7\xc1\xcd\xa7\x6f\xbb\xef\
-\xab\x1f\xfa\xc1\x2b\x79\x0e\x1f\x49\x8e\x0d\x0f\x20\xb9\x7e\x0f\
-\x76\x94\x1f\x00\x44\x70\x5d\x9f\xf7\x5e\x79\xeb\xdd\x4f\x3d\xf3\
-\x67\x89\x70\xf2\xd2\xfb\x6f\xfa\x9f\x09\xfc\x02\x80\x2f\x16\x11\
-\xf4\x79\x81\xae\xeb\x91\x35\x43\x78\xe1\x65\x98\x95\x96\x84\x93\
-\x18\xa7\x09\x6e\x80\x4f\x82\xcc\x0c\x15\x81\x32\x21\x49\x46\x92\
-\x8c\xdc\x1e\x9a\x91\x34\x23\x69\x42\x4a\xdd\xfc\xbb\x4a\x82\x68\
-\x82\x8a\x22\xa5\x84\x9c\x72\xfd\xb7\xfe\x2c\x09\x02\x81\xb8\x42\
-\x6a\x1a\x41\x22\xd8\x85\x6e\x1f\xc4\x1d\xa8\xf2\x78\xa5\xbd\xf1\
-\x8e\x7b\x9f\xf9\xa2\x9b\x1f\xb8\x59\x2f\xcb\x45\xfc\x04\xe5\x25\
-\xf7\x5c\xff\xe4\x6e\x85\x7f\x05\xe2\x1b\xe1\x10\xb8\x03\x93\x11\
-\x24\x1c\x71\xad\x01\xc1\x22\x2f\x59\xcf\xdf\x0f\x57\x67\xcb\xf9\
-\xd5\xa1\xad\x87\x95\x15\x2b\xee\xe0\xd5\x57\xfa\x3c\x3e\x92\x1c\
-\x8b\x08\xe0\x9e\xdf\xfa\xe6\xfd\x5f\x7a\xeb\x2f\xbd\xc9\xcc\x3f\
-\xcb\xbc\xf8\x64\x93\x5b\x71\x2c\xbb\x85\xe6\xdc\x61\x3d\x1c\xd9\
-\x54\xc6\xdf\xf5\x82\x97\xdf\x7f\xfb\x43\xff\xe2\x4a\xaf\xf7\x52\
-\x4a\xf5\xfc\xaf\x07\x20\x1f\xaa\x79\x07\x88\xfc\x7c\x2c\x13\xa6\
-\xa9\x52\x7a\xb9\x8d\x01\xe8\x82\xac\x3d\x50\x08\xb8\x63\x2a\x13\
-\x44\x14\x2a\xa1\xd4\xa4\x40\x18\xbf\xb7\x48\x40\x66\xef\x1f\x25\
-\x3f\x27\xe0\xd5\xf3\x47\xa5\xd0\x50\xac\x44\x24\x60\x13\x0c\x05\
-\x10\x03\x05\xc8\x39\x63\x33\xae\x31\x4e\x43\x24\x02\xee\x5b\xcf\
-\x5f\xcb\x85\x17\xa6\x04\xfe\x1e\x42\x7e\x5c\x6c\xfc\x3b\xaf\x7c\
-\xc9\x9b\xff\xf0\xd2\x5e\xcd\x8f\x4f\x6e\xb9\xfb\xfa\xaf\x74\xc7\
-\x3f\xc4\x05\x6c\x4a\x87\xd8\x44\x38\xa8\x9a\xd1\x77\x0b\x71\xc2\
-\xcd\xe9\xc3\x34\x78\xb1\xe2\x1f\x7c\x24\xff\xfe\xfb\x6f\x7b\xe8\
-\x3b\x2e\xdb\xc2\x3f\x0e\x39\x16\x5e\xf5\x3c\xb0\xdf\xe7\xa5\x75\
-\xb9\xe3\xb2\xdb\x93\x53\xcb\xd3\xba\xdf\xef\x8b\x32\xc1\xdd\xa9\
-\xa9\xa3\x3b\x9f\x04\xe1\x8f\xbd\xe8\xee\xeb\xff\xf7\xdb\xee\xfa\
-\xec\xc5\x95\x5e\xf3\xa5\x90\x3b\xee\x7f\xd6\x97\x13\xf8\x29\xd4\
-\xef\xa5\xcb\xdd\x07\x29\x3f\x00\x08\x05\x7d\xce\x33\x63\x6f\x56\
-\x7e\x08\xdc\x80\x69\x2c\xc8\x5d\x8f\xbe\x5b\x20\xa7\x0e\xa9\x2a\
-\x7f\x18\x82\x1d\xcf\x5f\x1f\xaa\x09\x29\x25\xa8\x2a\x34\x25\x24\
-\xd1\xfa\x9e\x04\xa5\x22\x6b\x42\x96\xf0\xfe\x59\x33\x94\x09\x82\
-\x04\x18\xb1\x19\x36\x70\x73\x48\x8b\x0c\x66\x3c\x01\x73\x34\xd0\
-\x56\x98\x53\x86\x6a\xbe\xd6\xe1\x5f\x5f\x24\xfd\xde\xed\xf7\x3f\
-\xf3\x59\x97\xe5\xc2\x7e\x94\xf2\x92\x7b\x9e\xba\x7f\xcb\xdd\xd7\
-\xff\x90\x3b\xee\xc2\xac\xfc\x4d\xaf\x09\x93\xec\xa9\x5f\xfa\x62\
-\xff\x2a\x4a\xee\x7d\x34\xb7\x55\xf5\xf6\x1f\xea\x78\x04\x8f\xfd\
-\x0c\x85\x63\x61\x00\xbe\xe1\x69\xdf\xfb\xc7\xe7\x57\x87\xef\xb4\
-\x4a\x38\x01\x80\x94\x13\x97\xcb\x3d\xa6\x08\x57\x29\x12\x91\xa3\
-\x8c\xc3\xed\xe3\x20\xbf\x72\xcb\x0f\x7d\xd6\x53\xae\xe4\x9a\x2f\
-\xa6\xdc\xf9\x8a\x1b\xf2\xed\xf7\x3d\xf3\xe5\x70\xfb\x59\x00\xa7\
-\x80\x50\x1a\x95\x7c\xc1\xeb\xb6\x40\x9d\x63\x3d\x0e\x60\xab\xe6\
-\x53\xa3\x8c\x67\x02\x7a\x50\x81\xc4\x81\x9c\xfa\x50\xf6\xd4\x45\
-\xf8\xaf\x1d\x92\x74\x11\xea\xd7\x70\x5f\xa5\x86\xfd\x4c\x10\x49\
-\xa1\xdc\x92\x76\xa2\x86\x50\x76\xad\x86\x42\x25\xd2\x09\x65\x8e\
-\xf7\x78\x8a\xea\x82\xb7\x75\x44\x5a\x00\xbf\xd0\x08\xe4\xd4\xa1\
-\x4b\x3d\x16\x79\x81\x45\xb7\x04\x81\x53\x70\xfe\xe4\x9d\xaf\xb8\
-\x61\xef\xb2\x5e\xec\x0f\x23\xcf\xbf\xfb\x49\x4f\x2c\x66\xaf\x4f\
-\x9a\x5e\xb8\xb7\xdc\x97\xbe\x5b\x70\xaf\x3f\xd0\x3e\x2f\x6a\xca\
-\x12\x84\x8a\xbe\xdb\x13\x02\x30\x73\x0c\x65\xf8\x90\x8a\x3f\x0b\
-\x71\x78\xe9\x57\xfe\x89\xc9\xb1\x30\x00\x00\x30\x96\xe1\x9f\x1f\
-\xae\xce\xda\xd9\xd5\xb9\xb2\xda\x1c\x59\xb1\xe2\x66\x13\xfa\x7e\
-\x41\x01\xd0\x77\xbd\xd0\x26\xc2\x8c\x00\x3f\x97\x92\xff\xaf\x17\
-\xdc\x7d\xdd\x57\x5d\xe9\x75\x7f\xa2\x72\xc7\x8f\x3e\xeb\xe9\xe5\
-\x40\xdf\x44\xf0\x0c\x76\xbe\x0f\x55\xbd\x20\x3f\x6b\x5e\xd4\xe9\
-\x58\x8f\x1b\x58\x99\x80\xaa\x6c\x8d\xdf\x4f\x10\x52\x81\x3d\x73\
-\x40\x98\xc0\x1a\xee\x6b\xcd\xdf\x53\x52\xa8\x28\x94\x52\x2b\x00\
-\x84\x4a\xfb\x19\x10\xe1\x9c\xdb\xb7\x87\xb6\x88\x41\xc2\x98\x68\
-\xea\xaa\xd1\xc8\x50\x54\x23\x60\x09\x74\x99\xdb\x8c\x2f\x8c\x04\
-\x04\x9d\x76\xf3\x39\x04\xbe\xd0\x81\xc0\xa3\xa6\xbd\xfc\xdc\xcb\
-\x72\xa1\xff\x14\x79\xe1\xab\x9f\xf2\x62\xf5\xf4\xaf\x00\x3c\x59\
-\x25\x33\x49\x62\x97\x3b\xa1\x90\x95\x3d\x01\x73\xa7\x28\xd9\x10\
-\xc0\x61\xda\x18\xec\x43\xeb\xbf\x8a\xf2\x60\xef\x94\x9c\x5a\x9e\
-\x3e\x77\xd9\x4e\xe2\xe3\x94\x63\x63\x00\x98\xd6\xaf\x21\xe5\x3f\
-\xb9\x19\xc6\x69\xf4\xf3\xab\x43\x3b\xbb\x3a\x2c\xc5\x0c\x49\x3a\
-\x66\xc9\x54\xa7\x80\x74\x8a\x78\xdf\xed\x5d\xd5\x1b\x5e\x73\xcb\
-\x5d\xd7\xfd\xc0\xcd\x0f\x5c\x77\x70\xa5\xd7\xff\xb1\xca\x99\x33\
-\x90\x3b\xee\xbf\xf1\x7f\x81\xd9\xbf\x01\xf8\xf4\x87\xff\x5d\x35\
-\x48\x3d\xbb\xe5\x39\x87\x63\xb3\x59\xc3\xcc\xe6\x5c\x1e\x8e\xf0\
-\xfa\xae\x10\x56\x20\x2f\x65\x88\x08\xfa\xd4\xd7\x14\x20\x00\x40\
-\x11\x45\x92\x6a\x00\x24\x45\xfe\xaf\x8d\x18\x84\xda\x00\x54\x69\
-\xc1\x02\x50\x09\x51\xa9\x46\x41\xa1\x1a\x86\x22\x4b\xa4\x0e\x59\
-\x52\x8d\x24\x14\xaa\x0a\x81\x82\x48\x41\x36\x82\x54\x72\x11\x91\
-\x53\xae\x8c\xc3\xdd\x74\xa0\x8b\xdf\xc4\xbf\xef\x4a\x01\x83\x67\
-\xce\x40\x5e\x74\xf7\x53\x5e\x4e\xe1\xf7\x03\x58\x00\x80\x48\xe0\
-\x7d\x5e\x22\xc3\x1f\xc6\xd1\x2b\x41\x12\x56\xdc\x8b\x9b\x07\x06\
-\xf3\xa1\xbd\xbf\x8a\x72\x7f\x79\x20\x04\x59\xdc\xde\x79\x19\x4f\
-\xe7\xe3\x92\x63\x63\x00\xee\x7b\xf1\xdb\xcf\x0a\xfc\x65\xbb\x78\
-\xd1\x34\x0d\xfe\xde\xf7\xff\xf1\xb8\x19\xd7\x0e\x37\xec\xf5\x07\
-\xd2\x58\x6c\x42\xc5\x22\x77\xb2\xc8\xfd\xad\xfd\x4a\x7e\xe5\x45\
-\xaf\xbe\xee\x2f\x5f\xb9\xd5\x7f\xec\xf2\x8e\x27\xdc\xf4\xed\x70\
-\x7c\x27\x80\xf4\xf0\xbf\x89\x08\x92\xea\x85\xdd\x77\xdc\xfe\x30\
-\xb7\xf2\x56\xd0\xaf\x79\xf9\xa4\x3a\x23\xfd\x4a\x85\x24\x41\x9f\
-\xfb\x9a\xe7\x2b\x92\x06\xf0\xa7\xb5\xf4\x17\x15\x85\xed\xa7\xc4\
-\x4f\x02\xaf\x65\xc1\xd9\x18\x50\x40\x55\x90\x2d\x45\x90\x88\x26\
-\xb4\x19\x93\x9a\x12\x48\x42\xaa\xc7\x87\x4b\x34\x1c\x21\x0c\x06\
-\x83\x63\xbc\x73\x06\x11\x09\x00\x78\xfc\xe9\xf1\x0f\xbe\xe8\x12\
-\x5d\xe6\x0f\x2b\x37\xbf\xfa\xe9\xd7\xfe\xde\x67\x5f\xf7\xb3\x6e\
-\xfc\x9b\xee\x17\x5e\x5d\x77\xd0\xe0\x7e\xb4\x5e\x15\x87\x07\x98\
-\x59\xcb\x7c\x47\xeb\x43\x3b\x5a\x9f\xb7\xbd\x74\x20\x70\x02\x56\
-\x38\xdf\xb3\x42\x2c\xfb\x3d\x01\xe2\xba\x75\xdd\xf2\x0b\x71\x4c\
-\x80\xf6\x0f\x27\xc7\xc6\x00\x00\xc0\xbd\xb7\x3d\xf4\xd3\x10\x7b\
-\x60\xd7\xb4\x1a\x0a\x0e\xd7\x67\x6d\x3d\xae\x0c\x49\x0d\x88\x2f\
-\x62\x2a\xa3\xbb\x8b\xab\x08\x73\xea\x1f\x1b\x00\xe1\x75\xbf\xf0\
-\xc2\x7b\xae\xfb\x88\x75\xf3\xe3\x21\xfe\x02\x91\x87\x29\x79\x15\
-\x3a\x50\x8a\x63\x3d\xae\xe0\xf4\xca\xcf\x27\x54\x12\x16\xfd\xb2\
-\x86\xeb\x0a\xba\x20\x31\x21\xa1\x1a\x80\x0a\xf6\x69\x2d\xe3\x09\
-\x05\x39\x75\x51\x0a\x94\x60\xfb\x85\xc7\x8f\xbb\x92\xd2\x10\x05\
-\xec\x94\xef\xe6\xce\x81\xf0\xe1\x52\x1f\xa8\xe9\x41\x8d\x02\x54\
-\x5b\xc4\x51\xc1\xc4\xa4\x11\x11\xec\x80\x87\xe2\x61\x64\x24\x25\
-\xcc\x6a\xbf\x63\x04\x52\x8d\x72\x40\x79\xce\x25\xbb\xcc\x1f\x42\
-\x9e\x7f\xcf\xf5\x4f\xee\xd2\xf4\xcf\xe1\x78\x56\xf4\x31\x6c\xff\
-\xe6\x70\x4c\x65\xf4\xa3\xf5\x61\x31\x14\x5a\x71\x29\xc5\xc5\x9d\
-\xd1\x02\x61\x0e\xa7\x7b\x4a\x19\x80\xd1\x29\xb3\xf9\xe8\x53\x47\
-\x91\x1d\x95\x72\xfb\x92\x57\xfc\xfa\x9d\x1f\x64\xe0\x8f\x93\x1c\
-\x2b\x03\x00\x00\xd3\xb2\x7c\x27\xe8\x63\x4e\x1d\xbb\xdc\xb1\xd6\
-\xa1\x7c\x33\x0c\x30\xa8\x6b\xbf\xe7\xa6\xd9\x46\xb8\xb9\xc2\x20\
-\x09\x29\xe5\x96\x20\x3f\x83\xc6\x7f\xfa\xa2\xd7\x5c\xff\x83\x37\
-\xbf\xe2\x86\xab\xae\xf0\xa9\x7c\x58\xb9\xe3\x9e\x2f\xb8\x5e\x28\
-\xd7\x2d\xba\x05\x2e\xb8\x61\x10\x8a\x61\xee\xd8\x0c\x2b\x14\xb3\
-\x1a\xf2\x63\x26\xea\xa8\x24\x28\xaa\x82\x21\x81\x12\xa0\x5d\xae\
-\x00\x9d\xd6\x5c\x5d\x35\x83\x50\x24\xe6\x39\x5d\x10\x4a\x0d\xef\
-\x15\x90\x68\xe2\x81\x34\xdd\x77\x00\x06\xd0\xc0\x5a\xb8\x6b\xff\
-\x8f\x36\x1a\xa0\xea\xef\x5c\x4e\x54\xa9\x0d\x41\xa9\x56\x17\x6a\
-\x55\x81\x51\x45\x20\x33\xe0\x12\xf8\x84\xcc\x90\xe5\x6c\x04\x66\
-\x03\x60\x7e\xd9\xaa\x01\xb7\xdc\xfb\xb4\xaf\xcc\x2e\xaf\x07\xf1\
-\xb8\x99\xfc\x54\x8c\x84\x11\x70\x9c\x5f\x9d\xf5\xd5\xe6\x7c\xa9\
-\xa7\x4e\x54\x03\x11\x58\x46\x1c\x23\x4b\x66\xed\x77\xb8\xe0\xd8\
-\x49\x12\x7d\x1c\x09\x73\x14\x2f\x7e\xee\xe8\x03\x5f\xf0\xfa\xdf\
-\xfc\xd5\x53\x97\xeb\xdc\x3e\x1e\x39\x76\x06\xe0\xc1\xe7\xbd\xed\
-\x5d\x0e\xfc\x5b\x15\xe5\xa2\x5b\x4a\xdf\x2f\xa4\x96\xa8\x31\x95\
-\xd1\x55\x3b\x80\x84\x89\xf8\x68\x30\x90\x30\xbf\x90\x6a\x9e\x53\
-\xbe\x65\xb1\x3f\xfe\xeb\x17\xbd\xf2\xc9\xcf\x7d\xd5\xbf\xfb\x1f\
-\x8f\xdd\x17\xc0\x9c\x5f\xde\x77\x51\xc9\xb4\x1d\xe6\xdc\x2e\xa9\
-\xa7\xcf\x4b\x24\x49\x30\xf7\x79\x66\x9f\x50\x60\xee\x10\xad\xe0\
-\x5c\x2d\xd9\x65\x4d\xf5\xe7\x1a\x82\x8b\x04\xc8\x47\x41\xd2\x04\
-\xee\x18\x99\xe8\x10\x34\xd0\x2d\x3e\xcd\xa3\x76\x0f\x07\x9c\x35\
-\xff\x6d\x8a\x0f\x00\x0c\x05\xf6\x96\x72\x70\x0b\xf2\x09\x24\x0c\
-\x11\x05\x5a\x53\x05\x95\x56\x52\x14\x24\x89\xdf\x37\x9b\x0d\xd6\
-\x9b\x35\xd6\x9b\x35\x36\xc3\xba\x9d\xec\x6c\xd0\x40\x3e\xf3\x52\
-\x13\xbd\x6e\xbb\xeb\xb3\x17\xb7\xde\xff\xd4\x57\x66\xa4\xbb\xbb\
-\xae\x3f\xc8\x9a\xe9\x04\x95\x74\xb5\x51\x38\x8d\x11\x6b\x91\x48\
-\x29\x91\x2a\xa0\xa1\x02\xa3\xb8\x20\x90\xcf\xda\x71\xf2\xd1\x2f\
-\x50\x7f\x03\x36\xe7\x3f\xc0\xcd\xea\x2c\x8e\xce\xfd\x09\x8e\x8e\
-\xce\xd9\x34\x4d\x39\x67\xbc\xe8\x52\x9e\xd7\x27\x2a\xc7\xce\x00\
-\x00\x40\x32\xbc\xad\xb1\x48\xfa\xdc\x33\x6b\x4f\x00\x18\xcb\x86\
-\x59\xbb\xb9\xf2\x3d\x4c\x83\x4f\x65\xf4\xf5\xe6\xe8\x82\xef\x62\
-\xd1\x2d\x64\xbf\x3f\xfd\x19\xa7\x1e\xf1\xc8\x7f\xf2\x1b\x6f\xfd\
-\xf5\x57\x7d\xe3\xeb\xbe\xec\x89\x97\xfd\x24\x3e\x8c\xdc\x7e\xff\
-\x4d\xcf\x4b\xd4\xaf\x12\x4a\x90\x6b\xea\xf3\xbb\xca\x0f\x04\x11\
-\x67\xd1\xed\x6f\x99\x76\xc3\x26\xba\xfb\x8a\xd5\x7c\x3f\x23\xa9\
-\x42\x34\xd7\xa6\x1e\x85\xa8\xd4\x7a\x7f\x84\xe9\x0e\x9b\x23\x0c\
-\xb2\x02\xf4\x82\x50\x7a\x5a\xa5\xfb\x22\xf2\x5b\x3a\x88\x52\x59\
-\xfd\xd5\x28\x00\x00\x0c\x8e\x88\x0a\x9a\xb4\x99\x03\x81\x1b\xb6\
-\x8a\x41\x2d\x19\x4a\xfb\x39\x30\x81\x99\x68\x54\xcb\x93\x0e\x60\
-\x33\x6c\xe6\x48\x20\x69\x02\xc1\x47\xbe\xf3\x89\x37\x7e\xd9\xa5\
-\xb8\xde\xb7\x9d\xc1\xe2\xf6\x1f\x7a\xd4\xb3\xdc\xf7\x7f\x7e\x99\
-\x4e\xbf\x70\x6f\x71\x20\x8b\xbc\xd4\xbd\xbc\xaf\xa7\xfa\x7d\x89\
-\xeb\x51\xcf\xc9\x01\x42\x3d\x49\x86\xbb\xd1\xa3\x06\x40\x92\x35\
-\x01\x00\x28\x02\xd5\x84\xb1\x8c\x00\x38\xe7\x0f\x62\x83\x58\x19\
-\x7d\x9c\x46\x77\x2f\x4e\x9b\x5a\xd0\xf0\xe2\x4b\x71\x5e\x17\x4b\
-\x8e\xa5\x01\xc8\xdd\xde\xd8\xe5\x7e\x5e\xdb\xa2\x5b\x08\xa9\x3e\
-\x4d\x93\x03\x40\xd6\x3c\xb3\xb1\xd7\x9b\x75\x29\xa5\x2a\x52\xfc\
-\x1f\xd7\x43\x20\xb4\x74\xd2\xca\xf8\x57\xce\x8f\xef\xfb\xb5\x5b\
-\x5e\xf3\xf4\xef\xfa\xaf\xef\xfa\xfc\x63\x40\xcd\xb4\x6f\x8a\xfc\
-\x11\xf5\x86\xe3\x05\xca\x1f\xc1\x0e\x31\xd9\x04\x02\x58\x74\xcb\
-\x0a\xbc\x69\x3c\xc7\x6d\x0e\xae\x92\x03\xd5\xd7\x6d\xde\x8d\x0a\
-\xec\x79\x45\xe0\x29\x09\x64\xe0\x55\x73\xae\x2b\x00\x9c\xd1\x10\
-\x14\xc4\x56\xa0\x35\xff\x7a\x80\x5e\x64\x4d\x09\x6a\x6a\xe0\xf5\
-\x01\x44\x23\x10\x00\x40\xa5\x0e\x11\x89\x10\x5f\xa5\x95\x1d\xc3\
-\x08\xa9\x28\x34\x05\x20\xa9\xb5\xfa\xd0\x7a\x07\xac\x96\xd0\x92\
-\xe6\x38\x86\xf3\x1f\x7f\xcd\xbd\x37\x5e\x54\x6e\xc7\x99\x33\x10\
-\x7c\xe6\x13\xff\x07\x5b\x3c\xea\xa7\x24\xe1\xe9\x56\x46\x98\x4d\
-\x5e\x50\xdc\xcd\xe3\x82\x58\x5c\x27\x33\x90\x4a\xcf\xda\xb1\x58\
-\x81\x17\x67\x1d\xa7\x00\x77\xcc\x79\x7e\xa7\x1d\xdd\x1d\xa5\x8c\
-\xf1\x95\x01\xa0\x17\xba\x3b\xdc\x49\xb2\xc6\x56\xe6\x35\xc0\xe2\
-\x93\x6e\xb9\xf7\xa9\x37\x5d\xcc\xf3\xba\x98\x72\x2c\x0d\xc0\x34\
-\x4e\xef\x30\xdb\x16\x59\x45\x88\x2e\x77\x04\x1d\x53\x19\xbc\xcb\
-\xfd\x2e\xe1\x3c\x1e\x6e\xf4\xb8\xcd\x31\x4d\x83\x4f\xd3\x04\x77\
-\x27\x48\x88\x68\x07\x4c\xdf\x74\x3a\xe3\xb7\x6e\xbd\xf7\x69\xff\
-\xd3\xed\x3f\xf5\xb9\x57\x24\x2d\x78\xe9\xfd\xcf\x7c\x61\x96\xfc\
-\xec\xc6\xe7\x97\x36\xbf\xc7\xe7\x74\x13\x40\xeb\xd5\x27\xc6\x69\
-\x40\x9f\x96\x48\x29\x83\xa2\x50\xe6\x0b\x58\x7a\x0d\xdd\x17\xd1\
-\x28\xb3\x31\x00\xbb\x68\xef\x0d\xc5\x15\xc6\xa8\x2f\x3a\xe7\x41\
-\x3e\xe6\x01\xd2\x37\xd2\xae\xb7\x6b\x28\x11\x09\x38\x7d\x56\x79\
-\x07\x60\x6d\x3e\x60\xed\x37\x00\x19\xd8\x01\x6a\x43\x0c\x2a\x46\
-\x21\x80\x0a\x67\xe5\xcf\xda\xa1\xd3\x0e\x29\x65\x68\x52\x24\x89\
-\x31\x43\xa4\xc0\x50\x22\xa9\x60\x18\xb9\xbe\x5b\x3e\x71\x91\xf3\
-\xff\xfd\xb5\xaf\xbd\xe9\xef\xdf\x72\xef\x8d\x1f\x76\xa0\xe9\x47\
-\x2b\x77\xde\x73\xc3\x67\xfd\xc7\x27\x3c\xe3\x5f\x48\xb7\xfc\x76\
-\x21\x96\x70\xc1\x38\xae\xfc\x68\x38\x6f\xab\xd5\x79\x77\x16\x57\
-\x2a\x94\x26\x08\xbd\x85\x50\xd1\x65\x85\xc1\x9c\x35\xab\xac\x79\
-\xc1\x7c\xdc\x2e\xf7\x1c\xcb\xb8\x1d\xb3\xe2\x00\xad\xd4\x66\x20\
-\xd6\x0a\x4a\x8d\x0a\x34\xaa\x39\x98\xec\xd8\xf2\x55\x8e\xa7\x01\
-\xc0\xf8\x47\x87\xab\x43\x5b\xad\x0f\x6d\x38\xff\x01\x8e\x47\x1f\
-\x60\x84\x54\xe2\x9b\x71\x00\x45\x91\xe6\x28\x20\x18\xf0\x31\xdf\
-\x6a\x7b\x53\xae\x87\xf3\x56\xa2\x98\xcb\x94\x15\x2a\xea\xbe\x5e\
-\x5d\x23\x65\xfc\xf6\x72\xee\xe0\x6d\xb7\xdd\xff\x8c\x57\x7e\xed\
-\x03\x37\xfd\xd5\xbf\xf5\x33\xcf\xf9\xb4\xcb\x71\x4e\xb7\xde\xfd\
-\xac\x3f\xef\xce\xef\xcf\xd5\xfb\x13\x9c\xcb\x71\x4e\x82\x1e\x03\
-\x39\x49\xa9\xe8\xbb\xc2\xe0\xa0\x3b\xf6\xf2\x3e\x14\xcd\x83\xa6\
-\xb9\x7f\x9f\x3b\x04\x9e\xb9\xac\xd7\x74\x35\xca\x59\x55\x85\x09\
-\x67\x01\x58\xc2\x8b\x33\xda\x7a\xad\xa5\x01\x8d\xbf\x5f\x67\x08\
-\x36\x7b\x00\xcc\x15\xb0\x2d\x24\x50\xe7\x04\x04\x66\xe0\x5b\x50\
-\x6f\x46\x09\x6b\x87\x21\x14\x5d\xee\xd0\xa7\x00\x3a\x05\x02\x4a\
-\x0a\xd2\x11\x05\xee\x3e\x9f\x47\x94\x15\x15\x5d\x5a\xf4\xdd\x62\
-\xf9\xb2\x3d\xe2\xb7\x6e\x7b\xe0\x0b\x1f\xfd\xf1\x5c\xe7\x07\x1e\
-\xb8\x59\xbf\xf9\xa7\xbf\xe2\x79\xe8\xbb\x5f\xee\xba\xc5\x8d\x8c\
-\x6b\xec\x68\x48\x86\x81\x70\xfa\x38\x16\x87\x10\x59\x7b\xb2\x76\
-\x49\xf6\xec\xa4\x14\x07\xbc\xc4\xdc\x54\x23\xa9\xdb\x59\x06\x51\
-\x46\x4d\x18\x86\x0d\x3d\xb8\x8f\x35\x7d\x12\x77\x12\x50\x3a\x93\
-\xb8\xab\xba\x69\x36\x15\xa5\x48\xa2\xc3\xbf\xfc\xe3\x39\x97\xcb\
-\x21\xc7\xb2\x46\xf9\xbc\xbb\xaf\x7f\x71\x72\xff\xc7\x52\x46\x81\
-\x19\xdb\x4d\x58\x52\x2e\x10\xf2\xd4\xf2\x2a\xba\x03\xe7\xd7\xe7\
-\xe6\xb2\x20\x8b\xd7\xa1\x36\xe1\x89\xe0\xa4\xc2\xa1\xb9\x23\x21\
-\x3e\xf9\xe4\x72\x74\x98\x5c\xd5\xb9\xd8\x2b\xcb\xc5\x81\x64\x4d\
-\xac\x18\xd8\x7f\x98\xca\xfa\xe7\xf1\xfe\x0f\xfc\xb3\xf3\xef\x7f\
-\xe8\x4d\xaf\xfd\x16\x9c\xbf\x98\xe7\x73\xe6\x0c\xe4\x1d\x4f\xb8\
-\xf1\xf5\x2a\xfa\xa5\x41\x83\xdd\x96\xdf\x26\x2b\xd8\x6c\x56\xf0\
-\xca\xa3\x17\x41\x78\x74\x06\xc0\x96\x25\xe3\x60\x71\x1a\x9b\xb2\
-\x86\x7b\x05\xdf\x18\xa1\x34\x2b\x10\xe7\x64\xb8\xf5\x9d\xa6\x1e\
-\x02\x48\x29\x61\x6f\x71\x0a\xeb\xf5\x11\xc6\x32\xa2\xb5\xac\x82\
-\x41\x15\x7e\xb8\xb8\x35\xaf\xef\xf3\x31\x74\x46\xc0\x76\x6f\x95\
-\xed\x98\x30\x78\x24\x08\x0d\x4c\x74\xa2\x4e\x22\x32\x24\x11\x14\
-\x38\x86\xb2\x82\x59\xc1\x64\x05\xe6\x05\x66\x23\x0c\xc0\x22\xf7\
-\xf1\x5a\x3a\xdc\x6d\x3e\xec\x30\x6d\x30\x4e\xc3\xeb\x3d\xcb\xf3\
-\x5f\xf5\xbc\x37\x7e\xd4\x33\x21\xce\x9c\x81\xbc\xef\xa9\x5f\xf6\
-\xdd\x54\x7c\xbd\xd7\x53\x2c\x9b\x01\xeb\xcd\x39\x33\x33\x14\x21\
-\xe9\x70\xaa\xd6\x8c\xd1\x60\x9b\x49\xc4\x0d\x9a\x13\x72\x5a\x60\
-\x6d\x43\x19\xa7\x22\x1e\xd3\x94\x48\xa1\xb1\x02\x20\xfb\xfd\x3e\
-\x55\x3b\x9e\x3d\xff\xde\x9a\x37\xcd\x99\x68\xa4\x45\xee\x24\xc4\
-\x55\xc9\x4e\x54\x52\xb7\x87\xa3\xcd\x79\x2b\xa5\x78\xe2\xf4\xb8\
-\x7b\xbe\xfa\xdf\xfd\xc9\x47\x7b\x2e\x97\x4b\x8e\x65\x8d\x52\xcd\
-\x4f\xc7\x0d\xe1\x88\x4c\x3e\x9e\x97\x52\xc4\x99\x6d\xb3\xde\x70\
-\xb9\xd8\x47\xd6\xcc\xb1\x8c\x2e\x20\x5c\xe0\x80\x8b\xa8\xbb\x17\
-\xa1\x88\xc3\x40\xfa\x54\x40\x29\x11\x6e\xab\x3a\x29\x70\x90\x59\
-\x34\xbe\xc2\x60\x77\x7e\x8e\x4c\xf8\x86\x4d\x96\xaf\xcf\x9f\xf6\
-\x94\xf7\xdc\x7e\x77\xff\xba\x73\xe3\xe2\x7b\x1e\x7c\xe9\x47\x7f\
-\xf3\xfd\x69\xf2\x8e\xc7\xdf\xf8\xad\x00\xbe\x34\xa7\x7c\x81\xf2\
-\x9b\x5b\x10\x65\xb4\x47\xa9\x39\x3f\xa9\xb5\xa9\x26\x08\x35\x6d\
-\x6e\xe7\x22\xed\x63\x33\xad\x50\x3d\x1a\x6a\xe0\x0d\x20\xbc\x7f\
-\x40\xd5\x71\x5f\x86\xc5\x94\x50\x4a\x8b\x52\x1f\x8a\xcd\xde\x3c\
-\x7c\xb8\x5c\x50\xda\x02\x6a\x5a\xd0\x26\x09\xbb\xcf\xaf\x8b\xfe\
-\x0c\x9f\xdf\x8b\x9d\x7f\xdb\x21\x48\x04\x54\x18\xd9\x01\x8c\x84\
-\x48\x82\x79\x01\xa1\x31\x71\x98\x1e\xd1\x87\x2b\x12\x03\x50\x13\
-\xb4\x41\x23\x9c\xbb\x07\x45\x14\x0e\x3c\xd7\x27\xdc\x7a\xe7\x2b\
-\x6e\xf8\x81\x37\xbf\x19\x38\xf5\xe9\xa7\xfc\xda\xa7\x5c\xeb\x78\
-\xf0\x41\x5c\x77\x1d\xfc\x0c\x00\xbc\x7c\xce\xcd\xfd\x1b\xef\x7b\
-\xf6\x63\xde\x99\xec\x87\x7b\x2b\xcf\xce\x29\xd5\x96\x12\x87\xa6\
-\x44\x19\x95\x0e\x47\x22\x1d\x22\xee\x90\xa8\x1c\x39\x28\x42\x57\
-\x4d\xe8\x75\xc1\xc1\x26\x98\x99\xc0\x5a\x8d\x02\x10\x48\x24\x68\
-\x02\x24\xed\xb9\x19\x37\xf0\x5a\x13\xb9\xe0\x02\xd4\x0b\xd2\x77\
-\x0b\x76\x84\xa2\x4c\x9c\x6c\x2a\xa5\x44\xa3\xd0\x64\xfa\x99\x00\
-\x8e\x9d\x01\x38\x96\x29\x80\x8a\x3e\x11\xe6\x5b\xf8\x7a\x66\xff\
-\x01\xc0\xc4\xb1\x6c\xdc\xdc\xd0\x77\xcb\x9a\x6c\x01\x4c\x91\x0a\
-\xb8\x13\x51\xc7\x26\xe9\x35\x24\x76\x00\xa5\x50\x54\x9c\x02\xd7\
-\x50\x0c\x1f\xa6\x8d\xad\x86\x43\x3b\x3a\x3a\x67\x9b\xe1\xc8\x10\
-\xa0\xd5\xb5\x92\xf5\xbf\x3d\x75\x50\x7e\xfb\xf6\x1f\x7d\xc6\x6d\
-\x9f\xe8\xb9\xdc\x71\xdf\xb3\x9e\x09\xe2\x3b\xa5\xb2\xf4\x88\x70\
-\xd6\xb6\xa3\x42\x39\xe7\xe8\xfc\x53\xad\x79\x71\x94\xa0\xdc\x00\
-\xa5\x62\x2c\x43\xf4\xec\xe7\xbe\x0e\xf7\xe0\xce\x14\xdf\x9a\xa7\
-\xce\x8e\x3a\x26\xff\x38\xb7\x43\xbd\x67\xd4\x9e\xc0\x16\xcf\xf2\
-\xed\x7f\xad\x14\xd8\x72\xfe\x96\x12\xb0\x41\x83\x75\xe2\x8f\x37\
-\x50\x30\x8c\x0c\xdd\x41\xd6\x96\xe1\x6a\x93\x04\x0e\xc8\x76\xe4\
-\x18\xdc\xb7\xe7\x24\x02\x41\xf4\x21\x24\xed\xa0\x94\x39\x75\x11\
-\x10\xf5\x0b\x9e\x8d\x10\xdd\xfc\x0f\xff\x10\xf9\x73\x9e\xd4\xa5\
-\xcf\xc6\x1f\xa4\xc3\x3f\xfa\x8d\x84\xeb\xae\xd3\x5f\xc4\x73\xe4\
-\xe6\xa7\xdc\xcc\x33\xdf\x19\x7e\xf8\xa5\x3f\xf6\xcc\x17\x0e\xc9\
-\x7f\x95\xc0\x4d\xa2\xb5\x0d\x89\xb5\x6c\x29\x74\x50\x09\xaa\x83\
-\x19\x60\xb0\x8e\x09\x92\x54\x68\xca\x9e\xd3\x92\x4e\x62\x84\x5b\
-\xcd\x4c\x00\x90\x92\xd4\xa0\x08\x86\x5f\xde\x6f\x95\x28\xe7\x87\
-\x8a\x9f\xe8\x84\xd3\x6d\x1c\x88\x12\x15\x80\xcd\xb0\x9a\xd3\x07\
-\x73\xef\x3f\xe8\x3d\xc7\x40\x8e\xa5\x01\x58\x76\xcb\x67\x40\xc4\
-\x8d\xf3\x14\xca\x2d\x58\x15\x40\x8b\x0f\xe3\x1a\x02\x41\x9f\x17\
-\x91\x7d\x16\x01\x93\x38\x9c\x91\x0a\x3b\x83\x8d\x1a\x9e\x89\x6e\
-\x46\x67\xd0\x53\xfb\xe5\x1e\x29\x60\x99\x26\xda\x54\xc9\x30\x42\
-\x50\xc5\x41\x71\xd1\xe4\x2a\xe9\x74\xd2\xfe\x1f\xdd\xf9\xe0\x4d\
-\x7f\xf7\xe3\x3d\x8f\x3b\x1f\xb8\xe1\x2a\xa0\xdc\x0f\x30\xf7\x1a\
-\x75\xff\x1a\xd4\x54\x8f\x21\x33\x49\x27\x6b\x8f\x65\xbf\x3f\xd7\
-\xd5\xdd\xa5\x9d\xeb\x0c\x45\xf7\xda\xe3\xe1\x59\x5b\x2d\x77\x04\
-\xee\x5f\x0d\x82\xa3\xda\x4d\x01\x58\x67\xf9\x35\x60\x0f\x95\xf2\
-\x62\x15\xec\x8b\xbf\x6d\x81\x40\x3a\xea\x71\x5a\x59\xac\xfe\xeb\
-\x35\xd2\xa8\xd1\x40\x30\x14\x6b\xb2\x50\x3d\x77\x33\x4a\x64\x1c\
-\x23\xe5\x1c\x78\x86\xc6\xef\x33\x37\x21\x75\xc8\xb9\xab\xf9\xbf\
-\x02\x34\x94\x62\x30\x2b\x18\x11\x93\x85\x09\x62\x1a\xa7\xb7\x2f\
-\xb0\x5e\x8c\x5c\xf5\xe7\x17\xd7\xf4\x07\xda\xe7\x35\x16\x09\xf8\
-\x83\x84\xb7\xbe\x55\xdf\xf4\xc8\xc7\xe7\x3b\x1f\xb8\xe9\xfb\x54\
-\xf2\x2b\x08\x9e\xee\x52\xc7\x9c\x33\x49\xa2\x4c\x93\x0f\x63\x81\
-\x41\x28\x29\xb9\xa4\x1c\x93\x8e\x9d\x75\xa4\x07\x40\xa1\xe7\x6e\
-\xc9\x94\x12\xa6\x32\xb9\xb8\xb1\x31\xa3\x66\x44\xa3\x9e\x53\xce\
-\x3d\xdd\x4b\xcc\x60\xb8\x20\x1b\xf2\x39\xd2\x12\x14\xda\xb4\xc6\
-\x6a\x58\x95\xa9\x8c\xbb\x38\x36\x28\xc7\xb3\x33\xf0\xd8\xa5\x00\
-\x77\xfe\xcc\x0d\x7b\xe3\xd9\xf2\x94\xe5\xf2\x40\xd6\x9b\x55\x29\
-\x1e\xf8\x4a\xdc\x64\x16\x96\xdc\x1d\xc3\xb4\xf6\xbe\x5b\x70\x91\
-\x97\x34\x4c\x1e\x37\x73\xd4\x5f\xe0\x91\x17\x0b\x80\xb9\x2d\xd5\
-\x20\x48\x30\x42\x30\xae\x07\xac\xd3\x68\xf0\x12\x78\x7b\x89\x57\
-\x3b\x23\x7a\x58\xf6\x4b\x11\xa6\x16\x79\x7c\xd3\xdf\xf8\x3f\x9f\
-\xfd\xd8\xc3\xf3\xfe\x2d\xf7\x7c\xf5\x1b\xdf\xf5\xa7\x2c\xfd\x02\
-\xcd\xbc\xed\xae\xe7\xf4\x65\x5c\x3d\x08\xc7\xe3\xba\xbe\xaf\xb9\
-\x34\x6a\x38\x8e\xf0\xb8\x8c\x3e\xfa\xf8\x9c\x60\xe6\xb5\x19\x7d\
-\x11\xbc\x10\x28\x04\x33\x31\x4e\x1b\x2c\xba\x03\x64\xed\x50\x6c\
-\x44\xc3\xde\x00\xcc\x20\x1e\x1b\x34\xbf\xcd\x31\xc2\x03\xcb\x36\
-\x46\x75\x04\x7c\x35\xc7\xff\xdb\x32\x04\xe6\xba\x80\xfb\x4e\x73\
-\xd0\x85\xce\xce\x1d\xf3\xe0\x9f\xb9\x8a\x80\x66\x28\xda\x71\x18\
-\x64\xa5\xc0\xdb\x40\xd4\xf3\x31\x87\x08\x91\x73\x8a\x52\xa0\x3b\
-\xcc\x0c\x9b\x71\x40\x29\x13\xcc\xea\x08\xb2\x58\xae\xaf\x3f\x30\
-\xfe\xc7\x21\x71\xbf\x3b\xef\x86\x6e\x5d\xd2\x6a\x31\x59\x3f\x94\
-\xd3\xd2\x4f\xa7\x3e\xed\xea\x53\x8f\x3c\x8d\xbb\x00\x3c\x8b\x70\
-\xe4\xdc\x53\xa9\x04\x04\x56\x0a\x56\xc3\x0a\x84\x3b\x5d\x2c\xae\
-\x35\x81\x02\x18\x0d\x2c\x10\x64\xf1\x2c\x99\x2a\x09\x93\x17\x2f\
-\x5e\x10\x25\x7f\xc0\x0b\x48\x11\x27\x23\x99\xda\xcb\x4b\xc0\x63\
-\xf6\x81\xcc\xe7\x0b\xc0\x26\xb6\xbc\x4a\xa6\xc8\x44\xdb\x30\x95\
-\xb5\x4d\x86\x9d\x76\x6e\x49\xc3\x3b\x3e\x3a\x0d\xb8\xbc\x72\xec\
-\x0c\xc0\xe1\xbb\xde\xf7\xe5\x39\xa5\x6e\x71\xea\x1a\xa4\xc5\x41\
-\x9a\x30\xd9\x30\xae\x2b\x61\x4e\x5b\xa1\x0c\x84\xfb\x66\xdc\x70\
-\xd1\x2f\xb1\x48\x07\x72\x34\x1c\x3a\x0c\x10\xd1\x7a\x3f\x3a\x6a\
-\x55\x30\xee\x61\xd2\xdd\x49\xaa\xb8\xa1\x80\xae\xf0\xea\xd7\xc2\
-\x83\x2a\x00\x43\x4a\x71\x53\xec\xb2\xe7\x44\xf2\x7f\xb5\xb7\x37\
-\x3c\xfb\xf6\x1f\xbb\xf1\x6b\x5e\xfd\xfc\x37\xbd\x01\xbb\xca\x5e\
-\xf5\xe3\xcc\x77\x6e\x9f\x7b\xe7\x13\x6e\x7c\xba\xf9\xea\x2e\x90\
-\x9f\xb7\xe8\x7a\xa4\x76\x23\x6c\xd7\x02\x32\x08\x31\x5d\x8e\x0d\
-\x3a\x4b\x65\xe8\x49\x43\xf3\x95\x70\xc3\x3c\x9b\xaf\x78\x01\xe8\
-\xe8\x52\x8f\xf3\xeb\x11\xaa\x6d\xce\x0e\x6b\x0a\x40\xc8\x16\xf3\
-\x9f\x95\x37\xca\x74\x6d\x2e\xe0\xce\x82\x03\xe6\xde\x09\x17\x50\
-\x77\x07\xda\x2a\x7c\x6b\x0d\x0e\x90\xcb\x5a\xf4\x5f\x4b\x8c\x98\
-\xf3\x76\xa9\x49\xd7\x5c\x31\x80\x23\x69\x9e\x69\x45\x8d\xca\x69\
-\x10\xf4\x5d\xaa\x2b\x2c\x28\x88\xdd\x89\xa3\x5a\x2b\x81\xd5\x18\
-\x51\xe2\x38\x25\x6b\xee\x86\x7e\xbc\x6a\xb2\x52\x04\x36\x6d\x60\
-\x83\x4a\x1a\x4f\x3d\xea\xe0\x9a\x7e\x9f\xf7\x3a\xf8\x39\x40\x14\
-\x80\x84\xe4\xa6\xac\x0c\x05\x40\x71\x52\xa4\x59\xc6\x5a\x56\x8d\
-\xb4\x4b\x40\x42\xc5\x3b\xef\x98\x24\xc3\xe1\x3e\x4d\x1b\x07\x85\
-\x01\x3b\x15\x44\x5b\x75\x90\x7c\x48\x22\xa7\x85\x98\x17\xdf\xd8\
-\xda\x21\x2d\xfc\x6f\x40\x28\xe1\xe6\x98\xc3\x0a\xc4\x9c\x40\xed\
-\x96\x54\x4d\x24\x89\xcd\x70\xf4\xbe\x7b\x5e\xfc\xf6\xb3\x1f\xb3\
-\x32\x5c\x06\x39\x76\xf3\xd9\x9e\xfa\xd7\x3e\xed\xbf\x77\xf7\xa7\
-\x05\x5d\xbd\xa3\xd6\xde\xf6\x5d\xca\x6c\xc0\xd3\x84\x95\x11\x9d\
-\x76\xd4\x94\x40\x3a\x0d\xa5\xde\xf0\xde\xbe\x8a\xca\x31\x89\xac\
-\xd0\x1d\x14\x11\x87\x88\x53\x22\x1d\x08\xf0\xd6\x89\x44\x17\x08\
-\x53\xee\x25\xe5\x8c\xf9\x56\x76\x32\x88\x46\x5c\x26\xca\x7f\xf3\
-\x05\x37\x7f\xe6\xd1\xaf\x3f\xf0\x8e\x7f\x0b\x82\x67\x9e\x03\x5e\
-\xfb\x83\x90\xeb\x70\x33\xdf\xfa\x9e\x47\xc9\x5b\xde\x7d\x8d\xec\
-\xdd\xf0\x98\xaf\x01\xfc\xc7\x45\xe4\xd3\x17\x95\xce\x3b\xaf\xb9\
-\xdd\xac\x12\x5d\x7c\x66\x05\xb0\xc8\x79\x89\xa6\x70\x69\x9e\xde\
-\xeb\xee\x50\x56\x70\x8f\x84\xba\x42\x73\x8a\x51\x5d\x35\x37\x6f\
-\x4d\x3a\xdb\xf0\x3c\x94\xbd\x29\x5e\xdf\x65\x80\x86\xa9\x11\x57\
-\x2a\x96\xd2\xaa\x76\x33\xa6\x80\x16\x38\x6c\xb9\xef\x22\x2d\xec\
-\x6f\x81\x80\x37\x48\xa6\xa6\x1d\xdb\xe3\xb0\x7d\xae\x44\x04\xd1\
-\xa5\x05\xcc\x46\x4c\x36\xce\xac\x42\x0a\x91\x25\xa3\xc5\x0e\x9b\
-\x29\xd8\x8d\x84\x63\x9c\x26\xd8\x14\x63\xc8\x23\x7d\xa1\x40\x70\
-\x7e\x38\x2c\xef\x62\xb1\x0e\xce\xac\xee\xda\x1d\xa4\xab\x4e\x9d\
-\xce\xf7\x09\xe4\x73\x22\x7c\x8b\xd4\x62\xb2\x09\x6e\x10\x37\xa3\
-\x2b\x3c\xaa\x25\x0d\x3f\x42\xa3\x3b\x13\x10\x68\xee\xd0\xa5\x8e\
-\x20\x30\xda\x58\x27\x1f\xbb\x10\x0e\x0f\x7a\x82\xab\x88\x43\x88\
-\x45\xbf\x47\xa1\x72\x18\xd7\x98\x6c\x04\x75\x27\x3d\x72\x9f\x2f\
-\x0b\x84\x9e\x24\x71\xb1\xd8\x67\xbf\x3c\xc5\xa4\x89\x22\xb1\x8a\
-\x61\x1a\x7f\xef\xb7\x7f\xe2\xff\xbb\xeb\x12\xa8\xcb\x27\x2c\xc7\
-\xcb\x00\x38\xf8\x79\xbf\x79\xed\xf7\x92\x7e\xca\x26\x43\x4a\x89\
-\xab\xe1\x28\x18\x80\x3b\x01\x36\xc1\xd8\xe0\x32\xd0\x5c\x76\x92\
-\xa9\xc1\xe0\x6a\x66\x19\xc1\x87\x91\xea\x00\x04\x70\x4a\xf8\x7b\
-\xa5\xe6\xe4\x71\xc3\x86\x06\x50\x08\x77\x21\x92\x78\x9f\x16\x14\
-\x51\x94\x52\x9b\x62\x29\x80\x00\x56\x0c\x04\x94\xca\xe7\x3e\xe3\
-\xa1\xc7\x5c\xff\xa4\xc7\x5e\xf7\xf3\x6f\x79\xd7\x67\x4c\x9f\xf1\
-\xb4\x6b\x64\xfd\x1f\xfe\x50\x1e\x85\xf7\xe8\x9f\xfb\xfc\x53\x2f\
-\x20\xf1\x2a\x80\x69\xd1\xef\x28\x7f\x2c\x29\x60\xf6\x58\x1d\x54\
-\x02\x89\x26\xeb\x10\x0f\x89\x34\x00\x94\x19\xe9\xd7\x6a\x04\x00\
-\x22\x89\xc0\xe9\xe8\x53\x07\x40\xe7\x5c\x94\x35\xc4\x6f\x1e\x9e\
-\xe1\xea\x10\xf7\xaf\x20\x49\x07\x77\xc7\x64\x1b\xb0\x1a\x92\x79\
-\x49\xf3\x1b\x9a\x53\x6b\xf1\x7d\x7d\x81\x68\x2d\xa9\xa2\xa6\xc6\
-\xdb\x68\xa3\x31\x00\xe7\xc2\x23\xe7\x97\x41\x45\xd0\xa5\x1e\x63\
-\xd9\xc0\x66\x28\x32\xde\x13\x3b\x09\x01\x9b\x71\x0d\x2f\x05\x80\
-\xa3\x94\x12\xfb\x17\x70\x6b\x84\xea\x1c\x82\x9b\xf2\x52\x3e\x7d\
-\x5c\x8f\xbf\x6f\xa6\x82\x94\xf6\xae\xba\x76\xf1\x3d\x2a\xf2\x24\
-\x57\x42\x9c\x30\x77\xb2\xa2\x1b\x20\x5d\x03\x68\x64\xbd\x4d\xd0\
-\x32\x93\x38\x75\x42\x35\xf9\x32\x2f\x82\x26\xe5\x53\x50\x7a\xdd\
-\xc5\x0b\x18\xe9\x0a\x48\xaa\x53\xa3\xe5\x79\x91\x96\xe2\x30\xac\
-\x37\x87\x30\xb6\xb1\x2b\x88\xa8\x05\xd6\xae\x14\x93\x26\x2e\x16\
-\xfb\x92\xea\xee\x4c\xe6\xe6\xe3\x34\x62\x35\x1c\x99\x5b\xf9\x67\
-\x6f\xf9\xc9\xf7\x1c\xcb\x59\x96\xc7\xca\x00\xbc\xe4\x71\xd7\x7f\
-\x81\x43\xfe\x06\xcd\x08\x3a\xc6\x71\xe3\x36\x95\x06\xe3\x91\x6e\
-\x75\x22\xcb\x8e\xe2\x9a\x91\x29\x23\x33\x31\x49\xe6\x64\xb5\x2c\
-\x58\xbd\x7f\x44\x01\x15\xf8\x21\x48\x95\x20\xc1\xd6\xb6\xd8\x79\
-\x57\x1c\x05\x60\x4e\x17\x87\x99\x73\x1c\x06\x07\x1d\x49\x13\x85\
-\x42\x61\xa2\xa3\xb8\x83\x50\xf2\x73\xbb\x69\x73\xd5\xf9\xe9\xdd\
-\xbf\x60\x9b\xd3\xba\x48\x53\x2a\x8f\xea\xaf\x49\x5d\xfe\x09\x02\
-\x7b\x49\x63\xea\xee\x96\xe2\xdb\x74\x2a\x58\x72\xa8\x85\x65\xaf\
-\x83\x3d\x1a\x42\x4e\x0a\x14\xbb\x8c\xba\x18\x3d\xa5\xd5\x05\x0b\
-\x89\xa4\x1d\x92\x2a\x8a\x4f\x33\xf0\x37\xeb\x2b\x58\xbd\x76\x0d\
-\x92\x44\x62\x9f\x00\x18\x4a\x19\xab\x57\x0f\x9a\x6f\xdb\x00\x78\
-\xf6\xea\x8d\x05\x28\x6c\x89\x11\xb4\xae\xa3\x75\xbc\xb6\xd4\x62\
-\x2e\x40\xb6\x9c\x9f\x0d\xe9\x8f\x75\x74\xb9\x87\x88\x60\x18\x57\
-\x4d\xf9\x66\x30\x32\x06\x95\x8e\x28\xb6\xf3\xfb\x14\xa0\x42\x8b\
-\x14\xcc\xeb\x67\x89\x50\x95\x8f\xeb\xf7\xbb\xff\x7c\x1a\xa7\xb7\
-\x5d\x75\xcd\xe2\x65\x2a\xf2\x79\x41\x3f\x0a\x7a\xbe\x1a\x11\xf6\
-\x52\x5d\x05\x73\x25\x41\x5a\xe8\x07\x67\x4d\x73\x98\x52\xf6\x2e\
-\x2d\x58\x13\x16\x8c\xe3\xe0\x84\x23\xda\x7d\x1d\xee\x10\x0a\x5d\
-\xeb\x3d\xb2\xec\xf6\x05\x04\x06\x1b\x7d\x2c\x83\x13\x4e\xb4\xa9\
-\xcc\x24\x2a\xb0\x41\x77\x72\xb1\xd8\x67\xca\x3d\x8a\x99\x1f\x6d\
-\xce\xdb\x66\x58\xfb\x54\x26\x77\x77\xc0\xf0\xdd\x6f\xf9\xa9\xf7\
-\xfc\xfb\x4b\xa3\x35\x9f\x98\x1c\x9b\x2a\xc0\x3d\x7f\xf4\xcd\xfb\
-\x7d\x5e\x7c\xa5\xa6\x8e\x50\x0d\x83\xde\x72\x78\x38\x1b\xd2\xec\
-\xc1\xf0\x89\x9b\x19\x00\x49\x1f\xc6\xa3\xc8\xef\x94\x58\x76\x7b\
-\x84\x10\xa2\x91\xc3\xb9\x34\xd7\x14\x28\x7f\x00\xea\x51\x5d\x6f\
-\x4c\x2e\x4a\x78\x5b\x15\xc5\xb8\x29\x9c\xc6\xd1\x29\x44\x29\x93\
-\x4f\x36\xf9\x66\x33\xb8\xa3\x78\xd2\xcc\xb6\x26\x31\x7e\xf5\xa7\
-\x3f\xea\x33\x9e\x80\x61\xe8\x0e\xc7\x61\x91\x17\x8b\x5b\x08\x5c\
-\x03\xcc\x0d\x2e\x71\x62\x8c\x0d\x33\x86\x69\xc4\x30\x0d\x58\x6f\
-\x56\x58\x0f\x47\xd8\x8c\x9b\x00\xc8\x58\x95\x16\x11\xee\x53\x2a\
-\x8b\xdf\xc2\x85\x65\x15\x50\x2b\x30\xe7\x06\xb7\x0d\x40\x47\x9f\
-\x32\x30\xcf\x0a\xa8\xb9\xfb\x5c\x9d\xaa\xc7\x0d\x45\x99\xc3\x76\
-\x56\x05\x61\x2d\xbf\xc5\x35\x21\x44\x6b\x04\xe1\x25\x1e\x62\xa0\
-\xb4\x84\xde\x21\x0e\x48\x9d\x9a\x21\x33\x13\xb0\xfe\xce\x86\xa4\
-\x58\x35\x2c\x8e\x4e\x33\xcc\x26\x00\x61\x40\xea\xd0\x21\xa8\x03\
-\x53\x99\x00\x73\x28\xc3\x40\xf9\x6c\xc0\x82\x19\x29\xd2\x52\x98\
-\x9d\x48\x45\x78\xed\xc1\x35\x8b\xef\x82\xcb\xf5\xa5\x18\xdd\x0b\
-\x1d\x0e\x21\xe8\x8a\x8a\x01\xcc\x09\xd1\xb6\x1a\xc2\xf8\x9b\x81\
-\x92\x53\x46\x97\x17\x0c\xa4\x0e\x18\x6c\xe3\x0e\x47\x29\x61\x32\
-\xa4\x5e\xaf\x20\x92\x09\xfa\xae\x67\x2b\x63\x96\x61\x8d\x08\x30\
-\x14\x11\x15\x12\x8d\x7a\x5e\x6a\xa9\x49\x2b\xc3\x53\x01\x2e\xba\
-\x3d\x99\x5b\xd4\xe1\xef\x1a\x0f\x1e\x7a\xfd\x45\x57\x98\x8b\x24\
-\xc7\x06\x04\xb4\xf7\x2c\x1e\xdd\x77\xfb\x5f\x22\x32\x29\x17\x7b\
-\x3e\x0d\x2b\x4c\xc3\xca\x7d\x0a\x48\xc8\xab\xf1\xdd\x16\x68\x62\
-\x72\x0b\x49\x58\x71\x0c\xe3\x1a\x7d\xbf\x80\x32\x31\xc2\xcf\x6d\
-\xe3\x85\x2d\x00\x00\x20\x00\x49\x44\x41\x54\xc1\xe1\x84\xc2\x40\
-\x09\x00\x10\x35\x7c\x0d\xef\x0b\x52\x5b\x8f\x57\x7c\xbd\x00\x91\
-\x12\xdd\x4a\x09\x58\x50\xc5\xc7\x31\x1a\x8b\x7c\x8a\x81\xa5\xac\
-\x1e\xd2\xc8\xae\x17\xfb\xbe\x4d\xd9\xdc\x9a\x52\x97\xe9\xfe\xf4\
-\xb6\xba\x36\xc0\x74\xb2\x09\xc3\x34\x44\x61\x02\xac\x03\x38\x08\
-\x85\xce\x00\x5e\x0c\xdb\x90\xad\xc2\x7a\x55\xaa\xa6\x34\xca\xd8\
-\xdd\x87\x81\x90\x8f\x3e\xa1\x73\x87\x4a\xc2\x34\x2b\xb8\xcc\xca\
-\xda\xbc\x3f\x51\x8f\x81\xda\xd2\x8a\xfa\x12\xab\xf1\x70\xbc\xbc\
-\x82\xf6\x55\x05\x5d\xaa\x82\x87\x68\xad\x18\x38\x30\x57\x48\x22\
-\x8c\xda\x19\xfd\x1d\x8a\x18\x47\x74\x22\x4b\xcc\x32\xb4\x1a\xa1\
-\xd8\x5c\x89\xc0\x4c\x12\xf2\x9d\xe3\x2a\x88\x89\x02\xa2\x54\x4a\
-\x74\x03\x04\x2b\xb4\x48\x01\x60\x10\xe1\xb2\x78\x19\xc4\x14\x46\
-\x87\x86\x55\x73\x8a\xa2\x39\x84\x7a\x12\x51\x2c\x02\xc3\x60\xba\
-\xb3\x4b\xd9\x3b\xed\x19\x25\x61\xf3\xe2\x63\x85\x50\xa2\x76\xc4\
-\x7a\x11\x5c\xe8\x59\xc5\x45\x94\x9d\xf6\x34\x33\x4c\x36\x7a\xb1\
-\x82\xb6\xe9\x4f\xc3\x15\xe3\x7f\x56\x4f\x9c\x3e\x4d\x85\xd9\x06\
-\xc2\x26\x2a\x05\xcb\xc5\x9e\xad\x71\x64\xd3\x34\xdc\xfd\xe0\xf3\
-\xb0\x03\x60\x1d\x2f\x39\x36\x11\xc0\x1f\x5c\x9f\xde\xb1\x19\x8e\
-\x3e\x17\x95\x12\x9a\xbb\x25\x16\x8b\xd3\xaa\x79\x21\x05\x14\x33\
-\x88\x53\xd0\x60\x6a\x56\x74\x87\x20\x44\xc5\x37\xd3\xda\x4b\x24\
-\x84\xe8\xb4\x63\x92\x44\xd9\xa9\x4b\x37\x72\x48\x2b\x0b\x16\xf3\
-\xb9\x84\x13\xd6\xa4\x92\x8d\x84\x48\x29\x85\xd1\xb1\x36\xe1\x12\
-\x35\x39\xad\xca\xe0\x41\x32\x12\x91\x2f\xba\xfa\xd1\xa7\x9e\xed\
-\xb0\x53\xa4\x9c\x06\x10\x3b\xef\xd4\xdb\xd1\xad\x2a\x40\xfd\xe8\
-\xed\xde\x3b\x8e\xcc\xc8\x54\xe9\x11\x01\x44\x34\xe3\x75\x02\x4f\
-\xf0\xfb\x15\x1e\xac\xc0\xd4\x06\xd3\x1a\x7c\x9a\xaa\x22\x3a\x52\
-\x8a\x3b\x5f\xea\x4d\x2c\x70\x88\x55\x4f\xcc\xc6\x0b\x08\xc2\x8e\
-\xd0\xc2\x4b\xb7\x14\xa1\x6a\x4c\xeb\x1d\x8c\x58\xdd\x50\xdd\x3d\
-\x20\x4d\x31\x0c\x22\x0e\xa5\x43\x14\x50\x89\x06\x23\x65\x80\x84\
-\x75\x24\x69\x7c\xb6\x1b\xfa\xdc\x83\x04\xac\x0c\x20\x1d\x8a\x7a\
-\xee\xde\xfe\xad\x98\x85\xb4\x30\xbd\x46\x2b\xf5\xbb\x84\x03\x42\
-\xc5\x7e\x7f\x10\x5e\xb5\x02\x0c\x04\x50\x26\x63\x31\x23\x5c\xaa\
-\x19\x62\xf4\x40\xb5\x4b\xdc\x8c\xa9\xa0\x81\xa4\xcc\x9a\xbc\xcf\
-\x8b\x80\x81\x0c\x98\x6c\x62\xf1\x02\x80\x34\x0f\xf2\xb4\x87\x33\
-\x41\x4a\xe2\xa2\x82\x3e\x2d\xd8\x22\x9c\xd1\xc6\xe0\x87\xa0\xc1\
-\x0a\x8c\x4e\x3f\x27\xe9\x6d\x46\x02\x30\xae\xcf\xf9\x54\x46\x78\
-\x94\x9b\x60\xc3\x86\x6e\xe5\xdd\x22\xfa\x03\x97\x50\x6d\x3e\x61\
-\x39\x36\x06\xe0\xf7\xef\xf9\x89\x6b\x8f\xd6\xab\xee\x70\x75\xae\
-\xac\xd6\x87\x3e\x95\xc9\x99\xd4\xfa\xbc\xa0\xc6\x5d\x4b\x2f\x14\
-\xce\x34\xcd\x5a\xab\x16\xb6\xe6\x19\xdf\x0c\x2b\x94\xe8\xf3\x44\
-\x9f\x96\x8c\x4e\x39\x71\xa7\x82\x59\x0d\xe4\xdc\x35\x17\x63\xb7\
-\x4c\xe0\xb5\x48\x44\xd4\x5c\x36\x3c\x50\x56\x75\x0a\xdd\xcd\x39\
-\xdb\xef\x30\x28\x8c\x60\xc2\x68\xee\xdc\xdb\xcb\xdf\x46\xc8\x55\
-\x5e\xec\x5c\x7d\xc9\x2c\x9a\x82\xd3\x1f\xf7\x70\xf5\xee\xba\x0d\
-\x73\xa3\x31\xc6\xe7\x9b\x68\x57\x31\xdb\x8d\xdf\x36\xe0\x90\xfa\
-\x00\x0a\x26\x1b\x21\x64\x9d\xb4\x6b\x35\x6d\xb0\x39\xcc\x9f\xbd\
-\xbb\xd5\x7c\x1f\x3b\xc7\x9c\xa7\xfe\x34\xa3\xd3\x6e\x6d\xab\x46\
-\x67\x1b\x35\xa8\x7a\x60\x00\x2d\xe8\x6a\x71\x4b\x75\xfe\x4d\xa9\
-\xd9\x52\x19\x8d\x5e\x79\xc7\x84\x36\x43\xa0\xb2\x6f\xd1\x1a\x94\
-\xa5\xd2\x7f\x81\x30\x1e\xee\x1e\x58\x43\xad\x4e\x44\x63\x90\x44\
-\x07\x24\xb6\x15\xdd\xd9\x78\x57\x0c\xa2\x96\xfe\x30\x9b\xbb\xaa\
-\x90\x98\x53\x7f\x50\x45\x7d\xd1\xed\x85\x89\x07\xa3\x0f\xc1\x27\
-\x87\x83\xa5\x94\x0a\x7f\xc6\x6b\x25\x89\x89\xa8\x77\xda\x53\x23\
-\x27\x43\x29\x23\xa6\xa9\x00\xad\xa2\x00\x80\x1e\x48\xa0\x56\x78\
-\xb9\x45\xa4\x36\x4d\x5c\x0f\x2b\x5b\x0d\x2b\xdb\x8c\x6b\xdb\xac\
-\xcf\x99\x59\xf9\xd6\xd7\xde\xfa\xdb\x17\xb5\xaf\xe4\x62\xcb\xb1\
-\x31\x00\x23\xed\xf1\xf1\x5d\xb8\x5b\xb1\x79\x6b\x6b\xcd\xd9\x52\
-\xbf\x30\x92\x66\xee\x98\x0c\xe2\x25\xc0\xcb\x8a\xc7\xd6\x3b\x58\
-\x80\x98\x28\x4c\xab\xd6\xbb\xcb\x8b\xa0\x7b\x92\x4e\x77\xa6\x5a\
-\xc3\x8d\x10\xa2\xf2\xe3\xbc\x35\x75\xd5\xa4\x71\xab\x11\x35\x27\
-\x0f\x04\xcc\x2d\xa0\x3b\x9b\x2c\xe8\xf6\x10\xa0\x80\x80\x7f\xde\
-\xfe\x23\xfa\xbf\x52\x26\x3f\x04\x30\xb7\xdc\x86\x12\x09\x16\xb9\
-\x07\xd0\x46\x71\x85\xd2\x68\x33\x0a\xf5\x35\x68\x9e\x7f\x66\xf4\
-\x59\x78\xd4\x39\xab\xc5\xb6\x1c\x68\x0e\xf7\xb1\x7a\x7c\x81\xa6\
-\x0a\xd3\x57\xaf\x1f\xca\x6d\x80\x44\xfa\x40\xab\x0a\xbf\x63\x60\
-\x1a\xc0\x18\x8a\xe7\x48\x0c\x03\x22\x28\x10\x18\x14\x16\x9e\x9a\
-\xcd\x80\x84\x12\x0b\x30\xd3\x7f\x09\x03\x5a\xc3\x70\x6d\x3d\xee\
-\x52\x8c\xfe\x9e\xca\x50\x23\x8e\x9a\x6e\xb4\xaf\xa8\x12\x8c\xb4\
-\x1a\x5c\x63\x9c\xa3\x56\x4f\x1a\xd1\x82\xc4\x44\x21\x89\xef\x43\
-\x80\x48\x07\x8c\x80\x0b\x5b\x55\xa4\x06\x64\x10\x77\xb6\x6a\x06\
-\x19\x09\xbf\x17\x63\x4a\x39\x94\x3f\xaa\xbd\x51\x09\x29\x63\xfd\
-\x2e\x2d\x70\x61\xb2\xd1\x7e\x91\x34\xb9\x68\xaa\xa0\x69\x2d\x53\
-\x96\x11\xa9\xa5\x89\xad\x9c\x88\x60\x0b\x16\x90\x86\x0a\xa5\xd8\
-\x24\x68\x46\xc3\xcc\x27\x33\x2f\x53\xf9\x99\xcd\xcf\x3e\xf4\xb3\
-\x97\x50\x65\x2e\x8a\x1c\x1b\x03\x20\xb0\xeb\x01\xa0\xef\x17\xdc\
-\xdb\x3b\x2d\x49\x93\xcc\xa9\x16\xe0\x50\x75\x44\x23\x0f\xdc\x0a\
-\x2b\x72\x1b\xaa\x5b\xbd\x07\x04\x6e\xd3\xe0\xcd\x28\x28\x04\xbd\
-\xf6\x35\x55\x10\xb7\x50\x42\x0f\x62\x5c\xf8\x12\x33\x63\x4b\x0f\
-\x5a\x89\x6c\x0b\xe0\xb1\x8e\xc2\xae\xac\x36\xab\x2f\xb0\x02\xd6\
-\x2e\x45\x73\xc1\x62\x91\x6f\x2f\x83\xad\x00\x6c\x91\xf1\xba\xf0\
-\x9c\x12\x16\x5d\x0f\x05\x2a\x15\x36\x94\x40\x54\x67\xf0\x6d\x36\
-\x08\x95\x88\x43\xdf\x7a\xf4\x50\x4c\x87\x8a\x43\xe3\xec\x61\xd3\
-\x50\x95\xba\x20\x49\x57\x4f\x97\x75\x7e\x47\xcd\x5a\xaa\xa2\xce\
-\xe4\x40\xb6\x14\x01\x81\x49\x58\x18\x59\x6b\xe3\xc0\xb0\x05\x07\
-\x89\x9d\x6a\x81\x57\x4f\x0e\xa0\x81\x8d\xb3\x31\x23\x66\xa3\x45\
-\x00\x59\x3b\x80\x16\x4c\x45\x6b\x9f\x5b\xd3\x10\xb6\xf2\x62\x60\
-\x29\x09\x80\xbb\x05\x2e\xd2\xc0\x49\x21\x14\x44\xa7\x3a\x63\x21\
-\xaa\x91\x60\x14\x0b\x98\x9e\x0e\x5a\x33\xda\xde\x6c\xb6\xa0\x61\
-\xbd\x93\x17\xf6\x5d\x8f\xbe\x5f\xd6\xcd\x64\x22\xcd\x18\xca\xc6\
-\x41\xa0\x4c\x5e\xed\x10\x41\x13\x58\x81\xe4\x5e\x4d\x54\xb0\xd0\
-\xbe\x76\x3b\x13\x65\x1a\x69\x28\x00\x65\xf6\xf3\x6d\x8a\x5a\xa3\
-\x45\x77\x9a\xb9\xe8\xf6\xb9\xec\x4e\x71\x6f\xb1\x07\x40\x23\x40\
-\x54\xbe\x45\xce\xfe\xd1\xcb\x1e\x7c\xf0\xf8\xe6\xfe\x4d\x8e\x0f\
-\x08\xe8\xf8\x7c\xc0\x91\x52\x8e\x82\x90\xc5\x3d\x3d\x96\xc9\x47\
-\x9b\x3c\xf2\x4f\xb5\xc9\x5c\x60\x81\xe4\x7b\x31\x12\x62\xd1\x66\
-\x86\xc8\x44\x19\xed\xa4\xcd\xf3\x8a\x08\x32\x32\x27\x9f\x5c\x2c\
-\x2a\x3d\xa5\x18\xb7\x73\xea\xc3\x23\xa8\xaa\xcf\xc9\xc5\x0e\x32\
-\xdd\x58\xb1\xae\x91\xfb\x91\x02\xb7\x02\x2f\x05\xc5\x48\x2f\x4e\
-\x33\x3e\x4a\x53\xfa\x0b\x71\x1e\xc1\xdd\x53\xdf\xe6\xd7\x59\x33\
-\x3a\x4d\x18\xca\x08\x5a\xed\x2f\x31\x03\x20\xb3\x47\x6d\xc8\x75\
-\xc3\x2c\x6a\x76\x5a\x2b\x58\x5e\x27\xe9\xc4\x5d\x6f\x5e\x40\x2b\
-\x80\x04\x3f\xc0\xd4\x01\x6b\x00\x65\x05\xdc\x3c\xbc\x66\xa0\xf3\
-\x84\xd4\x09\x17\xad\x69\x68\xe7\xec\xa3\x37\x3f\xf2\xe2\x78\xb6\
-\x2a\x13\xc1\x68\xec\x69\x18\x81\xd7\xca\x97\x6f\xd3\x0a\xab\x8a\
-\x28\x29\x5a\x94\xa7\x32\x82\x3e\x41\xc4\x6b\x3f\x43\x18\x10\x03\
-\x66\x23\xe0\x56\xd7\xe0\x5e\x2b\x3d\xad\xb7\x2e\x8c\x41\xd6\x1e\
-\x5e\x8d\x9d\xb8\xc0\xc4\xd0\xec\x47\xac\xb5\xc2\x9d\x75\x60\xac\
-\xa3\x76\x3d\x2a\xb8\xcc\x4b\x4f\x9a\x58\xef\x11\x80\xee\xe3\x38\
-\x7a\x7d\x2f\x01\xa7\xb3\x8d\x27\x8b\x0e\xc1\xe8\xc5\xe8\xd8\xca\
-\xa2\x53\x31\x0c\x65\x74\x81\x3a\xcd\xe1\x42\x46\x66\xe9\xed\x0e\
-\xc1\x32\xef\x6b\x2b\x17\x42\xe0\xb0\x09\x0b\xe9\xb0\x1a\xce\xbd\
-\xbd\xf4\xfd\xcd\xaf\xfb\x96\xc3\x3f\xbe\x04\x6a\x72\xd1\xe5\xd8\
-\x18\x00\x14\x7f\x12\x08\x1e\x1d\x9d\xf3\x3e\x2f\x41\x8a\x4f\xe3\
-\x06\xd3\x34\x18\xab\xbb\x71\xc2\xb3\xba\x99\x89\xb8\x1b\xdd\xc1\
-\xe2\x45\xcd\xcd\xb2\x66\x83\x92\x2c\xb1\x45\xf3\x30\x15\xe9\x13\
-\x9d\x42\x24\x66\xc0\x80\xc9\x27\x20\x38\x00\x6e\x65\xa2\x56\xbe\
-\x88\x15\x63\x20\xee\x01\xfe\x49\xd3\x90\x56\x29\xac\xe8\x74\x91\
-\x08\xc1\x69\x64\xa1\xc0\xdd\x60\x25\x7a\xd9\x09\x79\x32\x80\x22\
-\x80\xba\x97\x18\xc5\x55\x63\x09\x41\x28\xe7\x9e\x2e\xe1\x56\xa2\
-\x26\x4f\xd4\xfa\xba\xcc\x39\x76\xf4\x2e\x54\x25\x0d\x66\x3a\x80\
-\xfa\x3c\xc3\x2b\xd7\x1b\x11\xc6\x11\xca\x0e\x04\x90\x98\x61\xa8\
-\x53\x6a\x6b\x6c\xac\x2d\x68\x42\x58\xd2\x16\x86\x63\x46\xef\xab\
-\x67\x46\x28\x42\xac\xa1\xfe\xcd\x03\xb0\xcc\xa2\xe8\xd2\x3e\xc6\
-\x71\x83\x11\x1b\xb4\xea\x41\x94\xd7\xe2\xf5\x75\x72\x06\x7a\xed\
-\x21\x00\xcc\x87\xad\x71\x69\x0d\x43\xd6\xaa\x13\xbe\xdd\x4c\xc7\
-\xad\x1a\x92\x08\xb7\xb5\xb2\x18\x21\x44\x97\x12\xd6\x65\x0d\xa1\
-\xc0\x60\x50\x07\x4a\x92\x1a\x15\x29\x3c\x12\xb0\x9a\x6e\x31\xd2\
-\x22\x33\xf6\x79\xe9\x39\x67\x5a\xf5\x1e\xc5\x0b\x4a\x19\xe6\xf5\
-\x96\x62\x24\x05\xea\x51\x51\xa1\x3a\x92\x26\x4b\xd2\x51\x45\x01\
-\x77\x77\x03\x46\x5f\x47\xbe\x57\xc3\x0a\x16\xaf\x23\xbf\x6a\xda\
-\xa6\x1d\x53\xc5\x97\x26\x2f\x3e\x0d\xa3\x4f\x3e\xf9\x38\x0e\x20\
-\xf8\xdf\xbd\xee\x85\xbf\xf1\xee\x8b\xae\x1f\x97\x48\x8e\x8d\x01\
-\x20\xf9\x08\x0f\xd7\xcf\xf5\x70\xe4\x73\x80\xe7\x24\x75\x0e\xda\
-\x22\x83\xcc\x34\x1a\xa3\x62\x65\x4e\x2f\x90\x09\x13\x32\xd5\x99\
-\x14\x28\x44\x29\xa3\x4d\x74\x49\xec\xbc\x86\xa7\x11\x80\x16\x83\
-\x49\x01\x0b\xab\x83\x8d\x1b\xb5\x4c\x26\x66\x93\xa7\x2e\xcf\x13\
-\xb2\x66\x44\x2e\x00\x35\x8a\xd7\x2a\x1a\x04\x74\x0b\x6e\x12\x8c\
-\x65\x32\x5a\x71\x56\xb7\x8d\x32\x8d\xc8\x5d\x30\xfa\x66\x05\xa8\
-\x8a\x9e\x52\x42\xce\x09\xe3\x30\x40\x50\x91\x77\x6f\x5c\x00\x89\
-\xe7\x1c\x33\xe8\x34\x03\x75\xde\x7c\x62\xfc\xdd\xca\x88\xcc\x0e\
-\x5e\x4b\x62\xde\x68\xc0\x08\x52\x0d\x6b\x37\x21\x09\xd0\xaa\x82\
-\xb5\xec\x24\x58\x6c\xcd\xcd\x47\xca\xe1\xdb\x46\x61\x20\x46\x7f\
-\xff\xf9\xab\x9f\x82\x47\xec\x3d\x1a\xc3\xb8\xc2\xff\xfb\xfe\xdf\
-\xc1\xf9\xcd\xfb\xe1\x6c\x8a\x5b\x93\x82\x1a\xad\x24\xcd\x11\xfd\
-\x8c\x71\x5e\x06\x34\x9a\x75\xb4\xd7\x57\xac\x40\x22\x71\xaf\x7d\
-\x4a\x01\x00\x46\x80\x11\x9e\x35\xf2\x7f\x05\x46\x8b\x2a\x09\x23\
-\x54\x57\x18\x46\x82\x52\xd3\x1c\x2f\x74\xd2\xe2\x3c\x45\xd1\xe7\
-\x3d\x74\x39\x98\x93\x62\xc0\x84\xc9\xcd\xa7\x76\x0d\x39\x5a\x44\
-\x7d\x81\x4a\xc4\xff\x25\x4d\x16\x63\xd4\x83\x5e\x0d\x38\x46\x1b\
-\xe0\x93\xcf\xbd\x20\xce\x48\x2b\x6a\x79\xd2\xdd\x0c\x56\x26\xe8\
-\x62\xcf\xcc\xa3\x79\xab\x58\xcc\x1a\x24\xf0\x86\x7b\x6f\x7b\xe8\
-\x57\x2f\x85\x7e\x5c\x2a\x39\x36\x06\x20\xa5\x74\x35\xa9\x2c\x56\
-\x50\xcc\x1c\x56\x66\x70\x1e\x6e\x04\x53\x2d\xc2\x55\x44\x36\xd1\
-\x6c\x72\x81\xd6\xfc\xcc\xa1\xd3\x68\x9e\x20\x45\x34\x2c\xf7\x64\
-\xc5\x61\x13\x93\x66\x17\x80\x59\x3a\x8c\x18\x9c\x46\x47\x2a\xee\
-\x93\x93\x5a\x27\x66\xd4\x29\x55\xe3\x66\x60\xcc\xba\x57\x8f\x81\
-\x41\x11\xa6\xbb\x44\x7d\x59\x62\xb8\xd6\x96\xe1\x56\x23\x06\x33\
-\xaf\x78\x13\x01\x18\x36\xc3\x0a\xad\xc7\x5d\x89\x18\xde\xd9\xed\
-\x01\x15\xee\x52\x55\xc0\xc6\x1a\x9e\xef\x92\x69\x5a\x2a\x50\x73\
-\xeb\x3a\xdf\x8f\x64\x65\xe9\xb2\x86\xf8\xb6\xf5\xdc\x22\x91\xdb\
-\x37\x0f\x5e\xbd\x2d\x59\x63\x6d\x0d\x25\x02\x4b\x1c\x7f\x17\xa9\
-\xac\x13\x47\xda\xe7\xb5\xe7\x16\x79\x0f\x8f\x5c\x3e\x1a\xd7\x9e\
-\x7a\x1c\xce\x6f\xde\x87\x73\xc3\x7b\xb0\x1a\xde\x5f\x39\xf5\xd5\
-\xe0\x44\x1d\x0d\xa2\x0b\xd0\x2c\x1a\x69\x68\xf5\x5b\x0a\x90\x6f\
-\x6b\x5c\x7c\x66\xf8\x99\x01\x0d\xbf\x2f\xb5\x0f\xc2\x6b\x35\xa4\
-\x97\xae\x46\x3e\x35\x2d\x42\x8c\x33\xeb\xb2\x70\x00\x2b\xb0\x48\
-\x38\x0a\xbd\x08\x24\x89\xf7\x29\x0b\x41\x2f\x31\x15\xca\x8d\x93\
-\x17\xab\xe9\x86\x13\xc5\x1a\x78\x53\xab\x3f\xd1\x14\x82\x2c\x09\
-\xa2\x1d\xa3\xd1\x89\xb1\xe5\x7a\x99\x40\x95\x28\x24\x98\xc1\xa6\
-\x22\x81\x65\x78\x0c\xfc\x21\xdc\xdd\xfd\x70\x73\x68\x1e\x1b\x36\
-\xd4\x5e\x02\x8e\x98\xca\xb7\x5c\x06\x55\xb9\xa8\x72\x2c\x40\xc0\
-\x1f\xfe\xad\x6f\x7e\xec\xde\xe2\xe0\xd4\xb2\x5f\xca\xc1\xf2\x40\
-\x4e\x2f\x4f\x69\xd7\x2f\xd0\x42\xc2\x36\xe2\xa1\x26\xe9\xf5\x66\
-\x25\x34\xab\x6d\x43\x74\xb8\x39\x39\x8e\x53\x54\x08\xc2\x7d\x78\
-\x99\x46\x2f\xd3\x44\x43\x28\x51\xae\xbb\xb7\x64\x4d\x46\xa5\xc3\
-\x9a\xda\x34\x9f\x16\x49\xea\x54\x26\x0e\x9b\x41\xac\x18\x77\x7a\
-\xec\x50\x1d\x45\x90\xe6\x2a\xcd\x0c\xe6\xa4\x04\xac\x70\x41\x69\
-\x8d\x80\x17\x43\x99\x0c\xe3\x38\x62\xbd\x3a\xc2\x38\x9c\xc7\x30\
-\x1d\xc1\xca\x10\x9f\xba\x53\x07\x6f\xb5\xf0\xed\x00\x8f\x8a\x11\
-\x54\xbd\x54\x47\xb0\xf4\xe0\xc0\x54\xea\x8a\x0c\xe2\x75\x7a\x88\
-\xd5\xaa\x41\x2d\xff\x79\x29\x35\xa2\xb0\x98\xdb\xef\xcd\x30\x78\
-\x4d\x3f\x5a\x79\xae\x0e\x0f\x95\xed\xdf\xe0\x23\xc6\xb2\xc6\xf9\
-\xe1\xbd\x58\x4f\x67\x31\x8c\xe7\x6b\x75\xa2\x1a\x2a\x00\xad\x2b\
-\x30\xf6\x1e\x70\xb8\xc5\x39\xcd\xd5\x8c\xf9\xf3\xda\x57\x59\xa3\
-\x00\x89\x39\x84\x91\xbe\x6c\x67\xeb\x08\x1d\x29\x05\x90\xb8\x5b\
-\x32\xd4\xba\x23\x51\x57\x2b\x83\xe2\xb1\xde\x94\x13\x72\xee\xc4\
-\xad\xd5\x2a\xcd\xad\x8c\x6e\x75\x9e\x3f\x8c\xb0\x52\x6a\x58\x13\
-\x80\xa0\xd5\x06\xab\x9c\xb2\x69\xca\x6c\x11\x57\xf1\x09\xd3\xb8\
-\x61\x8c\x54\x67\x8d\x32\x82\x22\xbc\xcd\x06\x3d\xc8\x52\x2a\xdb\
-\x4c\xc6\x2b\x25\x4a\x78\xd7\xbd\x2f\x7d\xe8\xed\x17\x55\x31\x2e\
-\x83\x1c\x8b\x08\x60\xb5\x3a\xf8\x93\x52\xca\x46\x44\x96\xac\xb5\
-\xfa\x65\xb7\x14\x87\xdb\x34\x0c\x20\x05\x5e\x6c\xe6\xf1\x3b\xb0\
-\x6d\x7e\xc9\xa9\xf8\x64\x5a\x6d\x85\xbb\x09\xc6\xcd\xa8\xa9\xeb\
-\x4a\xcd\xf1\x7d\xb4\x89\x52\x84\x31\x0a\x48\x90\x35\x71\xb2\xc9\
-\xbb\x2e\xdb\x38\x4d\xe2\x05\x8c\xed\x74\x05\x8d\x59\x42\x44\xe0\
-\x31\x4d\x53\x2b\x91\xc7\x18\xec\x18\x26\x54\xd3\x02\x90\x66\xe1\
-\xbc\x83\x48\x5e\x51\xf4\xf8\x39\xca\x76\x06\xd6\xf1\xd9\xee\x05\
-\x90\x04\x69\x4d\x40\x00\x44\xb1\xf5\xbc\xd5\x77\x86\x11\xa8\x86\
-\xae\x1a\xbc\x18\x7b\x56\x73\xee\x1a\xc3\xb6\xce\x54\x51\x8d\x80\
-\x89\x5b\x54\x9c\x68\xa4\x9d\x3c\x4f\x08\x2a\xa5\xd4\x49\x44\x91\
-\x92\xa0\x45\x19\x3b\xa1\x71\x4b\x02\x8a\xaf\xf1\xae\xf7\xff\x16\
-\xce\xae\xff\x10\x9b\xb2\xc2\xd9\xd5\xbb\x5b\xfe\xb3\x83\x25\xd4\
-\x86\x23\xc4\x86\x22\x66\x23\x84\x01\x82\x72\x3e\x9f\x58\xaf\x78\
-\x14\x29\x04\xdb\xf0\x9f\xf3\xdc\x61\x20\xd5\xd7\xa6\x94\x30\x0e\
-\xab\x38\x76\xbb\x2e\x16\xa9\x4f\xda\x4b\x32\x9e\x1d\x5d\x5c\x91\
-\xb4\x47\x97\xba\xe8\xeb\x00\x7c\xb2\x4d\x3d\xf7\x39\x22\x8c\x0a\
-\x4f\x35\x7c\xd6\xaa\xa5\x46\xaa\x8a\x25\xcd\x95\x3f\x6c\x30\x73\
-\x4c\xe3\x14\xf8\x66\x18\xdd\x18\x0d\x5e\xd1\xfe\xd8\x4c\x05\x64\
-\xa2\x49\x05\x20\x3c\xf2\xb4\x30\x00\x05\xff\x72\xb3\x1c\xff\xf6\
-\x25\x51\x8e\x4b\x2c\xc7\xa2\x19\xe8\xe7\x7e\xe4\x17\x37\x4f\xfa\
-\x2f\xaf\x7e\xfe\x58\x86\x47\xc4\x24\x55\x69\xf9\xba\x47\x1b\x30\
-\xd1\x74\x01\x82\x59\xd1\x80\x2d\x87\xdb\x1b\x7e\x1e\xc9\x3b\xdc\
-\x5c\x98\xe8\x1a\x7c\x40\x14\x33\x88\x6a\x75\xcf\x52\x3b\xed\x02\
-\xf8\xf3\x62\x52\x67\xba\xd7\x1b\x88\x91\x47\xb7\xfa\x33\x11\x4d\
-\x42\xc5\x68\x66\xb4\xc9\xc5\xe9\x44\x71\xba\x59\x10\xec\x7a\x97\
-\x9c\x85\x6d\x3d\xaa\xa9\x52\x7e\xad\x31\xd4\x6b\xd9\x4f\xc2\xa3\
-\xcd\xa5\xb4\x6d\x73\x4d\x8c\xd3\x8e\x9b\xae\x31\xe5\xc8\x40\xc2\
-\xc1\xad\x61\x12\x06\x63\x31\xa7\x3c\x97\xe4\xdc\x26\x84\x42\xb2\
-\xee\x0c\xa4\x48\x54\x74\xd2\xc5\xe8\x70\x8f\x79\x07\xe1\xf1\xd9\
-\xe2\x19\xb4\x3a\xfe\xb6\xfa\xb0\x8d\x48\xa6\xb2\xc6\xe1\xf0\x5e\
-\x6c\xc6\xb3\x31\xa6\xab\x0d\x68\xaa\x55\x89\x78\x5d\x07\xd5\x04\
-\x01\x30\x4d\x47\x73\xfa\x81\xda\x37\xd7\x3c\x28\x50\xa3\xa3\x3a\
-\x9c\xa4\x98\xa1\xcd\xe6\x6f\x8c\xc5\x2e\xf5\xe8\xb5\xc3\x30\xad\
-\xd0\x42\xb3\x50\x34\x44\x74\x93\x04\x36\x3a\x72\xce\x3e\x6f\x9e\
-\x4a\xc0\x7d\xaa\x58\x41\xe4\x47\xc1\xf1\xb7\xf9\x5e\x40\x4b\x7b\
-\x1c\xd4\x4e\x2d\xd6\xab\xb1\xac\x62\x98\xca\x10\x71\x58\xe5\x7c\
-\x94\xe2\x74\x2f\xa4\x6f\x07\x25\x6b\x56\x23\xe8\x73\x9f\x41\xc3\
-\x2d\xcc\xc6\xc5\xea\xec\x5f\x7c\xed\x57\xbf\xed\xe8\x52\xeb\xc9\
-\xa5\x90\x63\x11\x01\x00\x00\x89\x5f\x27\xf9\xf8\x62\x93\x8f\xd3\
-\xe0\x4a\x45\x29\x43\xed\xf8\xa0\x36\x6e\x66\x31\x17\x8a\x19\x11\
-\x7c\x71\x90\x84\x02\x59\xc4\xa7\xc9\x28\x35\xef\x13\x3a\xca\x66\
-\x52\xe9\xd5\x54\x05\x6e\xee\xa5\x14\xa8\x46\xd1\x89\x22\x4c\x42\
-\x2f\xa5\x30\xf7\xbd\x8d\xc3\x20\x1e\x5c\x5f\x6f\xbc\x7c\xb7\x28\
-\x1a\x05\xd8\x58\xf3\x47\x33\xba\x59\x84\xfd\xb1\x24\xea\x12\x92\
-\x7b\xe5\x96\x76\x5c\xc9\x3b\x12\x9e\x59\xeb\x93\xe2\x11\x9e\xb7\
-\x11\x59\x5b\x26\x5d\x9d\x11\x80\x58\x77\xad\x50\x46\xf5\x00\x00\
-\x24\x14\x6e\xa6\x15\xcf\xb5\x49\xab\xeb\xac\x60\x9a\x85\xd1\x8a\
-\xfd\x03\x62\x57\x1e\xd5\x0c\x32\xf8\xf2\x4a\xc7\xe4\x23\xcc\x26\
-\xb8\x97\x98\xfd\xb7\x43\xd6\xa9\xdf\x44\x9d\xe2\x13\xf8\x41\xfb\
-\xac\x36\x36\xcc\xbd\x46\x23\x15\x12\xcf\x29\x38\x30\x36\x95\x6d\
-\xe4\xd4\xb0\x1b\x84\x87\x69\xd1\x45\x05\x6d\xe7\xa8\x86\x55\xb1\
-\xbd\x5e\x87\x2e\x77\x15\xdf\x18\x21\x6c\x25\x95\x38\x2f\xd4\x1e\
-\x8c\x6e\x2f\xd1\xd6\xad\xfa\x32\x55\x63\x28\xcd\x33\xc0\x7d\x62\
-\x31\xa7\x50\xa2\x13\xaf\x02\x8e\x70\x42\x83\xed\x17\x4d\x48\xb5\
-\x27\x62\xf2\xe2\x88\xa0\xc9\x83\x6f\x60\xf4\x52\xe2\xaa\xd0\x5c\
-\x44\x48\x95\x12\xa5\x51\xd6\x54\x8b\xb5\x52\x6a\x28\xee\xbf\xfb\
-\xca\xaf\xfb\xfd\x0f\x5c\x62\xf5\xb8\x64\x72\x2c\x30\x00\x00\x80\
-\xe3\x9f\x58\x31\x6c\x86\x8d\x8f\xd3\xe8\xeb\xb2\xa9\x8c\xed\xa0\
-\x71\x79\x75\xff\x09\x74\x33\x17\x6f\x59\x58\x05\xc6\x20\x74\x4d\
-\x12\xbf\xb1\x52\x53\x28\x28\xc3\xa8\xbd\xf6\xdc\xef\x0f\x22\x4b\
-\x2c\xe6\xe6\xa8\x3b\x5f\x90\xac\xbd\xf8\xdd\xa2\xb3\xac\x6a\x14\
-\xc0\xdc\x59\xac\x31\xeb\x50\xf3\xe7\xd0\x58\x3a\xa0\x35\x0c\xb7\
-\xe2\x4c\x0b\x48\xb7\x90\x59\xf9\x1b\x73\xcf\x51\x90\x25\x47\xaa\
-\x22\x08\xee\x7c\x3b\x5e\x65\xb8\x45\x8d\xbd\x46\x1d\xd5\xc0\xb4\
-\xe1\x7c\x73\x5d\xbc\x7a\xda\x19\x70\xf4\x1d\xde\xbc\x85\xc2\x29\
-\xc2\xe8\xc5\xa6\x9c\x1d\xba\xd4\xd5\x5d\x7a\x88\xe2\x23\x1c\x23\
-\x9c\x13\x44\x63\xcc\x78\x27\x31\xa5\x48\x9b\xc1\x22\x1b\xab\x27\
-\x22\x9f\x9a\x86\x49\x25\xfb\x00\x0d\x67\xa9\xf8\x84\x57\xaa\x30\
-\x5a\x00\x6e\x80\x4f\x71\x8e\x00\x52\x3d\xd7\x56\xfa\x23\x10\x98\
-\x43\x8d\x20\xd8\x0c\x01\x30\x5f\x9f\x20\xd6\xc4\xb8\x33\xd6\x06\
-\x20\x45\x8b\x32\xb6\xe7\x9c\x33\x18\x0c\xce\x69\x36\x22\x14\x07\
-\x8b\x05\x07\xbf\x51\xbb\x01\x06\x18\xcc\xe0\x64\x68\x0c\x81\x49\
-\x75\xf4\x1a\xe0\x5e\x6c\x82\x05\xb7\xc3\xc5\x05\xee\xa0\x4d\x13\
-\x3d\x6e\x39\x8a\x2b\x25\xb3\x50\x5a\x6a\x57\xaf\x0f\x62\x44\x78\
-\x9f\xf7\x84\x7a\x7c\x54\xe8\xe3\x91\x63\xb3\xfa\x61\xef\x77\xfe\
-\x25\xe0\xbf\xd3\x7e\x6f\x35\x74\xb6\x3d\x2c\x5b\x4d\x8e\x82\x60\
-\xf5\x41\x8a\xbb\xf8\x3c\x37\x34\x9a\x82\x54\xc5\x82\x58\x26\x31\
-\x30\x82\xc0\xe1\xfa\x90\x0e\x60\x7f\x79\x2a\x74\xc9\x4a\x0c\xaa\
-\x90\x0a\x8e\x55\xe0\x2d\xf7\x9d\x77\xb9\x77\x8d\x0a\x23\x8b\x31\
-\xc2\xc0\x88\xf5\xe6\x32\xbb\xb5\xdc\x59\x1d\x5a\x41\xeb\x50\xfc\
-\xad\x42\x91\x84\x24\xa0\x4b\xba\x8d\x0a\xaa\xd7\x87\xb4\x1b\x3b\
-\x9e\x53\x10\x6c\x51\xc1\x4e\x1a\xd2\x1a\x6d\x14\xb5\xad\x76\xd6\
-\x51\xb6\x61\xb5\xd5\xd3\x12\x99\x75\x73\x0d\x0d\xe5\x07\x0c\x56\
-\x06\x98\x1d\xa1\x4c\x6b\x94\xb2\xa9\xa1\x32\xa0\x9a\x91\xb4\x83\
-\x30\x41\x11\xd7\x29\x1e\xb1\xcf\x80\xb8\xcc\xd7\x25\xa2\x92\x8a\
-\x57\xd4\xb4\xa4\xa5\x29\x24\xea\x5e\x80\x9c\xbf\xa8\x66\xd0\x02\
-\x10\x8d\xc8\x44\x6a\xdd\x3e\xb8\xfe\xa8\xef\xaf\x51\x8b\xd4\x74\
-\x46\x13\x44\x09\xb3\xa1\xf6\x49\x84\xc1\x89\x63\xc6\xb5\x15\x89\
-\xca\x40\xea\x5c\xb0\xb5\xcf\x51\x85\x21\x48\x4e\x6c\x9f\x17\xcc\
-\xf0\x60\xfd\x89\x8a\x67\x89\x01\x1f\x20\x20\x06\x94\x3a\xb0\xac\
-\x19\x3b\x07\x38\x4e\x13\x3d\x98\x92\xd4\x24\xa6\x5d\xb2\xd8\x85\
-\xb9\xdd\x8d\x81\x9d\xec\x2f\x4f\x89\x4d\x94\xf5\x66\xe5\x00\xae\
-\x7b\xe1\xfd\x37\x5c\x96\xcd\x65\x2e\x85\x1c\x1b\x03\xf0\xe0\xf3\
-\x50\x20\xfc\xfb\x40\x53\xfe\xf6\xed\xb6\xb0\x5a\xe6\x1a\xb8\x0a\
-\xa8\x91\x96\x03\xd6\x46\x05\x04\x4e\x2b\x49\x5d\x92\x58\x2b\x91\
-\x49\xad\xdf\x1c\xae\xcf\xc1\x4a\xc1\xa9\xc5\x55\x52\x01\x39\xce\
-\xc3\x34\x5b\x8f\x3c\x08\x15\xf1\x7e\xd9\x5b\x4a\xea\x0e\x83\x15\
-\x27\xcd\x82\x05\x18\x1d\x84\x94\xe2\xa4\x83\xda\x41\xe6\x9b\x54\
-\x38\x83\x75\x82\x9d\xa6\x1a\x4d\x71\x03\xe9\x36\xd7\x6d\x0d\x40\
-\x0d\x79\x6f\x4d\x38\xca\xda\x27\x0f\xab\xaf\xf7\xd9\x31\x6f\x71\
-\x82\xe8\x12\x8c\xb0\xbc\x36\xf0\xd0\x21\xea\xb1\x07\x9f\x2a\xe8\
-\x05\xee\x43\x78\x7e\x2b\xf1\xaf\x4f\x70\x9b\x6a\x78\x6d\xc8\x22\
-\xc8\xca\xda\x97\xbf\xed\xdb\x9f\x87\x80\x78\x55\xe0\xdd\x35\xb4\
-\x75\xd4\x9f\xb5\x46\x30\xe2\x40\x03\x41\x25\xb0\xc5\x50\x5e\x6f\
-\xd1\x42\xbd\x46\xf5\x5a\x55\xd8\x21\xbe\x4b\x77\xa8\x3b\xb2\x2e\
-\x02\xac\xab\x58\x06\x3d\xe6\x20\x28\x04\xa9\x1a\x89\x66\x18\x53\
-\x2f\x33\xf9\x33\x62\x05\xaf\xd0\x84\x54\xc6\xa0\x20\x21\x22\x91\
-\x9e\xe2\x84\x92\x9a\x6a\x7a\x12\xd3\x08\xad\x71\x33\x04\xb0\xc9\
-\x64\x1a\x63\x13\x1a\x0a\x98\xbb\xae\xe4\xd4\x79\x9d\x08\x3c\x97\
-\x29\x44\x04\x07\x8b\xab\x64\x72\xf7\xd5\x74\xd6\x2b\xb2\x99\x58\
-\xca\x37\x5e\x16\x25\xb9\x04\x72\x6c\x0c\x00\x00\x8c\x83\xff\x22\
-\x18\x3b\x02\x6c\xf1\xf0\xf8\x69\xde\xc6\x03\x81\x26\x9b\x53\xb6\
-\xf9\x72\xf8\xc1\x86\x62\xab\x2a\x54\x25\x18\x20\xf5\xd6\x2b\x63\
-\x91\xa3\xcd\x11\x0a\x27\x3f\xb5\xb8\x5a\x49\x85\x57\x4e\x7c\x43\
-\x7b\x63\xe0\x4b\x18\x83\x9c\x7b\xef\x73\x76\x51\x82\x1a\x84\x1e\
-\x58\x0d\xe3\x81\x5a\x34\xd8\x96\xfe\x76\x23\x80\xda\x17\x02\x21\
-\x90\x11\x65\xa5\x3a\xf1\x3f\x94\xc6\x5b\xa3\x4f\xf5\xb1\x5e\xdf\
-\x2b\xcd\x73\xb2\x96\xfc\xc2\x30\xb4\xa1\x9e\x0d\x60\x8c\x3c\x96\
-\xb5\xdc\xd7\x22\x82\x38\xe7\xc8\xb9\x0d\xb4\x12\x06\x89\x8d\x89\
-\xe8\x35\x7f\x05\x82\x65\x18\xe3\xc8\x93\x70\x0e\xd9\xdb\x23\xc1\
-\x91\x2a\x98\x28\x95\x67\x3f\xaf\x4b\x30\x1b\xb9\xc0\x18\x6a\xe9\
-\x70\xf6\xf2\xdc\xbe\x4e\x18\xc6\x04\xb8\xe0\x18\xd6\x5a\x82\x59\
-\x0d\xaf\x28\xb2\x2a\xdc\x26\xa8\xb7\xce\x40\xce\x29\x00\xda\xb1\
-\x51\xbb\x27\xab\x71\xa9\x20\x3e\xc5\xc1\x14\xd1\x49\x84\xfd\x0a\
-\xb8\x91\x2a\xe2\xda\x25\x64\x6d\x00\x61\xcc\x96\xb4\x6a\xb0\xa6\
-\x32\x4a\x19\x8a\x8c\xe3\x24\x80\x43\x52\xb6\xae\xeb\x8b\xca\x0e\
-\x36\x5e\x8d\x96\x6a\xc2\xe9\xfe\x11\x32\x96\x8d\xaf\x36\x87\x15\
-\x8b\x01\x25\x89\xf7\xa2\x77\xbe\xf0\x87\x6f\xfc\xcf\x2e\xb1\x7a\
-\x5c\x12\x39\x56\x06\xe0\xc1\x97\x3e\xf4\x5e\x02\xbf\xdb\xda\xac\
-\xea\xcc\x06\xb0\x69\x9d\x3b\x5c\x8c\xa8\x46\xb9\x3a\x64\xdf\x49\
-\x35\xe3\x65\x00\x92\xaa\xcd\xcd\x2d\x22\x90\x44\x1f\xcb\x28\x47\
-\xeb\xf3\x3e\x94\x8d\x9f\x5a\x3e\x42\x54\x73\xad\xed\x47\xad\x3f\
-\x8a\x0f\x84\x3b\xa9\x74\x74\x39\xfb\xb2\xdf\x33\x05\x5d\x11\x08\
-\x3d\x20\xa0\xd6\x7e\x7d\xc1\x3c\x38\xb3\x29\xbe\xd4\x9b\x56\xeb\
-\x90\x8b\xd8\x4f\x8e\xdb\x96\xde\xc6\xd8\xd3\xf0\x6a\x4a\x42\xd2\
-\x56\xf1\x2f\x50\x76\xa2\xce\x07\xd8\xa9\x16\x90\x11\x29\x38\x41\
-\xb1\xed\xfb\xaa\xe2\x45\x48\x6c\x75\x4a\x70\x8d\x16\x7c\x27\x04\
-\xd7\x66\x14\xea\xb6\x5f\xb5\x39\x60\x3e\x06\x1b\x0e\xb0\x55\x5a\
-\x45\x53\xc8\xf6\xf9\x98\x59\x7a\x5e\xb7\xbe\x90\x16\x8d\xa0\x36\
-\x0c\x21\x22\x93\x16\xb5\x6c\x8d\x43\x7c\x8f\xb1\xff\x51\x1c\x37\
-\x6b\x0f\x61\x02\x30\xcd\xe5\xd1\x65\x7f\x50\xe7\x22\xc4\x48\x34\
-\x99\xaf\x1f\xe1\x1b\xf7\xf8\xc2\x0d\xad\xe9\xb0\x39\x8c\x6a\xeb\
-\xa8\x59\x2d\x6b\x0a\x23\x22\x02\x51\x03\x4b\x54\x07\xc6\xcd\x20\
-\xe3\x50\xd4\x46\x67\x89\x32\x2e\x72\x97\xbd\xcf\xc9\xe7\x32\x70\
-\xbd\x17\x48\x40\x99\x79\xb0\xb8\x5a\x36\xe3\x91\xaf\x37\x47\x35\
-\xba\x51\x80\xe2\x12\x2d\xca\x07\xcb\xbd\xf1\x3b\x2e\xa5\x6e\x5c\
-\x2a\x39\x56\x06\x00\x00\xe0\xf8\xa7\x68\x1c\xec\x08\xc0\x40\x91\
-\xed\x0e\x8d\x10\xa8\xcf\xa5\xf0\x16\x15\x56\xc0\x77\xce\xea\x00\
-\x12\xaa\x6a\x9c\x6f\xee\x50\x8f\x69\x9c\x74\xb0\x23\xdf\x4c\x47\
-\x7e\xb0\xb8\x4a\x72\xea\x08\xd2\xcb\xe8\x95\x43\x5e\x6f\xdc\x08\
-\x2a\x49\x02\x8b\x3e\xfb\xa2\xcb\x96\x54\x91\x10\x9b\x45\x74\xa2\
-\x9e\x28\x3e\x7b\x43\xb4\xfc\x77\x67\x4e\x9f\x45\x37\x60\x84\xd2\
-\x4d\xc1\xea\x66\x9e\x8e\x0a\xe8\xed\x2a\x30\x66\xcf\x78\x81\x41\
-\x70\x42\x3c\x14\x37\x01\xb3\x41\x51\x48\xc5\x02\xaa\x42\x71\x7b\
-\xae\xb3\xc7\xdd\x01\xf3\x54\x88\xd4\x3e\xab\x1a\x9f\x24\x44\x52\
-\x89\x47\xeb\xc5\xd7\xc0\x00\x5a\xde\x3f\x1b\x83\xaa\xc8\x2d\x4a\
-\x0a\x6c\x22\x48\x39\x6d\xb0\x09\xdb\x67\xce\xd1\xca\xee\xf9\x54\
-\xe6\x60\x6d\x4f\x16\x89\x79\x03\x49\x12\xb2\x38\xdc\xc6\xfa\x5c\
-\x6c\x8e\xc2\x7a\xce\xdb\xae\xfb\xf8\xaf\x4c\xe6\x55\x41\xd9\xec\
-\x95\x02\xa4\x98\xc3\x1c\x49\xd5\x7b\x49\xa4\xc8\xdc\x82\x3d\x8e\
-\xc6\xa3\x61\x95\xa6\x61\xa2\x57\xa0\x35\x26\xb1\x3b\xfa\x65\x57\
-\xa2\x0f\xa4\x56\x39\x9b\x2f\x21\x90\x34\xf3\x54\x7f\xb5\xac\x37\
-\xe7\x7d\x35\xae\x2b\x63\x33\xfe\x46\x8d\xd9\x24\x0e\x80\x22\xcf\
-\xbf\xed\xae\xe7\x1c\x83\xed\xe7\x3f\x36\x39\x76\x06\x40\x04\x3f\
-\xc9\x5a\xcf\x9e\xeb\x43\x0e\xa8\x88\x8b\xd0\xad\x58\xbd\x7d\x22\
-\xfc\x35\x0b\x2d\x12\x95\x60\xca\xb6\x12\x19\xa2\x3c\xa4\xa9\x99\
-\x8b\x08\x69\xcd\xc0\x69\x34\x8e\xd3\x26\x8c\x40\x7f\x15\x97\x69\
-\x41\xcd\x88\xe1\x1f\xe6\x91\xf6\x89\x04\xe2\x4f\x80\x35\xb7\xce\
-\x5d\xf6\xdc\x75\x96\xa4\x8d\x85\x68\xa0\x1f\x66\xcf\xa5\x0d\x03\
-\x10\x02\xe2\xd1\x25\x57\x4b\x7c\x4d\x39\xc2\x2b\xee\x94\xfe\xd0\
-\x94\x6c\xeb\xe5\x5b\x7f\xbc\x48\x8b\x1e\x2e\x44\xc3\xb5\x19\x99\
-\x4a\xa9\x45\x63\xf1\xd5\xdc\x5c\x2b\xd7\xa1\x45\x14\xac\xd4\x5a\
-\x91\xe0\x27\x84\xc1\xda\x9d\x3b\xe0\xdb\x73\x01\x66\x23\xd1\xf0\
-\x09\xee\x2a\x34\xb6\x60\x64\xed\x87\x8b\x94\x04\xac\x20\xe2\x4e\
-\x3a\xc4\x16\xae\xd7\xb5\xbb\x81\x1e\x69\x87\x92\xc8\x9a\xeb\xd0\
-\x91\x98\x2f\x20\x1e\x64\x20\x78\xa9\x9f\x21\x17\x5c\x9b\xe1\xfc\
-\x14\x31\x5f\x45\x6d\xa4\x92\x71\x62\x76\xbc\x33\x27\x45\xd2\x98\
-\x9e\x20\x2e\x74\x07\x36\x9b\xb5\x4c\xc3\x28\xe2\xe2\xb1\x45\xa4\
-\xa0\x8e\x23\x44\xbf\xec\x2d\xa9\x6e\xab\x2d\xd5\x79\x10\x44\x9f\
-\x17\x3c\xd5\x5f\xc5\xd5\x78\xd6\x57\x9b\xa3\xe0\x80\x98\xd1\x8a\
-\x91\x12\xc6\xbf\x9a\x21\x18\xd0\x79\x3a\xf7\x45\x97\x51\x55\x2e\
-\x8a\x1c\x3b\x03\xf0\xda\x5b\x7f\xe7\x77\xdd\xf1\x4b\xd1\x3e\x5a\
-\x01\xa5\x6a\x76\x45\xd5\x29\x12\xdc\x10\xa9\x44\x56\x07\x50\x3c\
-\xe8\x3e\x42\x77\x33\x9a\xb7\x6d\xae\x09\x11\x71\x95\x14\x88\x11\
-\x00\x55\x71\x98\x73\x9c\x0a\x87\x32\xf8\x6a\x38\xe7\x8b\x7e\x9f\
-\x7b\x69\x3f\x9a\x45\xdc\xd8\x94\x3f\x2b\x5d\x38\x23\xe2\x54\x0f\
-\x05\x57\x4a\xdd\xc2\x73\x27\x1f\xae\xeb\x85\xd6\xd2\x58\xf5\x78\
-\xea\xc1\x94\xd3\xa6\x40\xc0\x85\xef\x63\x28\xb3\x92\x15\x21\x6f\
-\xe1\xee\x16\x4d\x0f\x30\x2a\x28\xac\xdb\xd7\xb0\x02\x88\xd5\x68\
-\xc0\xc1\x98\x50\x82\xc4\x18\x6c\xa1\x9a\x02\x2f\xa0\x20\x21\xea\
-\xdf\x2a\x29\x80\x42\x2b\xd5\x00\x6c\x8d\x4b\x6a\x6b\xab\x86\xa0\
-\x29\xf4\x6e\xd5\x41\x7c\xa7\x22\xd1\x4a\x70\x6c\xf9\x79\x3d\x9f\
-\x86\x65\xb4\xd7\x37\x43\x20\x91\xff\x87\x51\x8b\x87\xa6\x28\x95\
-\x9a\x8f\x73\x64\x93\x24\x87\x01\x90\x80\x7e\x1b\x7e\x22\x4a\x94\
-\xb1\xd2\xf2\x60\x70\x37\xc2\x83\xfb\x21\x42\x68\x12\x64\x4d\xb5\
-\x64\x4b\x98\x4d\x1c\x37\x6b\x75\x77\x26\xc2\x93\x04\x56\x02\x03\
-\xcd\x9c\x7d\xa7\x9e\x73\xf2\xa6\xf4\x4d\xf7\x09\x62\x91\x97\x5c\
-\x76\x07\x3c\xbb\xf9\x80\xaf\x87\x0d\x54\x34\x36\x61\x46\xec\x9d\
-\x28\xcd\xf8\xb7\xb9\x07\x00\xc8\xf2\x98\xcb\xa7\x29\x17\x47\x8e\
-\x9d\x01\x00\x00\x8a\xfe\x3d\xc4\xf8\x87\xda\xab\xd2\x2a\x01\xa1\
-\x08\x5e\xc9\x23\xad\x8b\xae\x14\xa7\x05\xf9\x83\xaa\x52\x37\x13\
-\x43\x25\xb4\x00\x9a\xd4\x5b\x7e\xdf\xd0\x7e\x37\xa3\x99\x63\xf2\
-\xc9\x57\xc3\x79\xcf\x69\x4f\xf6\xd3\x29\xaa\x64\x9f\x86\x31\x48\
-\x3e\x33\x6b\xcf\x19\x53\xc4\x63\x7e\x4f\xdc\xc0\xad\xdf\xbe\x56\
-\x11\x80\x19\xfd\x6f\x91\x00\xaa\xb2\x50\x75\x0b\x84\xb5\x7c\xb6\
-\x7a\xf0\xda\xb2\xb0\xe3\xa9\xdb\x9c\xbd\xad\xf7\x6c\x5e\x46\x04\
-\x5b\xaf\x0e\xd4\x21\xc0\x0d\x07\x40\x20\x62\x3e\x05\xf8\x28\x3d\
-\x3a\x09\x66\x5d\xd6\x05\xb2\x76\xe8\xb4\x47\xd6\x0c\x01\xe0\x52\
-\x6a\x1b\xf3\x8e\xf1\xda\xc9\xfb\x2f\xa8\x3c\xcc\x4a\xbd\x83\x35\
-\xb4\x34\xa6\x45\x2a\x75\x2b\xb0\x16\xc1\xec\xd6\xef\xe7\xc8\xa8\
-\x52\x37\x9a\x01\xeb\x24\xcd\xd3\x98\x69\x13\xe6\xfd\x03\x25\x01\
-\x28\xb3\x81\x6c\x3c\x01\x3a\x90\xc4\x21\x1e\xf3\x1c\xe9\x00\xc3\
-\x1e\x40\x20\x50\x53\xc6\x6c\x42\x62\x18\x06\xd9\x4c\x23\xdb\xbd\
-\x23\xa2\x81\xdd\xd4\xa0\xb2\xcf\xc9\x35\x75\x6d\x43\x01\x60\xa7\
-\xc3\xb1\xef\xf6\xd8\xa7\x25\xcf\xaf\xce\xfa\x34\x0e\x10\x91\x00\
-\x83\xab\x9e\x8b\x68\xab\x1f\xc5\x56\x0f\x41\x3c\x01\x44\xbf\xe2\
-\x52\xea\xc5\xa5\x90\x63\x69\x00\xee\x7d\xc9\x6f\xfe\x1a\x5d\x7e\
-\x68\x9b\xf7\x85\x11\x70\x00\x2a\xc9\xa3\x53\x73\x66\x06\xd4\x54\
-\xa0\x35\x7d\x08\x54\xe8\xb5\xdd\x1c\xa8\xef\xcb\x49\x9d\xd5\x8a\
-\x7b\x60\x5f\xd1\x24\xe4\x8e\xb1\x4c\x18\xc6\x43\xeb\xfb\x05\x0f\
-\x96\x07\xec\x72\x8e\xdb\xa4\x7a\x98\x79\x1d\x24\x5b\x8e\xae\x0a\
-\xa7\xf9\x4c\x3b\xd9\xe6\xaa\xdc\x7a\xc5\x9a\x13\x07\xa2\x8e\x0a\
-\x6a\xb5\x30\xde\x77\xc0\xbd\x1a\xe6\xcf\xa1\x32\x66\xd0\x6d\xf7\
-\xe7\x46\xfb\xdd\x46\x05\xd5\xf3\xd6\xd7\x81\x06\xf3\x11\x8e\x18\
-\x1c\x9a\x34\x41\xa5\x47\xd6\x0e\x59\x3b\x90\x0a\x58\x81\xf9\x18\
-\x53\x8d\xe0\xb3\xf1\xd1\x87\x3d\x66\x5c\x42\xda\xb1\x31\x63\x02\
-\xbb\x88\x7c\xa3\x14\x6f\x53\x95\xb6\xbe\x6a\x3c\x5a\x34\x53\xad\
-\x49\x3c\x1f\xdc\x03\xd5\x1e\x84\x22\x06\x6c\xc5\xeb\x53\xea\xe2\
-\x8b\x6b\xf4\xde\x9d\x94\x43\x09\x2c\x4e\xf5\x02\x60\x9e\x25\x00\
-\xb6\xaa\x41\xa4\x64\x56\x0c\xc3\x38\x10\x53\x30\x35\x63\xcd\x02\
-\x0a\xa8\x46\x98\x10\xa2\x40\xd7\x77\xae\x5a\x7b\x3f\xea\x4d\x44\
-\x10\xfb\xfd\x01\xbb\xd4\xcb\xd1\xe6\xd0\xcb\xb4\x89\xa8\x93\x44\
-\x31\x8f\x86\xb2\x76\xbc\x1d\x5c\xa2\xbd\x5f\x04\xd7\x5f\x22\x95\
-\xb8\x64\x72\x2c\x0d\x00\x00\xe4\xe9\xe8\x7f\x03\xb9\x8e\xdf\xb6\
-\x5e\x10\xa1\x2c\xf5\xab\xf5\xf9\x6f\x30\xb2\x4c\x1e\x24\xb2\x40\
-\xc8\x9c\xd6\xba\xe4\xe3\xf6\xd5\x24\x2e\xa0\xab\xa8\x07\xdd\x0b\
-\xb4\x12\x4d\x81\x05\x13\x36\xc3\xa1\x25\x49\x3c\x58\x9e\x66\x8e\
-\x49\x38\x6c\x73\x21\x04\x42\x55\xf8\x1c\xae\xb7\xdc\x16\x98\xd1\
-\x77\xad\xb9\x79\x03\xe4\x62\x60\x46\x05\xb5\xa4\x81\x7c\x15\x73\
-\x6f\x61\x31\x70\x81\x57\x95\x9a\x4b\x6b\xbd\xf9\x5b\x19\x90\xb2\
-\xf3\xb9\xd5\xd8\x68\x0d\x91\xb7\xf9\xb8\x43\x50\xe0\x65\x80\xfb\
-\xa6\xf6\x07\x04\xed\x37\x78\x00\x03\x1c\x1b\x88\x0d\x00\x2c\xc6\
-\x8c\xcd\x29\xc7\xd6\xf3\xef\x7a\xef\x66\x84\x74\x1e\xc8\xb9\x13\
-\xde\x63\xbb\x35\xd9\x96\x3c\xb4\x7d\xff\x3c\xf5\x78\x2e\xb3\x5a\
-\x7d\xbe\x96\x19\x29\x50\x1a\x62\x37\xce\x1a\x4d\x30\x03\x3e\xcd\
-\xd1\x44\x33\x46\x24\x00\x27\xba\x2c\x58\x9c\xce\xf3\xec\x53\xd4\
-\xbd\x63\x23\x36\x2f\x58\x8f\x45\xcc\x4a\x3d\x86\x90\x4a\xa4\x36\
-\x01\x48\x62\x5c\xc4\x5e\xd7\x9b\x46\x29\xb1\x81\x88\x10\x12\x7b\
-\xdd\x01\x55\x33\x0f\x57\x87\x3e\x4c\x03\x5c\xc3\x61\x90\xac\x63\
-\xe0\x6a\x6f\xe3\x1c\x8d\x5e\x98\x06\x78\xe1\xb1\xe8\xad\xf9\x58\
-\xe4\xd8\x1a\x80\x57\xdf\xf1\x7b\xe7\x48\xff\xe9\xd6\x72\x5a\x71\
-\xff\x1a\x0e\xaa\xab\xd2\xdb\x38\x67\xaf\x71\xac\xa3\x54\x4a\x58\
-\x3d\xb1\xfa\xf7\xb8\x55\xaa\xf2\x68\x4c\xd6\x53\x2a\x44\xc5\xdd\
-\x9d\x56\x4a\x25\x94\x4c\x18\xca\xca\x94\xca\xbd\xc5\x29\x26\x49\
-\xd1\x24\xe2\x12\x43\x89\x5c\x6a\x0c\x18\xba\x1d\x7e\x6c\x07\xf9\
-\x6f\xa9\xa4\x34\x4f\x5a\x73\xf6\x59\x71\x2a\x72\x3e\x1b\x15\xce\
-\x53\x77\x67\x80\xcd\x31\xdf\x58\xd2\x8e\xc5\x0b\x2b\x06\xda\x22\
-\x87\x88\x44\x6a\x28\x0e\xcc\xb3\xeb\x61\x70\x4c\x70\xdb\x44\x8b\
-\xae\x8d\x80\x85\x51\x40\xdd\x0b\x4f\x6b\x67\xa1\xd4\xd0\x5c\xda\
-\x31\xe6\xf5\x39\xba\xb4\xc4\xa2\xbb\x6a\x8b\x4f\xcc\xa9\x72\x5b\
-\x0b\x6a\x3f\x02\xe6\x68\x46\x5b\xa5\xa0\x45\x2e\xc4\x8c\xc4\x37\
-\x9a\x33\x29\xd0\xdc\xa3\x85\x70\x44\x81\x22\xb6\x0d\x4b\x22\xd5\
-\x20\x70\xe6\x53\x34\xd0\x33\xd5\xe8\x6b\xd1\x2b\xb5\x13\x8a\x11\
-\x12\x33\x4f\x51\xcc\xb8\x19\x07\x81\x4d\x30\x8b\x0e\x2e\x25\x90\
-\x28\x35\x4c\x8f\x3d\x0f\x72\x52\x17\xd5\x2d\xd5\x19\x84\x8a\x62\
-\xaf\x3b\x45\xaa\xf2\xfc\xd1\xa1\x9b\x0f\xbe\x0b\xb8\x36\x6c\xb9\
-\xda\xe1\x79\xaf\x19\xf7\x6d\x1a\x50\x6d\xc9\xef\x5d\x5a\xad\xb8\
-\xf8\x72\x6c\x0d\x00\x00\x4c\x7e\xf8\xb7\x08\xfe\xf6\x9c\xff\xa3\
-\x5a\x5b\x25\xe8\xd2\x32\xfd\x79\x17\x1d\x80\x31\xf6\xc9\x43\xd9\
-\x28\x74\xb8\x49\xdb\x6e\x96\x88\xcd\x3e\x84\x84\x49\xbd\x91\x6b\
-\x29\xa8\x6e\xdd\x81\x32\x8d\x1c\xa6\x23\x57\x51\xec\xef\x9d\x62\
-\xa7\xe9\x02\x2b\x3f\x37\xf2\xcc\x3c\xfe\x6d\x67\xdc\xd6\x9b\x60\
-\xce\xa7\x09\x20\x35\xb4\xbf\xbe\x80\xd1\x56\x7c\x41\xce\xbf\x2d\
-\xfb\xed\xe6\xdf\xed\xb8\x2d\xef\x97\x9d\x2e\xc1\xf8\x17\xe6\x5b\
-\xe5\xf4\xe6\xc5\x1d\xc1\x69\x8d\x9d\x7e\x80\x09\x5e\x27\xfe\xc6\
-\xfb\xda\x66\xa4\x5b\x83\xc5\x19\x58\x8c\xcf\x3c\xbd\xfc\x0c\x1c\
-\x2c\x1e\x85\x5e\xf7\x70\xcd\xc1\xe7\xce\xeb\x51\xd9\x09\xef\xb9\
-\x35\x04\x02\x80\x1e\xe8\x45\x94\x27\xdb\xda\x2b\xb6\x51\xd7\x16\
-\xc4\x23\x41\x62\x4c\xfe\x55\x9f\x66\xa3\xa1\xa9\x03\x50\x9b\x7c\
-\xb0\x63\x68\x2a\xa7\x3f\xe6\x01\x0a\x48\xc5\x72\xbf\x63\x5a\x40\
-\xdc\x1d\x56\x26\x4e\xe3\x14\xc3\x95\xdc\xa2\x02\x20\x15\xd9\x37\
-\x52\x2c\x52\xae\x94\x92\x27\xed\x10\x36\x49\x6a\xc4\xa1\xdc\xcf\
-\x07\x22\x14\x1e\xad\xcf\x7b\xb1\x21\x52\x35\xad\xd0\x2a\x09\xb3\
-\x42\x67\x6c\xd3\xd6\x36\x77\x69\x91\xc1\x9c\x1e\xc6\x4c\x91\x37\
-\x5c\x46\xf5\xb8\x28\x72\xac\x0d\xc0\x7d\x2f\x7e\xfb\xd9\x7c\xc8\
-\xbf\x08\xe2\xbb\x00\xfc\x27\x77\xd2\xab\xe2\x52\x01\x85\xba\x48\
-\x85\x75\x2a\x51\x20\xe6\xf5\x5b\x05\x82\x05\x42\xc6\x6c\x4a\xf7\
-\x79\xcf\xe0\x9c\xc2\x08\x68\x44\xe3\x10\xc6\x5c\x77\x78\x94\x88\
-\xdc\x0a\xc6\xb2\xfe\xff\xd9\x7b\xd7\x60\xdb\xb2\xeb\xae\xef\x37\
-\xc6\x9c\x6b\xef\x73\xce\x7d\xf4\xed\xb7\xd4\xb2\x1e\xc8\x46\x38\
-\xb6\x25\x47\x48\x3c\x9c\x10\x10\x05\x49\x61\x30\xa6\xa0\x2c\x63\
-\x63\x62\x43\x91\xd8\x45\x25\x50\xe0\x2a\x48\x52\xc9\x07\xe1\xca\
-\x87\x84\x14\xb8\xa0\x28\xaa\xe4\xb8\xfc\x08\x56\x92\xb2\x83\x83\
-\x13\x2a\x24\xf0\x01\xc7\x01\xdb\x10\x64\xcb\x16\x16\x04\x49\xd8\
-\xd6\x5b\xea\xee\xdb\xdd\xf7\xde\x73\xcf\xd9\x7b\xad\x39\x47\x3e\
-\x8c\x31\xe6\x5a\xb7\x91\x00\xcb\xad\xee\x7b\x55\xac\x7b\x4f\x9d\
-\x7d\xf6\x5e\x7b\xed\xb5\xd7\x9a\xe3\xf5\x1f\xff\x31\x86\x49\x57\
-\x39\x9d\xae\x4a\xb8\xf0\x26\x1a\x2d\xac\x45\xd7\x74\x5e\x58\x89\
-\xd5\x7a\x6e\xff\x8e\x85\x12\x8d\x2d\x54\x7b\x34\xc0\xc8\xf8\x7a\
-\xb3\x90\x52\xe8\x75\x15\xac\x22\x8e\x6a\xef\xa6\x13\xf6\xf5\xd4\
-\x09\x33\x94\x35\x4e\x4f\x9c\x01\x47\x3a\xee\xe1\x0f\x48\x22\xd3\
-\x21\xa0\x49\xca\xd9\xee\x27\xab\x27\x91\xc8\xbf\x7f\x27\xd8\xd5\
-\x33\xee\x5c\x7c\x84\x8b\xcb\xcf\xb0\xb4\x73\x76\xe5\x74\x58\xcc\
-\x41\x60\x02\xd6\xae\xc1\x46\x55\x61\x2a\x27\xec\x77\x67\xec\xeb\
-\x19\x75\x8c\xfa\x72\x0d\x30\x58\x84\x3a\x45\x66\xc1\x10\x69\xee\
-\xf5\x68\xa1\xe8\x84\x58\x8b\xec\x42\x86\x3b\x82\x97\x0f\x2f\x2c\
-\xdd\xf1\x1a\xb3\x8e\xaa\xb0\x3f\xa9\x32\x9d\x69\x69\xad\xb3\xf4\
-\x45\x96\xc5\x64\x14\x54\x59\x17\x8d\x26\xaa\x08\xd4\x22\x76\x52\
-\x77\xe6\xca\x58\x81\x2e\x93\x16\xce\x76\x57\xa4\x88\x30\xb7\x73\
-\x6b\x7d\x86\x22\x11\x47\x66\xe8\x08\xbd\x75\x87\x1b\x62\x40\x88\
-\x97\x9c\xc6\x62\x8a\xbd\x4c\xb9\x14\x69\xdf\xff\x05\x16\x89\x97\
-\x7c\xbb\xef\x63\x96\xf7\xfe\xcd\x4f\xf6\xf7\xfd\xf5\x4f\xfe\xe4\
-\x6f\xf8\x23\xaf\xfe\x5e\x6b\xfa\x1b\x05\x79\x3d\x11\x7f\x9b\x9a\
-\x47\xd3\x8a\xe4\xc8\x2e\x37\xbf\x26\x45\x4b\xb0\xba\x44\xf0\x86\
-\x3d\x64\xa3\x0c\xc2\x9d\x34\x44\xbc\xf7\xff\xea\x41\x4c\xc1\xf2\
-\x8b\x09\x45\xb2\x9b\x26\xaa\x54\xe9\x32\x43\x33\x31\xb2\x26\xc0\
-\x27\xc3\xaa\x9a\x8e\xdc\x78\xd1\x15\xe5\xc7\x01\x26\x1f\xde\xe1\
-\xfc\xf3\x1a\x56\xdc\xdd\x76\x6f\x39\x5e\x82\x7e\x3c\xd8\x82\xa9\
-\x40\x4a\x61\x57\x4f\x39\xdd\xdd\xe0\x6c\x7a\x84\xd3\xdd\x35\x76\
-\xe5\x04\x07\x40\x5d\xdb\xa9\x04\x1f\x7f\x78\x09\x7d\xa4\xe3\x24\
-\x04\xf5\xc5\x4a\x6a\xb5\x5a\x2f\x7a\x9c\xff\x42\xe8\x4e\xf7\x8f\
-\x71\x98\x9f\x03\x3a\x57\xf6\x4f\x72\x98\x6f\x42\x34\x18\x25\x90\
-\xf4\x8c\xf5\xbd\x7f\x9e\x50\x74\xc7\x95\xdd\x03\xca\xbf\x1b\x00\
-\x00\x20\x00\x49\x44\x41\x54\xa3\x5c\x3b\x79\x0d\xbb\x7a\x85\x66\
-\x33\xbd\xcf\x18\x16\xad\xc4\x02\xbb\x28\x3e\x3d\x88\x98\x59\xa0\
-\x02\xa5\x9e\xa0\x28\xcd\x2e\xa3\xe4\x98\x38\x33\x63\x6e\x2d\xda\
-\x88\x25\x0b\xc7\x81\xd5\xb8\x95\x1c\xfa\x22\xd6\xa3\xdd\x3b\x55\
-\x6a\xb8\x51\x22\x64\x27\x65\x99\xf6\x93\xf9\x24\x25\xf7\x18\x4b\
-\xad\xec\xa7\x33\x41\xe0\x62\xbe\xe4\x30\x1f\x70\x4f\x3e\x0a\x98\
-\xcd\xbd\x3b\xef\xfa\xec\xe5\xc1\xee\x6d\x55\x9f\x3b\x99\xa7\x97\
-\x9b\xf5\xbf\xf8\x7d\xdf\xfc\xde\xfb\x7e\x0e\xc0\x8b\xb7\xfb\xda\
-\x03\xd8\x6e\xdf\xf3\x7b\xdf\x7b\xf7\xba\x7c\xe2\x9d\x60\x3f\x9b\
-\x71\xb8\xaa\x22\xae\xb1\x7b\x6f\x7d\x85\x04\xcd\xbb\xc1\xb0\x12\
-\xfa\xbc\xd5\x77\x2e\x5a\x8d\x5c\xbe\x42\x55\xf0\x2c\xb9\x88\xe0\
-\x9d\x46\xc3\xc5\x16\xe3\x60\x7d\x3e\x20\x45\xd8\xd7\x2b\x52\x4b\
-\xa5\xba\xcb\x40\x66\xfb\xfb\x22\xde\xab\x30\x14\x90\xc4\x58\xee\
-\x44\xaf\x25\x7c\x5f\xd7\xb4\xae\x6c\xd8\xb8\xff\x52\xd2\x9a\xaf\
-\xa9\xc0\xaa\xca\xbe\x9c\x70\x75\xff\x18\x37\xce\x5e\xc3\x8d\x2b\
-\xaf\xe5\xa1\x2b\xaf\xe3\xfa\xd9\x6b\xb9\x76\xf2\x14\x27\xbb\xeb\
-\xd4\x52\xc2\x0a\xbb\xb0\x94\x3c\x6f\x4d\x9c\x24\x41\xc5\xad\xa5\
-\x67\x05\x1a\x13\x5b\xd8\x10\x81\xb6\x29\xc0\xf3\xbb\x1f\xe1\xe1\
-\xb3\x2f\xe5\x91\x6b\xbf\x8e\xe3\xf2\x1c\xb0\x84\x47\x63\xab\x27\
-\x10\xdf\x4f\xcc\x2d\xc9\xa4\x3b\xae\x9d\x3c\xc9\x8d\xab\xaf\xe7\
-\xfa\xd9\x97\x70\x3a\x5d\xa7\x96\x3a\x4a\xb6\x45\x84\x52\x77\x64\
-\xa9\x30\xd2\xa8\x4a\xa4\x5b\x2b\x48\x8f\xb6\xe9\xe9\x11\x45\xca\
-\x97\x95\x7a\xec\xe0\xeb\xda\xc0\x44\xc4\x98\x6a\x11\xaf\xd1\x17\
-\x44\xba\xab\x29\xb3\xe8\xe3\x6f\xec\x4a\xb5\xea\x75\xde\xa2\x02\
-\xb5\x14\x76\xe5\x54\x30\x93\xd6\x8e\x1c\x97\x4b\xaa\x8a\x95\x5a\
-\xc2\xa3\xf2\x9b\xd3\x0d\xe6\xb6\x24\x0f\x3d\x98\x85\xab\xf0\x87\
-\x4e\xc3\x8c\x8f\x5d\x2f\xf5\x2f\xbc\x9c\xf2\xf0\x52\x6d\x0f\x8c\
-\x02\x00\xf8\xee\x6f\xfc\xd8\xc5\xd4\xec\x8f\x02\xb7\x33\xa6\x07\
-\x1c\xcd\xd5\x6a\x9e\x8e\xf5\x68\xbe\xf7\xe6\xb5\xbc\x26\xd8\x20\
-\x12\xfb\xfe\x1a\xc0\xe0\x54\x8b\x21\x85\x22\xe6\x46\xcc\x44\x96\
-\xde\x62\x84\x9e\x5b\xd6\x99\xa3\x79\x57\x5f\xcf\x0f\x97\xdd\xa6\
-\x14\xd7\x40\x23\x15\x38\x80\x2f\x74\x05\xe5\xd8\xc4\xf8\xac\xb9\
-\x74\x1f\x10\x22\x6b\xbf\x3f\xb1\x8d\x85\xf6\x22\x9d\x5d\x3d\xe3\
-\x6c\xff\x28\x57\xf6\x8f\x73\x6d\xff\x04\x57\x4f\x9e\xe4\xca\xc9\
-\xe3\x5c\xd9\x3f\xc6\xe9\x74\x83\xaa\x7b\x12\x95\xca\x5e\x7b\x22\
-\xc1\x43\x30\x46\xbd\xc0\x9a\x69\x58\x31\x8f\xf5\xef\x6d\x08\xb0\
-\xe6\xf8\x15\xc1\xfa\x25\xb7\x2e\x3e\xc8\xad\x3b\xff\x8c\xe3\x72\
-\x73\x60\x06\x5e\xd2\x2c\x6b\xb8\x90\x61\x4e\x08\x1f\xe6\x08\xbc\
-\x59\x5b\x43\x8e\x50\xb4\x9e\x41\x09\x42\x92\x40\x91\xe6\xb9\xfd\
-\xb2\x77\xeb\xde\x33\xf5\xb7\x1e\xb7\x19\x54\xdb\x9e\x6b\xc4\xf7\
-\x71\x9e\x82\xd7\x68\xd4\xc9\xc4\x9a\x09\xcd\xa0\xf9\xc8\x6e\xe8\
-\x54\x15\x76\xb5\xa0\x81\xd2\x15\x2a\xbb\xdd\x69\x38\xf9\x9d\xe3\
-\xf1\xc0\xa4\x6a\x4a\x95\x58\x4b\x23\xa4\x6a\xcb\xa2\xd9\xc2\x40\
-\xd4\x21\xd3\xa2\x8c\x58\xd2\x33\x2f\x98\x99\xfe\x99\xef\xfe\xc6\
-\x9f\xba\xf8\x82\x2e\xfe\x2f\xd0\x76\xdf\x87\x00\x2f\xde\xfe\xd1\
-\x8f\x7e\xe2\xb9\xb7\xbf\xf3\x4b\x4c\xd0\xdf\xee\x3a\xdf\x4b\xf2\
-\x44\x44\x7c\x96\xac\x87\x07\xae\xfb\x4b\x36\x85\x70\xfa\xa7\x0d\
-\x37\x5d\xbc\x42\x4f\x11\x89\x54\x7e\x51\x0a\x26\x66\x22\xb5\xe8\
-\x0a\xbc\x89\xb8\x55\xaa\xc5\xdb\xe7\x75\x95\xde\x66\xac\x9b\x98\
-\x75\xa1\x43\xd9\x7b\xd4\x98\x0c\x38\xaf\xa2\x73\x61\xf6\x71\x59\
-\xb6\x0a\xc4\x06\x10\xf4\x6a\xb9\x64\xd0\x69\x64\x2f\x85\xaa\x13\
-\xa7\xfb\x87\xb9\xba\x7f\x82\xb3\xdd\xc3\x9c\xec\x1e\x62\x2a\x67\
-\xb8\xbd\x6f\x58\xbb\x64\xe9\xe7\x18\xc7\x98\xe6\xeb\x61\x85\x6e\
-\x4b\x93\x09\x6f\x80\x4d\xba\x31\x41\x3f\x91\x41\x88\x59\xc3\x81\
-\x35\x2c\x20\x71\x09\xcb\x78\x37\x9e\xbf\x67\xbf\x0c\x1b\x74\x93\
-\x17\x6f\xb4\x3e\x33\xb7\x0b\x2e\xe7\x67\x39\x2c\x37\xbd\x17\x41\
-\x4c\x02\x91\xe2\x95\x7f\x2e\x40\x06\xbd\x51\x6a\xa1\xe8\x1e\x80\
-\xb6\x5c\x90\x69\x79\xf0\x36\x6e\x3d\xa7\x88\x10\xfc\x3f\x83\x7d\
-\xdd\x51\xaa\xd2\xbb\x67\x0b\xbc\x34\xa8\x4b\x5f\xcc\xf2\xfa\x12\
-\xee\xff\xc9\xde\x19\x91\x31\x47\x8c\x5d\x39\x51\xc4\x9b\x0c\x1d\
-\xdb\xa5\xb5\xe6\x6d\x67\x9c\xbb\xa1\xde\x21\x49\x60\x3e\xce\xd2\
-\x0d\xb1\x3c\x77\xa0\x3a\x13\x95\x3c\x19\x03\x7a\xeb\x7f\xf9\x7b\
-\xbf\xf9\xa7\xde\xfd\x85\x5d\xf5\x5f\xb8\xed\x81\xf2\x00\x72\xbb\
-\x14\xf9\xe1\x4c\x0e\x26\x1a\x5e\xd4\x31\xe8\x6c\x55\xe5\x39\xfe\
-\x45\x64\xc9\x42\x42\xf3\x1a\xfb\x74\x63\x09\xa0\xc9\x07\x3c\x50\
-\x45\x29\xa5\x98\xf5\x46\x5b\x8e\xee\xa1\xaa\xa2\xe6\x15\xe4\xf4\
-\x1e\xa0\x95\x86\x1b\xbb\x71\xe3\xad\x6f\xdc\x6c\x1d\xd6\x78\xbc\
-\x1e\x65\xb5\x49\x14\x1a\xe0\xdf\x40\xed\x57\xeb\x2b\x22\x5e\x29\
-\x18\x5c\x81\x50\x72\xa8\x94\x8d\x1b\x2f\xab\x25\xc6\x6b\xe3\xd3\
-\x2a\x3b\x0f\x61\x9b\xab\x5f\xdd\x7a\xdd\x64\x09\x56\xb0\x50\x06\
-\xf7\x60\xe5\xef\x87\x27\x91\xe1\xc3\x20\xf7\xac\xd6\x7f\x78\x38\
-\xe9\xc9\xf4\x4e\xef\x33\xc7\xf9\x39\xce\x2f\x3f\xca\xc5\xe5\x27\
-\x69\x8b\x37\xf7\xf4\x1e\x03\x3e\x2d\xa9\x98\xf3\x00\xc4\x7c\xec\
-\x57\x0a\xbf\xd9\xbc\xa9\x99\xf0\x7b\xd4\x6d\x55\x8c\xa3\x0a\x12\
-\xe3\x74\xda\x39\x73\x2f\xf6\xab\x05\xaa\xf3\xfb\xc5\x5a\x94\x0a\
-\xd0\x39\xdd\x7b\xc8\x96\x5c\x8e\x49\x4e\x02\xfb\x17\x5a\x5b\xe8\
-\xf3\x22\x59\x37\xa1\x91\x26\x54\xa0\xcd\x3d\xd4\x80\xd1\xb2\x35\
-\xa1\x5f\x80\x84\x32\x5c\x49\x5a\xff\xf9\x9f\xb9\x35\x7f\xd7\xcb\
-\xb5\xee\xbf\x10\xdb\x7d\xd3\x13\xf0\x57\xb2\x5d\xab\xed\x72\x5e\
-\xea\x30\x24\x19\x0e\x88\x96\x2e\xf3\x5c\xa8\x66\x41\xda\x60\xb1\
-\xa6\x93\x4e\xdd\x9c\x24\x14\x85\x5b\xbe\x0c\xbc\xef\x86\x20\xa5\
-\x18\xd6\x85\x2e\xb2\xaf\x85\xde\x8d\x76\x38\x4a\x39\xa9\x46\xf4\
-\x17\xb4\x76\xc4\xd8\xe1\xad\xb1\xa3\xff\x1f\x5e\xf2\xeb\x42\xb1\
-\x49\x0b\xda\x06\x03\x20\xa8\xaa\x0e\x3c\xaf\x5e\x45\xd4\x33\x8c\
-\x73\x67\x15\x28\xef\x54\x7b\x49\x6f\x17\x2c\xcb\x05\xb3\xec\x68\
-\x5a\x68\xed\x82\xd6\x2e\x69\xfd\x32\xdc\x65\x77\xfd\x1d\x8d\x88\
-\x44\xb5\x41\x96\x49\xae\xbf\xc5\xcf\x63\x80\x9d\x2b\x98\x96\xfc\
-\x0a\x37\xb2\xf1\x7e\x09\x83\x19\x2f\x0c\x26\xc6\xe8\x4a\x1c\xfc\
-\x0b\x65\x7d\x0d\xc2\x5a\x37\x7a\x5b\xe2\xb6\xf8\xab\x0e\x4f\x1a\
-\x44\x61\x4f\x37\xa1\x56\xa0\x57\x4c\x4b\xf4\x29\x98\x87\xe5\x2e\
-\x66\x2c\x2d\xc2\x22\x21\x7a\x02\x76\x5a\x13\xf6\x31\x38\x54\x66\
-\x27\x15\x65\xff\xc7\xdd\x54\x10\x11\xe9\x17\x66\x12\x18\x4c\xe9\
-\x42\xf6\x42\x15\x35\xf3\x3c\x4e\x37\x69\x22\xbd\x5f\x5a\x29\xc5\
-\xd5\xfb\x92\x5d\x9f\x94\xbe\xcc\xf4\xb6\x04\x2f\xc4\x53\x90\x62\
-\x22\x45\xb5\x8b\x06\x36\xec\x5a\xe0\x6e\xbf\x2a\xdf\xf6\xde\x6f\
-\x7c\xef\xfc\xd2\xaf\xf0\x97\x6f\x7b\x20\x15\xc0\x7c\xd4\x3f\x1b\
-\x43\x77\x86\xf0\x24\x28\xd4\x8b\x5a\x5b\xcc\x5d\x7e\x01\xba\xd1\
-\xba\x49\xd1\x58\x50\x21\x04\x5d\x90\x29\x8b\x69\x44\xc1\xc4\xac\
-\x74\x26\x2d\xb4\xd6\xa5\x8a\x5a\x6f\x26\x45\x00\x13\x7a\x77\xf2\
-\x8c\xa5\xe0\x9a\x88\x48\x67\x3a\x55\xc9\x21\x9f\x3e\xa6\x5b\xa3\
-\x1b\xd0\xbd\x2e\x78\xdf\x9c\xe3\x48\xd9\x21\x31\xc4\x73\x13\xa3\
-\x63\x88\x35\x5a\xbf\xcb\xe5\xfc\x1c\xaa\x13\x70\x44\xa4\xd2\xdb\
-\x25\x87\xe5\x39\xe6\xf9\x05\x1f\xc1\x35\x84\x34\x62\x57\x49\x21\
-\xcb\xe6\x08\xab\x3b\x2c\x99\xb6\x0a\xcf\x23\x1f\x87\x06\xe2\x1e\
-\x98\x24\x95\x43\xa4\x4e\xc5\x24\x26\x02\xc9\xb0\x7e\xf9\x99\x5d\
-\xc5\xfb\xfb\xd9\x7a\xd0\x1e\xdf\xb1\x45\x39\x6f\x16\x75\x22\x42\
-\x0f\x81\xa5\x1b\xd4\x09\xeb\x3e\xeb\x30\x71\x99\x4e\x0f\x97\xde\
-\xf1\x83\x4e\x78\x6a\x5d\x91\x02\x27\x75\x17\x8a\xc6\x46\xb9\x70\
-\xba\x7c\x53\x11\x8e\x93\x60\xc7\x59\x4a\xdd\x87\x52\xf4\xaa\x12\
-\xba\x20\xd5\x27\x2f\x2d\xda\x60\x36\x4a\x51\x2f\x09\x2e\x1d\xeb\
-\xc2\x71\x39\x6a\x6b\xdd\x54\x1c\x4a\xb0\x6e\xa2\xaa\x26\x8a\x05\
-\x69\x8c\x51\x85\x6a\xfc\xf9\xef\xf9\xdd\x3f\xf9\xe1\x97\x6c\x51\
-\xbf\x42\xdb\x03\xa7\x00\xfe\xf4\x0f\x7f\xcd\xe9\x5d\x93\xff\x78\
-\x2c\xdc\xc1\xf4\x73\x01\xab\x5a\x6d\x6e\xb3\x12\x83\x5c\x0c\xa0\
-\x2d\x32\xed\x26\x4b\xb0\x2d\xbc\x74\xc4\x13\x3f\xa8\x1a\x56\x10\
-\xe9\xee\x22\x54\x55\xeb\x86\xec\x4a\x31\x8f\xf3\x7d\x1e\x95\xd9\
-\xe2\x8b\x39\x1b\x5a\x56\x24\x52\xda\xc1\xa6\x53\x92\x5b\x7a\x2f\
-\x0f\xc0\xd0\x2e\x23\xbe\x15\x15\xef\xbf\x17\x8b\x77\x10\x7f\x24\
-\x05\xc5\xe8\xed\x92\xcb\xc3\xb3\x60\x0b\x4b\xbb\x4a\xa1\xd0\xec\
-\xc0\xbc\xdc\x62\xe9\x77\x70\x54\xfe\xb3\xc4\xef\x59\xdc\xb2\x89\
-\xef\xc9\xe3\x8e\xbf\x47\xa0\xed\xdb\xe6\x1a\x02\x1b\xcf\x4a\x42\
-\xb0\x93\x14\x1d\xbb\x99\x77\x0e\x36\x15\x8a\x45\xc1\x56\x84\x21\
-\x86\x77\xca\xb2\xf8\xfe\xe9\x4d\xe4\x48\x35\x8d\x93\xb5\xbe\x77\
-\x18\x00\x8b\x09\x49\xc4\xfb\x1c\xb4\xd5\x71\x9a\x1e\x83\x77\x71\
-\x8c\x65\x2a\x13\x87\x76\xf0\xe3\xd8\x7a\xfa\x1a\x03\x3a\x4a\x6d\
-\xda\x96\xe2\x5d\x3e\x0c\xb0\x26\x48\xb5\x12\x5c\x8c\x6e\x1d\x5a\
-\xf7\xc9\x4c\x9b\xcf\x3c\x2e\xb3\xb4\x25\xdb\x0c\x98\x2d\x4b\x8c\
-\x93\x17\xa1\xd4\x12\xea\x2d\xdb\x89\xf2\x0b\xff\xf4\x17\xfe\xde\
-\x5f\xfa\x15\x2f\xde\xfb\x70\x7b\xe0\x14\xc0\x5d\xd5\xaf\x34\xeb\
-\x35\x6b\xc2\x09\x0b\x9d\x0b\x58\x55\x4d\xc4\x93\xbd\x12\xfc\x75\
-\xe9\xd0\x96\x2e\x93\x4e\x9e\xae\xeb\x22\x49\x6b\xd5\x10\x06\x05\
-\xa4\xf4\xc1\x34\x53\x99\x2d\xdd\x7b\x33\x91\x6e\xd0\x23\x67\xbd\
-\x84\x05\xb7\x9d\xcf\xa6\x5f\xa9\xaf\x8c\x54\x5b\xba\xf6\x60\x14\
-\xef\xf2\x17\x42\x6a\xab\xb0\x93\x79\xff\xf4\x0e\x56\x42\x91\xd1\
-\x68\x76\x97\xc3\x71\x66\x59\x9e\x47\xa4\x80\x2d\xd0\x1b\xc6\x12\
-\xc4\x9e\xf5\x9f\x2f\xe3\x8d\x12\xe1\x5e\x63\x7e\x8f\xc8\x8f\xe7\
-\x5e\xa4\x08\x72\xb3\x2d\xcf\x25\x04\x3f\x04\x05\x09\x17\x18\x90\
-\x2e\xe3\x9a\xf4\x6c\x1f\x6e\x12\x4d\x53\xdd\xd5\x18\xdd\x7a\xc4\
-\x29\xca\x88\x60\xa6\xf4\x5a\xb0\xee\x2c\x45\x65\x55\x32\x62\x9d\
-\x39\x26\xfb\x34\x82\x7a\x6d\x9d\x52\x94\x9d\x16\x8a\x18\xd6\xdb\
-\xb8\xde\x2e\xfc\xd0\xf2\x3e\x96\x42\x2f\xf1\x25\x20\xc2\xb4\x58\
-\x2a\xd6\x28\xc5\x1d\x9b\x4c\x4d\x76\x81\x79\x9e\x25\x86\x85\x5a\
-\xef\x4e\xa4\x2e\xc5\xb9\x94\x5a\xaa\x6d\xbf\xb3\x22\xb6\x34\xf9\
-\xb3\x3f\xfe\x2e\x96\x7f\xbd\x15\x7b\x7f\x6f\x0f\x9c\x02\x58\x66\
-\x7b\xb2\x96\x35\x0d\xb5\x5a\xc0\x15\x01\xd7\xa2\xde\x3a\x5c\xcc\
-\x34\xc9\x3f\xd6\x51\x16\xa4\x4f\x92\x45\xea\xee\x86\x5b\xa0\xe2\
-\x1a\xc2\x92\x23\x23\x34\xdc\x55\x41\x0b\xd0\xba\x37\xd8\xb4\x28\
-\xed\x2d\x11\x9a\x8e\x73\x08\x21\x94\xac\xce\xdb\x7a\x1a\x5b\xa6\
-\x9d\x26\xcf\x80\x64\xfe\x65\x3f\xb3\x92\xdf\x25\x14\x81\xf4\x46\
-\xd7\xb0\x90\x84\x45\x1d\xfb\x6f\xd2\x6f\x9f\x43\xf8\xc7\xef\xb4\
-\xe4\xba\x71\xff\x53\x40\x59\x45\x65\x04\xf4\x79\x1c\xc3\x85\x32\
-\x06\x78\x0c\xc2\x74\x48\x9e\x85\x7b\x91\x9f\x35\x5c\xfd\x3c\x8e\
-\x46\xad\xa0\x19\xbd\xe7\xdd\x52\x28\x3b\x8a\x2d\xde\x99\xdd\x16\
-\x44\x95\x7d\xb9\xce\x54\xaf\xd3\xfa\x02\x97\x37\xb9\x38\xde\xf2\
-\x03\x75\x01\x89\x54\x5f\x99\xe8\xd1\x00\x45\x11\x9a\x12\xe7\x16\
-\x47\x16\x83\x9e\x6d\xdc\x09\xc5\xd2\xfd\xee\x8a\x77\x00\xb1\x05\
-\x31\x59\x2c\x3d\xc1\xe5\xb0\x48\xef\xae\xc4\x9c\xdb\x65\x58\x57\
-\x31\xcc\x4a\xad\x26\xa5\x58\xeb\x6d\x5c\x8b\x46\x7f\xef\xbb\xff\
-\xe0\x4f\xfc\xc4\xaf\x6e\x15\xdf\x3f\xdb\x03\x99\x05\x18\x9b\x04\
-\x19\xc3\xdc\x05\x4d\xaf\x4f\x07\xd7\x3e\x40\xb9\x88\xfb\x97\x15\
-\x67\x42\x47\xf5\xb0\x38\x68\x2f\x3d\x90\xf6\x10\x24\x2b\x94\x1c\
-\x87\xa1\x91\xbf\x1e\x42\xd7\xd1\x96\x96\x5c\x46\x47\x60\x4f\xbf\
-\xd9\xa6\x43\x30\xa4\x1d\x1b\xa5\xc2\xac\x96\x7f\xe0\x05\xb2\x55\
-\x10\x9b\x32\x60\x0d\xa2\x8f\x65\xc7\x9e\x7c\x1c\x9e\x42\x56\x23\
-\x4a\xa2\xf2\x32\xba\xf1\x0c\x24\x3f\xbd\x8a\x91\x35\xd8\x64\x05\
-\x10\xc4\x94\x62\x6b\x49\xf1\x9a\xdd\x08\x25\x95\x18\xc5\xc0\x2d\
-\x18\x5c\x02\xff\x1e\xde\x9c\x23\xdf\x3f\xbe\x4b\x9c\xbb\xe4\x39\
-\x65\xb6\xa1\x94\x51\x1a\x2c\xea\x35\xff\xd7\x4e\x9e\xe2\xc6\x95\
-\xd7\xfb\xc0\x53\x11\x1e\xbb\xfe\x26\xae\x9d\x3c\xe9\xd7\x42\x9d\
-\xf5\x37\x69\xa1\x6a\xf1\x1e\x06\xeb\xad\x5b\xd3\xb5\x19\x82\x99\
-\x21\xda\xd6\xb4\x65\xb2\x2b\xa4\x53\x04\xf3\x7e\x32\x8e\x05\xb4\
-\x43\x57\xeb\x39\x86\x7d\xe3\x0d\x55\x61\x9a\x2a\xb5\xd6\x64\x13\
-\x11\x19\x54\xd4\xfa\x7b\xbe\x00\x2b\xf9\x15\xdb\x1e\x38\x0f\xa0\
-\x1a\x37\x87\x11\x1b\xe0\x52\xfc\xbd\xde\x74\xb3\xd2\x47\x29\x67\
-\x6a\xfb\x66\x4d\xc5\x6a\xaf\x65\xa5\xff\xea\x38\x86\x8e\x34\x19\
-\x61\xf5\xbb\x0f\x83\x1a\x23\xad\x93\xfa\x25\x80\x15\x75\x60\x29\
-\xab\xf1\x42\xc0\xb6\x25\xbe\x23\x0e\x95\xee\x23\xaf\xe9\x51\x81\
-\xd7\xd7\x14\x61\x2c\x51\x58\x43\x09\xd2\xc2\xdb\x1a\x52\xe4\xcf\
-\xc8\xdf\x1b\x03\x64\x5c\xbf\x67\x44\xde\x4e\x6a\x1a\x59\x82\x81\
-\xfc\x6f\xc2\x0d\x77\xeb\xe5\xde\x70\x20\xdd\x83\x50\xa8\xe0\x56\
-\x2f\x63\x7a\xe2\x52\x7b\x3d\x86\x86\xc2\x35\x7a\x0b\xb0\x0f\x89\
-\x76\xdb\x9e\xaf\x27\xdf\xab\x7e\x6d\xcc\xdb\x75\x78\x37\x6d\xf3\
-\xe1\xa5\xbb\x72\xca\xd5\xfd\x93\x3c\x73\xeb\x03\x1c\xe7\x0b\x8e\
-\x18\x17\x7a\x93\x87\xaf\xfd\x5a\xce\x0f\xcf\xb2\xb4\x23\x55\x0b\
-\x55\x2b\x82\x61\x6d\x21\x3b\x02\xf7\x66\x64\x1d\x82\x7f\xe7\xb5\
-\x49\x64\x4e\x34\x12\xcb\xea\x49\xbf\x58\x45\xcc\xb4\x75\x16\x3a\
-\xcd\xa2\x79\xaa\x81\xb5\xc0\x1d\x10\xaa\x7a\xe7\xa9\x26\x91\x69\
-\x40\xf0\x6a\x1f\xc3\x66\x79\xa0\xc6\x7f\xff\xab\xb6\x07\x4e\x01\
-\xcc\x17\xf2\x8f\xeb\x35\xeb\xb9\x02\x53\x88\x86\x50\x84\xbf\x5d\
-\x9a\xa7\xaa\xc4\x24\xaa\x07\x9d\xd4\xe1\x5d\x60\x8b\x95\x38\x40\
-\x3a\xed\x39\xb0\x03\x9c\x22\x6b\xdd\xa4\xa0\x58\x35\x58\x32\xe7\
-\xec\x36\x4d\x8b\x52\xbc\xf2\xd8\xdc\x41\x4d\x4f\x60\xc3\xe8\x23\
-\xf1\x05\x5f\x38\x55\x0b\xbd\x45\x0f\xeb\xc8\xdf\x8f\x50\x41\x02\
-\x19\x0f\x1f\x61\x34\xdf\x94\x4d\xf8\x90\x0a\x21\x90\xc4\x5c\xb8\
-\xac\xdf\x7b\x08\xf1\x36\x3c\x20\x1e\x67\x7b\xeb\x54\x92\xa1\x23\
-\xb6\x76\x6f\x08\x39\xa1\x50\xb6\x20\x5b\xfe\x39\x00\xc2\xdc\x35\
-\x14\x91\x03\x7a\x0e\xd4\x75\x0c\xed\x0c\x8f\xcc\xf0\xea\x4b\x64\
-\xe7\x79\x76\xf3\xf6\x65\x2a\x9d\xdd\x74\x85\xd6\xef\xd2\xec\x40\
-\xc3\x3d\x9d\xb9\xdd\x05\xeb\xec\xea\x09\xb0\xa0\x0a\x93\x56\x66\
-\x6b\x23\x3d\x69\x51\x99\xa7\xe6\x5a\xd2\x46\xcb\x76\xa1\x99\x46\
-\xf3\x15\x45\xd4\xd6\xef\x00\x34\xc0\x16\x63\x69\x2d\x39\x4f\xae\
-\xf0\xe2\x5a\x95\x49\x1c\x6f\xa1\x63\x3d\xb8\xa4\x92\x05\x4f\x5c\
-\x3e\xf1\x4f\x7f\xe2\x81\x2b\xf9\xfd\x97\x6d\x0f\x5c\x08\xf0\x7d\
-\x7f\xec\xef\xdf\xc6\xfa\xfb\xd6\xb8\x3b\xb6\xad\x35\x0b\x7f\x4d\
-\x8b\x6e\x04\xce\xfb\xd8\xda\xdc\xd6\xb8\x57\x12\x37\xe8\x1b\x9a\
-\x29\x60\x5e\xdf\x22\x05\xf1\xc2\x91\xac\xe6\x73\x41\x95\x1e\x0a\
-\xa1\x05\xea\x9f\x02\x9b\xff\xd2\x0a\x49\xa6\x00\xbd\xd9\xe5\x68\
-\x0a\x22\x9e\x79\x48\xc6\x9e\x8e\x1f\x5f\xc4\x2b\x56\xa0\x6b\xd8\
-\x11\x21\x81\xb0\x69\x1f\x96\xae\xff\x60\xf8\x6d\x5c\x7e\x52\x09\
-\xad\x04\xa0\x4d\x14\x7e\x8f\xa2\xca\xe7\xee\x21\x10\x99\x8d\x74\
-\xe2\xa0\x0d\xe3\x61\x43\x8e\x00\x93\x11\x9a\x10\xf4\xdd\xcd\x7e\
-\xba\xc1\x41\x10\x54\x26\xc0\x51\x7f\xa1\x7b\x99\xb2\x08\xdd\x66\
-\x6a\x39\x41\xa2\x1a\xc3\x2d\x70\xa5\xea\x84\xf5\x63\x8c\x3b\xab\
-\x38\x31\x68\xd9\x90\xab\x64\xfd\xec\x8d\x57\x44\x28\x91\x2c\xdb\
-\xae\x5a\x2c\x0a\x96\x9c\x0a\xd1\x8d\x26\x5d\x34\xc8\x3f\x89\xa1\
-\x14\x33\xa6\x49\xd8\x4d\xd5\x64\x84\x95\xfe\x85\x92\xbb\x61\x5d\
-\x7e\xea\x5d\xef\xda\x34\xa8\xfe\x22\xd8\x1e\x38\x0f\x00\x00\xb3\
-\xbf\x81\xf1\xeb\x81\x7f\x51\x85\x09\x68\x57\x1a\x62\x58\x97\xa8\
-\x17\x14\xc4\x2d\x6b\x03\xa1\x3b\x65\x34\x17\x13\x5d\x87\x10\x6b\
-\xb8\xce\xae\x5c\x94\xce\x12\x6f\x06\x5a\x54\xe1\x55\xa5\x74\x9f\
-\x60\xa2\x2c\x04\xad\x68\x13\x8f\x6f\x8b\x55\x1c\xd9\xa6\x74\x0a\
-\x75\x8c\xe7\x92\x2e\xf7\x76\xe1\x61\x9b\x05\x28\xd4\xba\xa7\xe8\
-\x84\x77\xb0\x5c\xe8\x36\x6f\xbc\x1d\x4f\xb9\xe5\xe2\x4c\xcf\x7d\
-\x05\x14\xc3\x4b\x48\xa1\x48\x8b\x9e\x9b\xb2\xf2\x02\xee\xf1\x01\
-\x60\x34\xd9\x1f\x0e\x40\x86\x02\x61\x25\x47\x58\x63\x63\xf0\xa7\
-\x6e\x84\xc5\xf3\xf3\xee\x05\xe0\xb8\x23\xbd\x38\xfd\xb7\x8a\xe7\
-\xf5\x7b\x9f\x23\x80\x80\xb6\xdc\xc1\x6c\xe1\xfa\xd9\xeb\xb8\x73\
-\xf1\x49\xba\x09\x57\x4e\x5f\xc3\xe5\xfc\x3c\x48\xa7\xaa\x37\x09\
-\xed\xd6\xc9\x78\x3c\xaf\x1f\x22\xde\xa7\x41\xa3\x27\x84\x28\xb2\
-\x34\xcb\x99\x03\x6e\x08\x5c\x9b\xd7\x06\xbd\x18\xb3\x35\x67\x21\
-\x8a\xb0\x48\x47\x9a\x49\x07\xca\x54\xac\xea\x64\xbd\x59\xf0\x39\
-\x1c\x14\x34\x33\x2f\xf5\x17\xd8\x95\xfe\xbf\x45\x94\x61\x7c\x91\
-\x6c\x0f\x9c\x07\x00\x70\x7e\x9d\xef\x03\xbb\xe9\x7f\x85\x14\xbb\
-\x49\x0f\xeb\x00\xa5\x28\x92\x65\xc0\x18\x45\xcd\xaa\x60\xb5\x60\
-\xf3\xb2\x28\x92\x9d\x83\x75\x54\xb7\x01\x58\xb0\x5d\xa4\xfb\x7b\
-\xbd\xdc\x36\xad\x5a\x89\x7d\xb3\xf0\x46\xa0\x7b\x31\x01\xb2\xc6\
-\xff\x42\xf4\x0a\xca\xb8\x5c\x8c\x6c\x87\xa5\xaa\x68\x97\xe1\xa5\
-\x24\x86\x91\x40\x9b\x48\x65\xbf\xbb\xc1\xc9\xfe\x31\xa6\x72\xc6\
-\xbe\x5e\xe7\x64\xff\x04\x53\xbd\x7a\x0f\x50\x27\xf9\x3b\xbd\x9d\
-\xa4\xf3\x06\x28\xe9\x9e\xc0\xea\x0a\x7b\x99\xb2\xfa\xd4\x24\x6a\
-\x7c\x17\xa7\x41\x97\xed\x0f\xf1\x7c\x14\x2c\x39\x6d\x39\x66\x06\
-\x12\x5e\x4c\x7a\x00\xb2\xa1\x2f\xdb\xea\x21\x0c\x6f\x40\x41\xb4\
-\x0c\x70\x15\x40\x6c\x76\x4a\x75\x38\xdd\x58\xe7\xf9\xf3\x0f\x22\
-\x18\x8f\x5e\x7b\x13\x8f\x5c\xfb\x52\x5a\xbb\xe0\xd6\xf9\x2f\xf9\
-\x84\xa2\x88\xfd\x7b\x20\xf1\x2b\xc6\xb2\x7a\x27\xe3\xbe\x9b\x61\
-\x4b\x7c\xbe\x38\xc5\x57\xa4\x20\x82\x59\x35\x04\xef\x06\x6d\xdd\
-\xb5\x73\xa1\x20\xa2\x4c\x26\xec\x8b\xf3\x44\x28\xe1\xd5\xd8\x06\
-\x47\x10\xa0\xdb\x33\xaf\xbf\x73\xfa\xc3\xf0\xae\x7b\x35\xe6\x03\
-\xbe\x3d\x90\x0a\xe0\x3d\xbf\xfb\x1f\xdc\x6a\xc6\xbb\xc6\x13\x23\
-\x06\xde\xb8\xb4\xe2\x39\x69\xed\x22\x52\xdc\xd5\x33\x19\x59\xe1\
-\xb8\xc1\x8e\xfe\x8f\x98\x39\x5e\x57\x95\x98\xcd\x07\x12\x74\x61\
-\x67\x0b\x76\x17\x2b\x75\x61\x02\x35\x89\x6e\x33\x59\x23\xb2\x0a\
-\xb6\x45\x2a\x4a\x82\x3e\xeb\x20\x53\x95\xec\xea\xa3\xab\xf0\x48\
-\xba\xe3\x5e\x08\xb4\x2b\x57\x58\xe6\xe7\x98\xe7\x9b\x1c\x97\x67\
-\x58\x96\x5b\xec\x77\xd7\xc7\xc4\xdf\x6d\x35\xde\xa8\x3c\x0c\x81\
-\x17\x02\xd5\x97\x12\xc2\x5f\x3c\x83\x21\x95\x22\x35\x84\xb1\x50\
-\x28\xde\x95\x47\x2a\x9a\x3f\xe4\xe3\x17\xbf\x6f\x55\x0a\x39\x25\
-\x28\x15\x44\x2a\xa2\xcc\x00\x8c\x7b\x10\xfb\x08\xd5\xe3\x28\xbc\
-\x5f\xa1\xd0\xfc\x3a\xc9\x4a\x8c\xea\xed\xc0\x9d\xf3\x5f\xe4\xe9\
-\x5b\xef\xe7\x99\xdb\xef\xe7\xfc\xe2\x23\x28\x73\xb4\x01\xf3\xe1\
-\xaa\xd6\x97\x21\xf4\xc9\x99\xc8\xac\x4a\x7e\x7f\x3a\xa6\xe2\x29\
-\x3f\x2d\x62\x5e\x6c\xe5\x89\x1e\x41\xa3\xa7\xb7\x03\xbc\x9e\x0d\
-\x88\x7e\x04\x1a\x60\xae\x7a\x76\xc8\xbb\xce\xc8\x4a\xe7\x36\x91\
-\x4a\xff\x2b\x7f\xe2\xad\x57\x2f\xe1\x17\x62\x2a\xfc\x17\xc7\xf6\
-\x40\x2a\x00\x80\xff\xfe\x1b\x7f\xf2\x07\x3a\xf6\xb7\x13\x08\x04\
-\x72\xe5\x85\xca\x56\xa4\x10\xdd\x80\x58\xdd\x60\x51\x28\x62\xdd\
-\xba\xf8\x88\xf1\x35\x05\xe6\x23\x63\xcc\xef\x3d\x41\x62\xd1\x35\
-\xad\xe6\x0b\xda\x5d\xdb\x12\x7d\xe6\x03\x5f\xf0\x38\xd4\xdf\x1e\
-\x0a\x68\x93\xda\x8b\x13\xb4\xa0\x03\xa9\x14\x12\xb9\xbe\x27\xfd\
-\x56\x94\xa2\x13\x66\x73\xf4\xf3\x9b\xa1\xcd\x60\x87\x50\x4c\x3e\
-\xd0\x03\xcd\x58\x3c\x94\x55\xd4\x36\x68\xd1\x21\xac\x45\x8b\xcf\
-\x00\x90\xe2\x03\x4a\xd5\x85\xbb\x50\xa3\x49\x69\x41\x86\x90\x97\
-\xd8\xcf\x7f\x8a\x54\x4a\xec\xaf\x1a\xb3\x05\x28\x31\xb1\xa7\x84\
-\x92\x28\xc3\xab\xd8\x02\x99\xaa\x6b\x9a\x10\x2d\xc1\x82\x74\x7e\
-\xbf\xd8\xb2\xf6\x36\x1c\xd7\xc9\x61\x58\x0f\x67\x1a\x62\x1d\x13\
-\x9f\xda\x3c\x55\x6f\xc7\x66\xd6\x07\x2a\x7a\x0f\x8e\x11\x9a\x3e\
-\x95\xa1\xcd\xe6\x85\x5d\x55\x2d\x3c\x1b\xf3\xd6\x6d\xc1\x02\xa4\
-\x0f\xef\xc0\xcc\xef\x42\x07\x29\xbb\xda\xa5\x87\x62\x2d\x20\x39\
-\xef\x30\xc8\x3f\x85\xfe\xff\xfc\x37\xbf\xf1\xda\x5f\x65\x77\x47\
-\x78\xef\xc3\xfa\xc5\xe4\x05\x3c\x98\x18\x40\x6e\x8d\xef\x62\x92\
-\xdf\x06\xb2\xdf\x3e\xed\x2d\xb1\xd5\x5a\xef\x52\x8b\x04\x52\x9f\
-\xb9\x62\x49\xcb\x65\x22\xdd\x8b\xc4\xa9\x03\xe9\x4e\x58\x28\xe3\
-\xf1\x98\x10\x8b\xcf\x0e\x34\xba\x39\xda\xdf\x7a\x08\x5e\x4b\xcc\
-\x60\xe3\x85\x6c\xdd\xd2\x8d\x75\xb4\x48\x3b\xf9\xe3\x04\xc7\x22\
-\x15\x19\x82\x93\xa1\x82\x84\x76\x10\xc2\x8d\x85\xb1\x20\xd3\x0b\
-\xf0\xfd\x8a\xa7\xc5\x34\xfa\x0d\xa9\x39\x79\x87\xd5\x12\x8f\x3c\
-\xb7\xe4\x59\x6d\x31\x81\xfc\xbd\x49\x01\x6a\x3e\x18\xe4\xd7\x95\
-\x67\x21\x3e\x50\x35\xdf\xd1\x2d\xf1\x81\xe6\xbc\x7e\x05\x93\x86\
-\x30\x0d\x6c\xc0\xa3\xe8\x05\xd0\x81\x31\x88\x82\x26\xf1\x46\x62\
-\xbe\x6f\x76\x02\x12\x41\x42\x41\x81\xf7\x08\x0c\x95\x4e\x0f\x7e\
-\xc5\x02\xeb\x50\x0e\x13\xac\x99\x49\x57\xf7\xdc\xd2\xa2\xbb\x6e\
-\xb0\xe8\xd5\xeb\xe4\x1e\x5d\xb9\x23\x28\xc8\x62\x4c\x2a\x31\x58\
-\x28\xc2\x8a\x26\x83\x42\x64\xdd\x6e\xbf\x61\x77\xfa\xa7\x78\xee\
-\x44\xb9\x8e\x71\x7c\xce\xe0\xb9\x2f\x1a\x05\xf0\xc0\x7a\x00\x00\
-\xef\xfe\xa6\xbf\xf7\x73\xad\xb7\xef\x5c\xf1\xaa\x0c\x34\x57\x14\
-\xda\xb6\xe9\x2f\x4d\xa0\x2c\x80\x2b\x92\x30\xe4\xd6\x5f\xf2\x05\
-\xc0\xfd\x45\x73\x77\x90\xe8\xf2\x23\xa3\xdd\x96\xf9\xef\xcc\x3b\
-\xaf\xee\x78\x8e\xb2\xca\x6e\xc6\xe9\x21\x78\xfe\xde\xe2\x58\x44\
-\x53\x8b\x35\x87\xed\x47\xe9\x88\x38\xa8\x58\xf5\x84\xaa\x7b\x26\
-\xdd\x33\x95\x53\xcc\x66\x10\x27\xe3\x14\x93\xa8\xc1\x77\xcb\x5d\
-\xa7\xab\xec\x77\x37\xd8\xef\x1f\x65\x9a\x1e\xa2\xea\x7e\xe3\xb6\
-\x87\x6b\xaf\x5b\x97\x7e\xf2\xe7\x08\x0f\xc1\x87\x70\x8f\x10\xc0\
-\xdb\x75\x97\xf1\x1e\xf7\x04\xc2\x0b\x48\x6f\x41\xdd\xb3\x70\xaf\
-\x40\x46\xc8\xe1\xe7\x36\xad\x58\x09\x3e\x81\x08\x13\xb2\x20\x8b\
-\xbc\x5e\x02\x98\xba\x87\xa0\x6b\x08\xe1\xdf\xdf\x95\x9e\x59\xc7\
-\x7a\xbe\x96\x19\x92\xb0\xd6\x1b\x1e\x44\x3f\x74\xa4\x24\x16\x12\
-\x79\x15\xcd\x30\x43\x11\xe9\xf4\xd6\x45\xfb\x3a\x58\x85\xae\x52\
-\xb2\x3d\xa8\x6c\xf2\x22\x19\xc6\x99\x5d\xbe\xea\x9a\xfe\xf1\x6f\
-\x7f\xa2\x7c\x8a\x72\x10\xca\xa5\xb0\xbb\x23\xf0\xf4\x17\x4d\x18\
-\xf0\x45\xf1\x25\xfe\x93\xff\xe5\xdf\xfb\x73\xaa\xe5\x3b\x3d\xf6\
-\x53\xa9\xd1\x64\xa3\x1d\x17\x75\x30\x30\xe6\xc1\xe1\x0b\xa9\x88\
-\xb0\xaf\x13\xb5\x78\xca\x29\xd2\x73\x12\x5d\x7b\x64\xcd\xc5\x27\
-\xdd\x05\x11\x1f\x25\x2e\xdd\xdc\x02\xf6\x63\x93\xb6\x2c\x62\x7d\
-\x11\x99\xba\x94\xc2\x88\x8b\x8b\x26\x00\xe7\x03\x3c\xb5\xe4\x60\
-\x0f\x8d\xb8\xb6\x06\x71\xa6\x0d\x37\x3a\xc3\x86\x22\xca\x54\xaf\
-\xb0\x9b\x1e\xa2\x24\xa0\xd0\x8f\xb4\x76\x07\x6c\x0e\xe5\x12\x31\
-\x3e\x4a\x99\x4e\xd9\x95\x87\xa9\xf5\x1a\xaa\x15\xeb\x07\xda\x72\
-\x87\x6e\x77\x70\xc9\xd1\x91\x31\x70\x1c\x3f\xa4\x26\xc2\x96\xed\
-\x0a\x18\xc4\x60\x23\xe2\xe3\xf1\x27\x58\xa3\x3b\x18\x86\x45\x32\
-\xcf\xe7\x0d\xf8\xf7\xe8\xf1\x1e\xc3\x68\xe1\x1a\x34\x69\xf4\xc5\
-\x29\xf3\xae\x4e\x6d\x58\x5a\x36\x8f\xbb\x41\xef\xdd\xf3\x6b\x66\
-\x38\xf7\xda\x4b\x88\x8f\xcb\x4c\x33\xef\x09\xd8\x31\x5a\x37\x3a\
-\xdd\xdf\xd7\x8d\x6e\xfe\xdc\xe5\xf9\x62\x42\x31\xad\x85\x32\x55\
-\xa3\x38\x16\x20\x55\xcd\x14\x9a\x61\x87\xb9\x81\x85\x97\xd2\x8c\
-\xc5\x67\x0a\x9a\x4e\x3e\x58\xb1\xf7\xce\x62\x46\xef\x9d\xd6\xfb\
-\x0b\x4f\xaa\x7c\xfb\x77\xbc\xe1\xc6\x4f\x71\x90\xc6\xa9\x34\xae\
-\x69\xe3\xa2\x34\xde\xb0\x6b\xf0\x54\x13\x79\xd7\x03\x9f\x12\xfc\
-\xa2\x50\x00\x00\xff\xe9\x5f\xff\xad\x3f\x5d\xb4\x7e\x65\x51\x11\
-\x47\xba\x91\xde\x9a\x20\x42\x15\x47\xf4\x53\xc0\x44\xe0\x64\xda\
-\xf9\x24\x5c\xf7\x13\x65\xf4\xb0\x17\xf1\x1c\xb1\x12\x15\x7b\x1d\
-\xba\x88\xcf\x1b\xf3\x4a\xb2\x3e\x9b\x34\x6b\xf4\x79\x16\x6b\x8b\
-\xd8\xd4\xa5\xd6\x44\xe1\x75\x9d\xdd\x47\xb6\xc1\xd2\x15\x99\x17\
-\x22\xb7\x1d\x85\x2e\x64\x39\x70\x28\xa8\x40\xf3\x6b\x99\x42\xd0\
-\x57\x84\x5b\xe2\xbd\xd9\x60\x44\x65\xa2\xea\x19\xbb\xdd\x13\x4c\
-\xd3\x35\x44\x26\xcc\x0e\xb4\xf9\x16\x4b\x7b\x2e\x14\x86\x0e\x26\
-\x8f\x78\x21\x94\x5f\xb0\xcc\x50\x6c\xb7\x0c\x4d\x0c\x4c\xb3\x91\
-\x67\x74\xc0\x32\x17\x6e\xeb\xf1\x5a\xef\x6e\x9d\xf1\xfd\x7a\xfc\
-\x36\xcf\xb3\xbb\x90\xf7\x46\x67\x19\xc2\x6a\x12\xfb\x98\x84\xe0\
-\xfb\x8f\x11\x04\x9d\xe6\x54\x20\x29\x05\x33\x68\xad\x33\xb7\x99\
-\x16\xc7\x5e\xac\x87\xb2\x60\xa3\x04\x3a\xcd\x8c\xf9\xa2\x99\x99\
-\x5a\xa9\xd5\xfb\xfe\xd7\xe8\xde\x53\xd4\xac\x1b\xc7\xde\xac\xab\
-\x33\x15\xfd\x1c\x8c\xd6\xbb\x23\x3d\x05\x13\x29\xd6\xe2\x58\xbd\
-\xf7\x4f\xbd\x69\xcf\xb7\x7d\xc3\xe3\x67\x1f\x64\x47\xe3\x48\xe3\
-\x84\xc6\x25\x8d\xeb\x34\x6e\xd1\xf8\x0a\x1a\xfc\x48\x97\x07\x3c\
-\x25\xf8\x40\x87\x00\xdb\x6d\xa7\xe5\xbf\x14\xe1\xee\xc8\xbb\x43\
-\xcc\x00\x60\x00\x73\xa9\xed\x4a\xe6\xdf\x93\xb9\x92\xa0\x55\x82\
-\x59\xe1\x62\x26\xd0\xa4\x8a\x29\x7d\x44\x07\xa2\x36\x9a\x54\x8a\
-\x14\x53\x5f\x51\x2b\xfa\x2f\xac\x19\x00\x49\x90\xca\x06\x27\x3e\
-\xd7\xcc\xc0\x0d\x72\x1f\x49\x70\xcb\xe3\x5e\xfa\x02\xb6\x44\x96\
-\x41\x03\xbc\x4b\x00\xae\xac\x9e\x40\x51\x56\x22\x4d\xa6\xfe\x56\
-\xb0\x2e\x41\xbd\x91\xe2\xdb\x82\x79\x1b\xb0\x4f\x88\xb1\xdc\xea\
-\x55\x0a\x99\x1d\x28\x19\x22\x24\xf8\x37\xb2\x0c\x13\x2a\x35\x42\
-\x11\xc7\x20\xa4\xf8\xfb\xaa\x65\xa6\x20\xc1\xc2\x41\x93\xda\x60\
-\x26\x2b\x17\x43\xc5\x1c\xc4\x2c\x35\x0a\xa8\x7c\x50\x8b\x4f\x3d\
-\xf6\x3b\x37\xee\x09\x7d\xec\xe3\xf7\x9b\xc8\xda\x44\xea\x52\x06\
-\x68\x6b\x42\x54\x71\xaa\x03\x5e\xd9\x84\x34\xa6\x85\x04\xa9\xc9\
-\xf3\xfd\xd9\x06\xe8\x4b\x4f\xf5\x4f\x7f\xc3\x97\x9e\xfd\x73\xa4\
-\x09\xb2\x08\xba\x08\x3a\xcb\x8b\xc3\x00\xfe\xdc\x83\x0f\x06\x3e\
-\xd8\x20\xe0\x66\xfb\x0b\xf3\x63\x3f\xfe\x9f\xed\x6f\x7e\x53\xef\
-\xbc\x87\x2a\xd7\x05\xcf\xe1\xe3\xc5\xf5\x3e\x2c\x44\xc5\x0b\x4b\
-\xa6\xc9\x9d\x5f\x07\xb9\x24\xe9\xb5\xee\xef\x0a\x68\x67\x69\xdd\
-\xfb\xc1\x59\xf3\xcc\x40\x74\x98\xed\x4b\x17\xa3\x51\xc2\xaa\xaa\
-\x58\x64\x8d\x12\x0b\x90\x95\x1e\x1b\x82\x1f\xcf\xfa\xdf\x83\x39\
-\xd3\x87\x85\x87\x55\x41\x79\xa2\x22\x86\x56\x44\xa7\x21\x17\xd6\
-\x10\x6c\x4b\x2c\x42\x03\x28\xec\x58\x3b\x60\x72\x01\xbd\x78\x06\
-\xc1\x0e\xf8\x98\xcc\x32\x10\xf6\x51\x1c\x63\x81\x4a\xfe\x0b\xd9\
-\x93\xb8\x02\x22\x8e\xec\x49\x1f\x6c\x49\x33\x43\x62\x32\x9e\x95\
-\xb0\xfc\xb6\x86\x02\x22\x1a\x34\x5e\xdf\x57\xad\xd1\x6b\xa6\xdd\
-\xe2\x3a\x74\xff\xa3\x27\x08\xb8\x6d\x5a\x62\x16\x35\x12\xea\x61\
-\x46\x84\x07\x7e\xbe\x78\xad\xbf\x04\x56\x92\x78\x80\xd8\x00\x01\
-\x49\x00\x55\xdd\xcb\x41\xb1\x4c\x51\xba\x67\x12\x20\x6c\x4b\x1e\
-\x83\x19\xc5\x82\x40\x25\x09\x73\x62\x62\x54\x96\xbf\xfd\x07\xbf\
-\xe4\xf4\x7d\x1c\x8a\xa2\x65\xd3\xb9\x45\xd6\xb4\x4b\x2d\x02\x3b\
-\xe1\x2b\x7e\xe1\xdf\x28\x80\xfb\x61\x33\x43\xf8\xf1\xa7\xe5\xbf\
-\xfd\x92\xd3\x9f\xfc\x8b\x1f\xe0\xf7\x7c\xa6\xcf\xff\x93\xd1\x5f\
-\x77\x68\x47\x6d\xf3\xac\xad\xcf\xa5\xb5\x2e\x67\xfb\x7d\x3b\x99\
-\x4e\x4d\xb4\x77\xa1\x48\x57\xef\x9f\xd7\x23\xde\x5f\x8e\x97\xe5\
-\x72\xb9\x90\xd6\x8e\x62\xd6\x65\xa5\xd5\xbe\x88\xc6\x3b\x9e\x73\
-\xd7\x7d\xea\x61\xb9\xa4\x90\x6d\xc0\x87\xdb\x9e\xf1\x3d\x6b\xea\
-\x2a\x7b\x00\x24\xf4\x37\xca\x79\xe3\x5f\x09\x61\x10\x0d\x80\x6e\
-\x58\xd2\xb2\x12\x73\xb4\x44\xea\xd1\xb0\x7e\x4e\x5b\x1a\x2a\x13\
-\xc6\x0c\x36\x07\x69\xc6\x93\xdb\x62\xa9\x00\x22\x23\x20\xe9\xf6\
-\xbc\xd8\x01\x34\x56\x20\xb4\xba\xd0\x59\x36\x03\x71\xa5\xd5\xad\
-\x05\x6a\xdf\xa1\x3b\x2a\xef\x93\x58\x3b\xbd\x54\xac\x35\x7a\x49\
-\xa6\xe2\x82\x37\xea\x9b\x90\x3a\xb1\x63\x8f\xa9\xbb\xff\xcb\x72\
-\xce\xdc\xce\x59\x96\xd9\x53\x85\x41\x9c\xc2\xbc\x65\x98\x97\x40\
-\x27\xed\xce\x48\xbe\x85\x2b\x93\x01\x63\x84\x82\x10\x3a\xc5\x9b\
-\x77\xa0\x88\xa8\xf7\x88\x15\xf3\x31\x68\x01\xfa\x5b\x8d\xe9\x3e\
-\x71\xad\x55\xab\x7f\x9f\xfc\x1b\xbb\xf3\xef\xdf\xd0\xff\x9a\x63\
-\x51\xa6\xb6\x36\x5c\xd0\x17\xfd\x54\x04\xce\x85\xc7\x9f\xce\x0e\
-\xe5\x0f\x6c\x18\xf0\x45\xa1\x00\xf8\x73\xef\x12\xbe\xee\x13\xf2\
-\xbd\xbf\xfc\xe1\x1b\x1f\x3a\x7f\xe6\xb7\xcc\x62\xcf\xd1\x78\x93\
-\x8a\x77\xeb\x4d\x41\xbe\x38\x5c\xd4\xc3\xe1\x82\xdb\xf1\xb7\x14\
-\x36\xf7\x35\x90\xe8\xfc\x7b\xb8\xac\xc3\x7e\x03\x1b\xe4\x7f\x34\
-\xbd\xe8\x34\x31\x6c\xe9\x3e\xee\x7a\xb7\x1f\x02\x97\x56\x6e\x2c\
-\x56\xb9\xd7\x43\x10\x71\x2f\x60\x7c\x8e\x26\xb3\xae\xac\x56\xbf\
-\xc4\xef\x74\xcf\xa3\x2c\x99\x50\x0a\x82\xc4\x80\x8d\x43\x64\x0a\
-\x08\x97\xd8\xcb\x9d\xc8\xcf\xec\x8c\xb4\x22\x99\x02\xfc\x6c\xf6\
-\x2b\x94\x83\x1b\xd4\x02\x3a\x21\x52\xdc\x4a\xda\x82\xf4\x23\x66\
-\x47\x7a\x6f\x98\x76\xd4\x3a\x46\xa1\x45\x87\x22\x0b\x71\x32\x69\
-\xc0\x84\x6a\xa1\xd6\x47\xd8\xed\x5e\xcd\x34\x3d\x0c\x52\xb1\xbe\
-\x70\x9c\x9f\xe7\xce\xe5\xc7\xb8\xb8\xfc\x04\xc7\x76\x07\x77\xec\
-\xfd\xfa\xda\x60\x69\xca\xaa\x1c\x43\x67\x29\xe1\xbd\x1b\x68\x77\
-\xec\x80\x1e\x7d\x1f\x54\xcd\x33\x01\x80\xb8\x4d\x17\xe7\x83\x62\
-\x82\x7b\x29\x42\xa4\x74\x1d\xef\x88\x23\xd2\x0d\xae\x48\xff\x9f\
-\xdf\xfc\xc4\xd9\x0b\x5c\x74\x21\x07\x27\xfa\x0d\x13\xee\x20\x9c\
-\x98\x70\xb3\x0b\xd7\x4d\xf8\xd0\x22\xbc\xe3\xa5\x5a\xc0\xaf\xdc\
-\xf6\xc0\xbb\x30\xef\xf8\xbb\xef\xa8\x6f\xf8\xa5\x9b\x5f\x2b\xd5\
-\xbe\xb5\x9b\x7c\x9d\x0a\x27\x69\xd7\xbc\x39\xa7\xbb\xa6\x62\xac\
-\xad\xb3\xc5\x58\x81\xbe\x2d\xbd\x75\x0d\x13\x14\xb7\xde\x19\x23\
-\x66\xf3\x90\xa2\xbe\x24\x4b\x78\xd2\x1a\xbc\x80\x54\x34\x45\x95\
-\x93\x7a\x42\x2d\x65\xf5\x1c\x47\xeb\xef\x75\xc2\xef\xf0\x2c\x35\
-\x53\x7a\x44\xca\x4d\x07\x63\xaf\xa8\x06\xf9\x67\x0d\x03\x24\x15\
-\x43\x72\x00\x48\xc6\x5a\x49\x4c\x22\x94\x4e\xb0\xd9\x82\x35\xe8\
-\xa0\x5f\xa8\xa3\x0c\x45\x80\x75\x09\xd8\xfa\xa7\x09\x68\x45\xf5\
-\x04\x64\xef\x4a\x00\xbc\xd9\x67\xbf\xa0\xf5\xbb\xde\xb4\xd4\x1a\
-\x5d\x9a\x03\xa3\xd8\x08\x0d\xba\x75\xcc\x1a\x48\x65\xda\xbd\x9a\
-\xd3\xb3\x37\x22\x54\x2e\x8f\x4f\xb3\xb4\xdb\x20\x95\x5a\x1f\x46\
-\x75\xcf\x9d\xf3\x5f\xe4\xf6\xdd\x0f\x73\x9c\x6f\xd1\x71\x10\x6e\
-\x69\x4b\x64\x15\x3c\xa3\xd0\xbb\x03\x7e\x8d\x40\xfe\x7b\x67\xb1\
-\xce\xd2\x47\x36\xc0\xb2\x8f\xa0\x25\x53\xca\xc4\xcc\x49\x4a\x5d\
-\xca\xce\x44\x9d\x45\xb1\x34\xe8\x62\x5e\xf0\x83\xd1\xcc\xbb\x10\
-\x76\xe3\xce\x3b\x5f\x3b\xfd\x07\x4f\x29\x77\xe8\xb5\xb3\x48\x63\
-\xa2\xb1\xd0\xd8\x49\x63\xa6\x71\x22\x8d\xe3\x17\x57\x36\xe0\x81\
-\xf4\x00\xde\xf1\x77\xdf\x51\x5f\xfd\xd1\x67\xff\x5d\xe9\xbc\x93\
-\x5f\x7e\xe6\x1b\x16\xe5\x49\x07\x88\x1c\xa5\xce\x06\x9c\x0e\x59\
-\x87\xb3\xad\x78\xfd\xfe\x60\xae\xad\x93\x74\x54\x0b\xda\x57\xee\
-\x40\x48\x0c\x3a\xe4\x65\x45\xce\x4d\x7c\x66\x9f\x03\x46\xb6\xa2\
-\xfb\x96\xf4\x63\x98\xdb\x81\xaa\x67\x2b\x2d\x98\x28\x13\x96\x8d\
-\x37\x00\x64\x46\x4e\x08\xe1\x27\x84\x5f\x4b\x4c\x16\x4e\xb7\x7f\
-\x15\x6e\xf7\x04\x92\xfd\xa7\x43\x09\x64\x65\x1b\xe9\x51\x04\x20\
-\x98\x15\x87\x29\xd8\xa3\xcc\xf7\x73\xc1\xbf\xe9\x3d\xc8\x0e\x29\
-\x57\xd1\x72\x06\xe2\x7d\xf5\x55\x67\x5a\xab\x58\x33\x4f\x61\x3a\
-\x3c\xe2\x14\x6b\x89\xc6\xca\x74\x27\xec\xa0\xd4\xe9\x06\x57\xce\
-\xbe\x94\x6e\x9d\x3b\x17\xff\x84\xc3\xe1\x69\x5a\xbf\xa4\x77\x41\
-\xcb\x19\xa7\x67\x6f\xe0\xea\x95\x37\xd2\xfa\xb9\x8f\x04\x9b\x2f\
-\x03\x1b\x71\x5c\x20\x81\x9a\xa1\xa2\xac\xd1\x9a\x0b\xbf\x6d\x3c\
-\x03\x55\x47\x2c\xdc\x4b\x71\x45\xd4\xba\x89\x75\x77\x0e\x16\xbb\
-\x4b\xb3\xee\x3a\xc1\x26\x13\xaf\x81\xe8\x56\xc4\x3c\xcb\x21\x7d\
-\x6f\xed\xef\xff\x93\xa7\x97\x27\xff\x71\xe7\x31\xd1\xf9\xf8\x9b\
-\x1e\xba\xf1\xf1\xeb\x12\xd4\xcd\x17\x87\x01\xcf\x22\x5c\x47\xf8\
-\xc0\xb9\xf0\x15\x0f\x36\x29\xe8\x81\x39\xf9\x6f\xfd\xc1\x2f\x7f\
-\x74\xb6\xe9\xeb\xc1\x7e\xaf\xc0\xef\x00\xae\x43\x22\xc8\xc1\x12\
-\xeb\x9b\x79\xf5\xc3\xfa\xca\x48\xb1\x95\xad\x15\x2e\xde\x5f\x4e\
-\xf1\xdf\xb9\x1f\x22\xd4\x24\xeb\x84\x32\xc8\xa6\x12\x63\x2a\x2e\
-\x89\xda\xfb\x40\x4c\x2c\xc2\x07\x5b\xcf\xa7\x96\xca\xc9\xb4\x0f\
-\x8b\xbe\xb1\xf8\xe2\xe7\x57\xc2\x22\x17\x75\x37\xbf\xa2\xe8\x40\
-\xea\x57\x14\xdf\xf9\xff\x38\x9d\x17\xbd\x47\x01\x88\x95\xc1\x1a\
-\x94\xf1\x7b\xf5\x00\x5c\xd9\xc8\x3d\xa1\x00\x71\xee\x23\x26\xd9\
-\x6e\xe9\x04\x48\x41\xf4\x0c\x2d\xd7\x10\x3d\xf5\xf4\x22\x82\xf5\
-\x99\x6e\x17\xb4\xe5\x36\xad\xbd\x40\x6b\xe7\x2b\x20\x68\x9d\x2e\
-\x1d\x7a\xa7\xd1\x11\xa9\xec\xf6\xaf\xe3\xe4\xe4\x0d\xdc\xb9\xf3\
-\x4f\xb8\xb8\xfc\x65\x96\x76\x49\xb3\xe6\x02\x8a\xb1\x9b\x1e\xe5\
-\xfa\xb5\xb7\xb0\xb4\x4b\x6e\xbe\xf0\xb3\xdc\x3d\x3c\x1d\xd6\xde\
-\xc1\x3b\xef\xcf\x07\x8b\x35\x8e\xcb\x1c\x9e\xc5\x8a\x2d\xf6\x18\
-\x1b\xd6\x83\xab\xd0\x07\xb7\x60\xe5\x17\x78\x8a\xd2\x7b\x10\x64\
-\xaa\xb2\x77\x0f\x07\x3c\xa5\x68\xb4\x4c\x29\xda\xba\x5f\xeb\x76\
-\xa8\xf4\x9f\x79\x6c\x3f\x7d\xef\x77\xbe\xf1\x89\xbf\xc5\xce\xc2\
-\x0b\xb0\xc6\xa1\x37\xae\x5b\xe3\x7c\x69\x7c\xec\xa2\xf1\x8e\x1f\
-\x6f\x0f\x2a\x0e\x70\xdf\x7b\x00\x2e\xf8\xf5\xbf\x58\x8c\x3f\x2e\
-\xd8\xd9\xbf\xb0\x43\x58\xb4\xd6\x59\x47\x6e\xc1\x00\x6c\x0b\xea\
-\x03\x28\x44\x23\xfd\xb7\x02\xba\xc9\x3e\x2b\xe8\x46\x40\x9d\x9b\
-\x9e\xb5\xf1\x59\x10\x92\x4a\x66\x0b\xe2\x0d\x50\x50\x92\xd3\xee\
-\xaf\x39\xe9\xb4\xb1\xb4\x85\x7d\xf1\x91\xd7\x69\x84\xc7\x80\xd2\
-\xb4\xda\xea\xc5\x3b\x12\x29\x37\xd1\x0d\xe0\x27\x6e\xf9\x8b\xf8\
-\x3c\xe0\xe4\x19\xc4\xe8\x8f\x01\x08\x4a\x2a\x05\xee\xb5\xfe\x44\
-\x78\xe0\x64\x68\x59\xc3\x80\x4d\x0b\xef\xd1\x04\x28\xd0\x77\x57\
-\x10\x13\xaa\x3b\x54\xa6\xc0\x00\xa6\xc1\x0d\xa0\x4f\x74\xad\xe8\
-\x52\x31\x99\xe8\x34\x47\xe5\xcc\x43\xae\x2e\x31\x27\x41\x4f\xa9\
-\xe5\x3a\xbd\x5d\xd0\xfa\x6d\xb7\xec\x3e\x68\x85\xd6\xbd\x3e\xa0\
-\xf5\xbb\x1c\x0f\xcf\x72\x72\xfa\x25\x68\x8e\x3a\x0b\xeb\xef\x98\
-\x08\x48\x37\xfa\x32\x8f\x6b\xdb\x25\xea\x08\x22\xb4\xc9\xac\x42\
-\x37\x08\xa4\xe2\x9e\xe5\x91\x0d\x4c\x12\xe8\xeb\x66\x10\xed\xdd\
-\xf3\xcb\x5b\x5e\x9f\xe4\x08\x7b\x5f\xf3\xfd\x62\xfa\x35\x1f\x3f\
-\xcc\x5f\xf3\x9f\x7f\xe0\xe3\x7f\xeb\x4f\x7c\xf5\x6b\xbe\xfd\x35\
-\xba\xbf\xe4\xb6\x08\xa7\x22\x3c\xad\xc2\xf5\x22\x5c\xdb\x09\xbc\
-\x43\xe0\x5d\xff\x46\x01\xbc\xd4\xdb\x37\xfd\x0f\x5f\xf5\xf6\xa5\
-\xf3\xbf\x0a\x7c\xc9\xe7\xda\x47\x7a\x77\x3a\xe9\x00\xd6\xc2\xca\
-\x17\x8d\x69\x31\x19\x77\xeb\xf0\x00\xb2\x9a\x4d\xc4\xa2\xe1\x46\
-\xc6\xe8\x49\xc8\x49\xa1\x4e\x81\x67\xfd\x1b\x02\x30\xf4\x85\x3a\
-\xba\x0a\xab\x92\x7d\xea\x53\xfc\xcc\x1a\x73\x3b\x30\xd5\x89\x62\
-\x25\x28\xa6\x09\x2e\x87\xf2\x30\xe7\xbc\xbb\x9b\x9f\x85\x2b\x91\
-\xea\x53\x45\x92\xe3\x2f\x19\xe7\xaf\x8a\x41\x83\x14\x24\x96\xae\
-\xfe\x46\x01\x48\x3c\x0f\xab\x17\x40\x30\x01\x87\xfb\x9f\xb1\x48\
-\x86\x26\x2b\x1e\x9e\xcf\xa6\x30\x5a\xee\x14\x7c\xfd\xae\x82\x74\
-\x2f\xf3\xb5\xee\x99\x02\x77\xff\x63\x96\x80\xd4\x98\x69\xd0\x22\
-\x54\x2a\x7e\x7d\x7a\xd4\x13\xf8\x05\xc2\x98\x9d\x5f\x10\xdd\x05\
-\x46\x7b\xaf\x88\xaa\x5b\x6f\xa1\x38\x88\x19\x05\x46\x17\x86\x22\
-\x20\xcf\x2e\xe4\x57\xc7\xdf\x12\x8a\xc1\x8f\xa9\x89\x95\xe6\x7d\
-\x23\x3e\x5f\x8d\xd2\x7d\x9f\xd1\x2d\x50\x3a\x16\xa1\x8c\x19\xcc\
-\xf0\xb5\x7f\xf3\x97\x9f\xfd\xb7\xbe\xe3\x2b\x9e\xfa\x59\x4e\x80\
-\x23\xf0\x24\x70\x01\xbc\xed\xf3\x5d\xdd\xf7\xc7\x76\xdf\x12\x81\
-\xbe\xfd\xdd\x6f\x3b\xd3\x6e\x3f\xc2\xbf\x44\xf8\x7d\x42\x4d\x58\
-\xb9\xa8\x8a\x13\x51\x76\xbb\x4a\x29\x6b\xad\x7b\x4e\xeb\xcd\xf8\
-\xd8\xdf\x67\x6b\x51\x48\xe6\x83\xb3\xab\x45\x06\xe8\x21\x54\x65\
-\x90\x67\x34\xaa\xec\xca\x9a\x8a\x8b\xcf\x90\xf0\x38\x64\xeb\xf2\
-\x8b\x0b\x5d\x4e\xa0\xb5\xde\x63\xad\x66\x58\x52\x56\x41\xcf\xe7\
-\x64\x2b\xe4\x65\x33\x75\xa8\xe2\x2d\x8a\xfc\x3b\x4a\x7c\xb6\x8c\
-\x34\xe1\x09\xb5\xdc\x60\x9a\x1e\xa3\x4e\x8f\x53\xca\x75\xb4\xec\
-\x63\xbf\x1a\xd7\xa6\x86\x42\xa9\xfe\x38\x3e\xc3\x7f\x2a\x2a\x8e\
-\xf8\xa3\x1e\xc5\x7b\xc9\x4d\x5b\x53\x8b\x7d\x06\xf1\xc1\x9f\x23\
-\x15\x9a\x38\xc4\xa6\xc2\x50\x28\x71\x0d\x1b\xaa\x27\xa8\x9c\x84\
-\x07\x53\x90\x52\x28\x3a\x39\xc8\x29\x13\xb5\x9c\x79\xd5\x23\x3d\
-\x4a\xac\xc3\x3f\x32\xfc\xc6\x48\x1f\xd7\x36\x8b\xaa\x32\x14\x4f\
-\x65\x3f\x7a\x1f\x90\x0c\xc9\xcf\xf2\x13\xbd\x0f\x34\xd6\xca\x3d\
-\xe3\xd8\x74\x1b\xe6\x87\xd7\x27\x3a\xea\x0a\x14\xf8\xe0\x0b\xc7\
-\x77\xff\xa5\x9f\xf9\xd4\xdb\xd0\x59\xd0\xa3\xf0\xec\xa5\x50\xcf\
-\x85\x0f\x3c\x27\xf0\xe0\xf2\x01\xee\x5b\x0f\xe0\xf6\xee\xf0\xc7\
-\x04\x79\xc3\xe7\xdc\x21\x04\x37\x01\xae\x74\xad\x77\x75\x65\x83\
-\x89\xe8\x3d\x42\x6e\xea\xc3\x2c\xaa\x48\xc4\xd9\x39\xb9\x77\xe3\
-\xca\x67\xfa\x2f\x40\x33\x0d\xb7\x51\xd3\x27\xdd\x02\x68\xe2\xa5\
-\x65\x59\xd6\xeb\x96\x9a\x01\xf6\x49\x5a\xa9\x48\x07\x2e\xfd\x80\
-\xc8\x8e\x5a\xb7\x93\x7d\x93\x64\x59\x6e\x65\x00\x00\x20\x00\x49\
-\x44\x41\x54\xd8\x13\x6e\x7e\x0a\xb9\xae\xcf\xaf\x4a\x61\xa3\x24\
-\x36\x49\xe9\x52\xce\x98\xf6\x4f\xb1\xdb\xbf\x16\x2d\x0f\x39\x58\
-\xd9\x6e\xb3\xcc\x9f\xa0\x1d\x3f\x1d\x82\x9b\x93\x09\x70\xc5\x36\
-\x0a\xa7\x64\x73\x41\xd7\x87\x5e\xc0\x73\x74\x53\xcb\xe2\xc7\xb4\
-\x05\x6b\x97\x88\xcd\x41\xcc\x29\xd0\xbd\xd0\x46\xcc\xe8\xb8\x47\
-\xd0\x0d\xe8\x0b\xad\x9d\x53\xa7\x27\x98\x76\x8f\xd1\xda\x39\xcb\
-\x72\x4e\x36\xd8\x54\x15\xa6\xfa\x18\xfb\xfd\x13\x1c\x0f\xcf\xd1\
-\xfb\xc1\xbf\x4f\x1c\x0b\xe9\xf4\xd6\x42\x89\x86\x77\xee\x88\xaa\
-\xcf\x0c\x8c\xf3\xec\x91\x88\x4f\x0b\x9f\x40\xec\xa8\xe9\xca\x10\
-\x20\xf7\x0b\x4f\x22\x1a\x0a\x8d\xde\x85\xaa\x8e\x19\x37\x7c\x7e\
-\x21\x38\xb6\xe1\xe9\x42\xa1\x77\x7e\xcd\x2f\x5d\x5c\xfc\x9f\xdf\
-\xf9\xd3\x1f\xf9\x47\x85\xfe\xf7\x5a\xe7\x63\xc7\xa5\xd7\x56\xfa\
-\xe3\xc7\x9f\xe9\xf2\xad\x3f\xf4\x96\xd6\x9b\xf5\xde\xec\x19\x84\
-\x4f\xb3\x93\xbf\xf9\x3f\x7e\xcb\xfb\x9f\xfb\x3c\x96\xfe\xcb\xba\
-\xdd\xb7\x0a\x40\x84\x3f\xfc\x39\x5f\x34\xc8\x1e\x54\xeb\x60\x4b\
-\x65\x9a\xbc\x8a\xcd\xfd\x41\xbf\xe9\xa5\x38\x37\xdf\x87\x7f\xa6\
-\x2b\x4d\x08\x6d\x80\x71\x41\x08\x4a\x41\x1e\x40\x61\xa4\x0c\x8b\
-\xba\xe0\x8f\x02\xa1\x0d\x0e\x50\x92\xf4\x23\x2b\xca\xaf\x6c\x7a\
-\xe9\x85\xd5\xca\xd0\xa1\x59\xc7\xba\xa1\x35\x84\x38\xaa\xfa\x86\
-\xd0\x5b\x78\x16\xc4\x8f\x85\x75\x15\x09\xab\xad\xee\x09\xa4\xc5\
-\x2b\x27\xec\x4e\xdf\xc8\xb4\x7b\x8a\xb6\x7c\x86\xe3\xe5\x87\x11\
-\x84\x3a\x3d\xce\xb4\x7b\x03\x2a\xa7\xb4\xc3\x47\x30\xe6\xb5\x0b\
-\xb0\x44\x36\xe0\xb3\x5d\xf7\xc1\x8b\x13\x17\x74\xb3\xa1\xe8\xac\
-\xb7\xf1\x9c\xc4\x73\x44\x2a\xd5\x30\xa7\x60\x8b\x93\x95\x3a\x9d\
-\xbe\xbc\x40\x6f\xb7\x39\xd9\xbb\x13\x77\x3c\x3e\x4d\x6b\x97\x2e\
-\x58\xf5\x1a\xfb\xfd\x6b\xf1\xf4\xe0\x27\xe9\xfd\x82\x6c\x22\xb2\
-\xf4\x46\x37\xf7\x08\x82\xbe\x40\xb4\xef\x18\xba\x77\x3c\x8e\x70\
-\xa1\x43\x7c\xee\xca\xf0\xcb\xd6\xec\x46\x74\x6f\x1a\xc7\x70\xcd\
-\x1c\xb5\x52\xde\xa5\x18\x89\x72\xef\x1e\xcc\xb2\xf0\x09\x9a\xa1\
-\x52\x30\xed\x3e\xd0\xc4\xfa\xdb\xe7\x5e\xde\xde\xa4\xd1\x54\x69\
-\x2d\x71\x06\x73\x45\x5f\x62\x7a\xc2\x6c\x9f\xfa\x96\x1f\x7a\xcb\
-\x6f\x78\xcf\x1f\xfe\xf9\x8f\x7d\x3e\xeb\xff\xe5\xda\xee\x4b\x05\
-\xf0\xad\x3f\xf8\xe5\x8f\x2e\xc6\xdb\x5f\xfc\xbc\x10\xad\xba\x01\
-\xc2\xca\x67\xcc\x5a\x77\x6e\x19\x3b\x36\xd0\xff\xa2\x25\x80\x41\
-\x36\xe9\xb0\x40\xdf\x91\x35\x0d\x18\xcf\x0d\x2e\xc0\xf0\x20\xa2\
-\x0c\x18\xee\xe1\x0a\x6c\x71\x01\x7f\x8d\xb5\xac\x98\x95\x78\x24\
-\xf9\x13\xdd\x81\x3c\xd7\xaf\x6b\x3b\x6a\xa9\xc3\x85\x4e\x8e\xbd\
-\xe4\x68\x72\x49\x7e\x40\x28\x8a\xe1\xaa\xa7\x5b\xeb\x0a\xa2\xd6\
-\x1b\x4c\xbb\xd7\xb0\x1c\x3e\xc6\xb2\x7c\x1a\xec\x80\x18\x2c\x76\
-\x01\xb6\x50\xf7\xaf\xc5\xda\x2d\x6c\x79\x01\xa4\x45\x18\x44\x98\
-\xbd\xcf\xa6\x04\x82\x04\x64\x3d\xc0\xb1\x06\xd6\x5c\xe8\x69\x18\
-\xcd\xc3\x29\x4a\x78\x0f\x99\x02\x9f\x10\xed\x5e\xbf\x80\x97\x51\
-\x5b\xbb\xcb\xf1\xf2\xa3\xec\x4e\x5e\xcf\xe9\xe9\xaf\x61\x37\x3d\
-\xca\xd2\x2f\x71\xc5\x7d\x8d\x6e\x0b\x77\xee\x7e\x88\xe3\xfc\x8c\
-\x0b\x9d\x09\x2d\xda\x73\x9b\x6a\x58\x7a\x2f\x1e\x4a\xf2\xcf\x56\
-\x09\x38\x3b\x51\x52\x43\x78\xef\x81\x2e\x3e\xfd\x27\x28\xc3\x9e\
-\x29\x68\xb4\x38\x16\x51\x90\xa4\x02\x16\xee\x8a\x45\xf3\x0f\xff\
-\x56\x85\x16\xd3\x8e\xb0\x0e\xc5\xbc\x65\xb8\xb8\x27\x60\x80\x48\
-\x47\x2d\x94\x02\xea\x9f\x85\x45\xd8\x44\x82\x8e\xaf\x62\xee\xdf\
-\x8b\xf1\xb5\xdc\xc7\x19\x82\xf2\x4a\x9f\xc0\x67\xdb\xbe\xea\xf7\
-\xbf\xea\xeb\x81\x77\xe6\xdf\x82\x44\x5b\xf6\x8d\xb5\x4d\x27\xb8\
-\x14\xa6\x29\xc8\x32\xe6\x63\xa2\xab\x4a\xe4\xd2\x33\x0d\xb8\xc6\
-\xe4\x25\xd0\xf3\x2d\xb5\x7b\x1b\xb3\xe7\xe3\x54\x10\x85\x0c\x17\
-\xd6\xb8\xd0\xd3\x88\x9b\xc2\x13\x92\xec\x23\xe3\xd8\x39\x30\x24\
-\x91\xfb\xf5\x3d\x8e\x21\x60\xc2\xae\x46\x2c\x8c\x7a\x6c\x3c\x18\
-\x80\x9b\x5a\xfe\x4d\x3b\x2e\xa7\x07\x67\xfb\xae\x82\xea\x8e\x69\
-\xf7\x14\xa5\x9c\xb1\x1c\x3e\x0a\xfd\xee\x1a\x42\xe0\x8b\xb2\xd4\
-\x47\x10\x3a\xd6\xef\xc6\xb5\xdb\xe0\x08\xf7\x3c\x4e\xda\x9b\x86\
-\x97\x11\xa9\xc5\xf0\x08\x64\xed\x2e\x3a\xdc\xea\xcc\x2c\xe4\x13\
-\xd9\x4a\x2b\x3d\x30\xa7\xe2\x5e\x7a\x79\x72\x3f\xc4\x31\x27\xcc\
-\x1a\xc7\xf9\x19\xee\x5e\xfe\x22\x97\x97\x9f\x62\x59\xce\x69\x6d\
-\x8e\xca\x82\x54\x41\xf9\x71\xe9\xad\x78\x48\x17\x48\x2a\xd9\xdd\
-\x49\x70\x00\x32\xcf\xcd\x8d\xb1\x60\x81\xdf\x58\x78\x4e\x14\x8d\
-\x2b\xa2\x11\xce\x0c\xfc\x93\x7c\x64\xb1\xb6\x32\x6b\xb0\xb2\x1a\
-\x89\x6e\x4f\x99\x32\x61\xcb\x4e\xf0\xe3\x8d\x03\x30\x9e\x17\xe4\
-\xcb\xde\xfc\xf3\x4f\x3c\xf7\xfe\xbf\xf1\x99\x7f\xf0\x12\x89\xc6\
-\x4b\xbe\xdd\x7f\x0a\xc0\x90\x37\xbf\xef\x89\x1f\x04\x5e\x0d\x0c\
-\x34\x77\x1d\x62\xe1\x82\x66\x08\xd3\x24\x4c\xa5\x40\x37\x4a\x15\
-\x6a\x2d\xee\xf2\x4b\x71\xe1\x1b\xe0\x5c\x80\x81\xba\x86\x0c\x45\
-\x57\xc1\x16\x79\xd1\xeb\x29\xc8\x1b\x50\x4f\xd4\x8f\xed\xe9\xb7\
-\xb5\xb7\xc0\xea\x2d\xc8\x3d\x7f\x67\xed\x40\x7e\x9e\xa8\x50\x64\
-\x1a\x44\x1f\x2d\x0e\xbc\x4d\x3a\x6d\xf2\xff\x6b\xf3\x0d\x0d\xa2\
-\xcf\x5a\xb9\xa7\x43\x21\x64\xb8\xa0\xba\x67\x9a\x1e\x47\x74\x47\
-\x5f\x9e\x41\x68\xee\x82\x0f\x86\xe0\x84\x4e\x8f\x78\x4c\xdd\xcf\
-\x01\xe7\x3d\x8c\x6c\x81\xea\x38\xef\xb5\xc7\x5e\xaa\x56\x20\xd8\
-\x85\x59\xd9\x24\x89\x83\xb0\x11\x7c\x77\xc7\xee\xb1\xc4\x6b\x6a\
-\xc1\x43\x83\x6e\x07\x96\xe5\x0e\xad\xbd\xc0\x71\x7e\x96\xe3\xfc\
-\x34\xc7\xe3\xb3\xcc\xcb\x0b\xcc\xf3\x45\x84\x19\x9b\xb7\x25\x03\
-\x8b\x08\x3f\x08\x23\x90\xc2\xa5\x32\x42\xc0\xf1\xf9\x71\x3e\x99\
-\xd1\x83\x35\x6b\x80\xa8\x97\x41\x97\xb8\x87\xa1\x50\x41\xd6\x11\
-\xe7\x22\xa3\x00\x69\x34\x4c\x1e\xa6\x5b\xb6\x51\xa7\xe7\x2a\x6c\
-\xa8\xa9\x58\xb6\xf7\x26\x20\x5d\x69\x19\x18\xbf\xe5\xcb\x7f\xdf\
-\xe3\xdf\xff\x81\x1f\x7b\xfa\xce\xaf\x44\x0c\x5e\xae\xed\xbe\x0b\
-\x01\xbe\xf9\x07\xbf\xea\x9d\x10\x2d\xbf\x91\xf0\x30\x25\xfe\x0a\
-\x2d\x2f\x30\x55\xcf\x8b\xf7\x0e\x53\x29\x6e\x61\x89\xb8\x5d\x65\
-\x80\x7b\x2a\xba\xe9\xd0\x4b\xc4\xfa\x6b\x6e\x3f\x1b\x84\x88\x64\
-\x0e\xdf\xa3\xeb\x41\x20\x4a\x77\x3e\x16\x93\x8a\x8d\x61\x14\x89\
-\x07\x24\xd8\x77\x4f\x28\x20\x6b\xda\x30\x5b\x53\x0b\x7a\x8f\x95\
-\x07\x22\xff\x6d\x64\x0a\x70\x20\xfb\xac\x0b\x75\x50\x7c\x33\xe5\
-\x97\xde\x00\x8a\xd9\x8c\xea\x09\x22\x27\x18\x4b\xc8\x43\x70\x05\
-\xf4\x04\xd5\x3d\x7d\x79\x21\xac\x63\xbd\x37\xf6\x1f\x8f\xb7\xd6\
-\xcc\x7f\x1b\x8a\xf4\x64\xd3\xc7\x97\xf3\x29\xc9\x0c\x69\x8d\xfc\
-\x3f\x12\xe8\x5b\x87\xd1\x09\x49\x3c\x39\xef\x57\xc9\x30\x16\x5a\
-\xf3\x1a\x82\xc6\xcc\xbc\x1c\x69\xb6\x38\xf2\x6f\xe6\x95\x8c\x79\
-\x4a\x01\xf8\x59\x5c\xeb\x3e\xac\x72\x34\x5a\xdd\x58\xda\x11\x12\
-\x74\x3c\x06\x37\xa1\x85\xe7\x22\x96\xf1\x79\x8b\x58\xdf\xfb\x11\
-\xe7\x94\x22\x2d\x95\x09\x28\xd2\x58\xcc\x10\x59\xe8\xd6\xa0\x2d\
-\xb8\x32\xf1\x79\x01\x26\x31\x8c\xd4\x56\x05\xe3\xf7\xab\xf9\x6f\
-\x33\xa4\x37\x56\x90\xd5\xf1\xa7\x00\x28\xae\xee\xb0\x6f\x05\xfe\
-\xfc\xaf\x4e\x32\xbe\x30\xdb\x7d\xe5\x01\xbc\xeb\x5d\xe8\xcd\x1b\
-\x4f\xbc\x07\x78\x72\x68\x74\x20\x4b\x79\x45\x3c\xdf\xae\x53\xd4\
-\x8c\xab\x30\x4d\x65\xa4\xfa\xbc\x17\xdc\xea\x8a\xaf\xd6\x5f\x18\
-\x84\x9a\x54\x14\x9a\xae\xb9\x0b\x5d\x95\x42\xd5\x89\xa2\x53\xfc\
-\xae\x1b\x8c\x01\x52\xbf\x97\x74\xe9\x37\xf5\xe7\x65\x1c\xef\x45\
-\xb8\x42\xfe\x14\xa7\xf8\xd6\x74\xe7\xb5\xf0\xc8\xf5\xaf\xe6\x89\
-\x47\x7f\x2b\xfb\xfd\x93\x3c\xfc\xd0\x5b\x39\x1c\x3f\x89\x4f\xcb\
-\xa9\x91\xff\xdf\x92\x81\xea\xf0\x04\x06\x51\x68\x43\x01\xae\xbb\
-\x27\x03\x20\x5c\xc2\xb2\x57\x54\xaf\x52\x76\x4f\xa0\x7a\x85\x3e\
-\x7f\x06\x58\x42\xf8\x13\x53\x08\x85\x63\xe9\xea\xcb\xfa\x5c\x26\
-\xf9\x22\x2d\x17\x6a\x2c\x5c\xf0\x34\xb1\xc9\x63\x4e\x6b\x6c\x63\
-\x58\xe8\x3a\x24\x60\xc4\x0a\xe3\xfa\x99\x75\x5a\x5b\x5c\x58\xd3\
-\xc2\x8e\x50\x83\x71\xcc\x2c\xa3\x36\xb5\xd1\xb9\xc8\x0d\xc0\xe8\
-\xd1\x44\xe2\x39\x69\xc9\xfd\x2e\x65\x78\x90\x9f\x1c\xd5\x8c\x16\
-\xfc\x83\x98\x50\xec\x3a\x45\xe3\xab\xc4\xf5\x2c\x7e\xef\x55\x4f\
-\x28\x65\x8a\x34\xaf\x7f\xd7\x04\x43\x2d\xd8\x87\x1b\xed\x12\x8c\
-\x43\xd9\x78\x31\x01\xa2\x8e\xef\x24\xbf\xf9\xab\xbf\xfe\x55\xff\
-\xd7\xcf\xff\xd8\xa7\x3f\xf9\x52\xc9\xca\x4b\xb5\xdd\x57\x1e\xc0\
-\x07\xdf\xf0\x55\xbf\x13\x78\x0b\x12\x96\xdf\x92\x43\x1f\x96\x59\
-\x0a\x3a\x79\x5d\xb7\xa8\x8c\xfc\xbb\xbc\x28\x67\xab\xa2\x41\xdf\
-\x4d\x67\x76\x4d\x0b\xba\x12\xf1\x9e\xf0\x25\x62\x72\x2f\xdc\xd1\
-\x81\x08\x27\x42\xec\xb3\xee\x8d\x2e\x46\xcd\xc2\x20\xd9\x30\x01\
-\x87\xbb\x29\x43\x16\x06\x40\x08\x6c\xbb\xfd\xa4\x8b\x5f\xa8\x94\
-\x72\xc2\xf5\xab\x6f\xe2\x93\x9f\xfe\xdf\x51\x29\xec\xa6\x6b\x3c\
-\xf1\xd8\x3b\xb8\x79\xf3\xff\x5e\xdd\x73\xc2\x8a\xcb\xda\xe8\x63\
-\x10\x7c\x36\x42\x6c\xfd\x82\xe5\xf0\x09\xa6\xfd\xeb\xb0\x72\x05\
-\x6b\xb7\xfc\xfb\xd6\x1b\xa8\x5e\xa1\xcd\x9f\x04\x3b\x8e\x63\x12\
-\xd7\x60\xf5\xb7\x5f\x74\x13\xc4\x86\xa5\x4d\xfb\x6a\xea\xe5\xbe\
-\x16\x4d\x4f\xdc\x0c\x6e\x66\x7f\x85\xa2\x54\x6b\xc3\x61\x93\x00\
-\xef\xfc\x3c\x1d\x1f\xe8\x7d\x71\x74\x5f\x8a\x03\x7a\xa1\x3c\xc5\
-\x9a\x33\xfa\x86\xb2\xe9\x61\x45\x5b\xec\xe7\x9f\xd5\xd5\xd3\x76\
-\x6b\xcc\xed\xa4\x20\x31\x57\x6b\x2d\xd2\xad\x1e\x51\x04\x61\x29\
-\x3d\xb6\x08\x47\xbc\xcb\xd1\x82\x85\xe5\x36\xf1\x31\xcf\x83\x64\
-\x64\x09\x2e\x3b\x9d\x5b\x8b\x51\x4a\x67\x32\x63\x5e\x0e\x88\x1c\
-\xb1\x36\x3b\x78\xa8\x46\xef\x8a\x48\x0b\xd6\xa2\x2b\x04\xf7\xd0\
-\x1c\x44\x0d\x1d\x71\xcd\x0a\x3f\xfa\x87\xde\xf3\xe6\xb7\xde\x6f\
-\xa9\xc1\xfb\x8a\x08\xd4\x45\xbe\x41\x42\x73\x66\xdd\x7a\x6a\x73\
-\x15\xa5\x54\x81\x26\xa8\x32\x88\x3e\xa3\x95\x56\x90\x7d\x12\xb5\
-\x97\xe1\x01\xf8\x68\xa9\x5a\x4f\x98\xa6\x13\xf6\xd3\x19\x27\xd3\
-\x35\xa6\xdd\x19\xb5\x9e\x32\x95\x1d\x4a\xcd\x4c\x17\xdd\x3a\x7d\
-\x6e\x98\xcd\x14\xeb\xd4\x02\xd3\xa0\x06\x87\x78\x66\x2b\x70\xd9\
-\x2a\x9d\x54\x0e\x29\xfc\x7e\x4e\x03\xd4\x4b\x25\x20\xc2\xc9\xfe\
-\x11\x0e\xc7\x67\x02\x14\x54\x5a\xbb\x0c\x61\xd7\x88\x23\x56\xc4\
-\x7f\xb8\xf3\x92\xb9\x8b\xb0\x4a\x39\x0f\x8c\x4e\x5f\x9e\x61\xb9\
-\xfc\xe7\x80\x51\xa6\x57\x51\x76\xaf\x02\x8c\x76\xfc\x08\xd6\x6e\
-\xfa\xf5\x1c\xe4\x1f\x05\x2a\x88\xff\x8c\x63\x4a\x10\x8d\xc6\xdf\
-\xc5\x5f\x97\xf5\x75\x91\x0a\x94\x55\x09\x8d\xd7\x52\xf3\x05\x41\
-\xe9\x1e\x25\x55\xc0\x94\xd6\x1b\x20\xa8\xd6\xf0\x68\xea\x20\x52\
-\x89\x3a\x08\x3a\xde\xab\x42\xd1\x5d\x34\x37\x9d\x86\xf2\xcb\xf0\
-\x6e\xf5\x58\x56\x6f\x2e\xbd\x21\x0f\xa1\xdc\x02\x5b\xc6\x6e\x31\
-\x82\x29\xb1\x98\x80\xf8\x69\x34\x7a\x3b\x60\x1c\x31\x16\x7f\x97\
-\x78\xf6\xc7\xbf\x83\x5b\xf9\xbc\x7f\xbb\x72\xca\xe9\xee\x1a\x57\
-\x4e\xaf\x53\xca\x89\x7b\x5a\xc8\x58\x87\x6e\xa4\xd2\xe4\xac\xe1\
-\xaa\x2b\x14\x7b\x3d\xb3\xfd\xf0\x1f\xf9\xfe\x37\x9c\xbc\xfc\x92\
-\xf5\xb9\xb7\xfb\xca\x03\x90\xce\xbf\x83\x80\x74\x8d\x51\x7f\x71\
-\x93\x8b\x53\x7b\x2d\xc6\x40\x95\x92\xd5\x71\x61\xd5\x46\x90\xbe\
-\x52\x79\x77\xd3\x8e\xa9\xec\x28\xba\x63\x2a\x91\xca\xc3\x5b\x79\
-\x11\x4e\x2e\xea\x7d\xe1\xc4\x40\x97\x8e\xd0\xbd\x73\x6d\x89\x9b\
-\x1a\xe6\x51\xb2\x8c\xd8\x0c\x7c\xd0\xe8\xea\xe2\x8f\xf8\x7d\xf5\
-\x00\xd2\x13\x4c\xfa\xb0\x73\xfb\xab\x87\x27\xa6\x2c\xcb\x73\x5c\
-\x39\x7d\x2d\xb7\xee\xfc\x1c\x82\x70\x32\x3d\x4e\xeb\x97\xac\x95\
-\x7c\x1a\x5c\xf7\xad\x5b\x5e\x18\x4c\x40\x4b\x0e\x81\x0b\xa0\xd1\
-\xe8\xed\x05\xec\x70\x40\x65\x0a\x2b\x6a\x78\x97\x61\x42\xd0\x63\
-\x41\x6e\x2c\x36\x08\x63\x78\xa6\x85\xcb\x1a\x29\xb1\xb4\x88\xa6\
-\x16\xf7\xc3\xd3\x80\x20\x51\xea\x1b\x29\xaf\x82\x57\x59\xe2\x09\
-\xf1\xc1\xbf\x09\x21\x32\xbc\x9c\x57\xa2\x35\x58\xc7\x71\x13\x27\
-\xf0\x44\x9e\x5e\x40\x7b\xe0\x0f\x5a\x51\x39\xa5\xd4\x6b\x60\xc2\
-\xe5\xf2\x1c\x7d\x79\xc1\xad\x6e\x5e\xdb\x08\xaf\xb3\xc7\x01\xb1\
-\x2e\xb0\x80\x23\xd4\xd7\x0a\x78\x39\xb1\x91\x78\x44\x78\x78\x61\
-\x96\x0b\x6b\x43\x13\xeb\x8d\x26\x60\xcd\xe8\xe6\x8a\xb8\x85\x70\
-\xf7\xe6\x9f\x99\x5e\x8a\x5a\xe5\xf4\xe4\x2a\xbb\xb6\x70\x21\x77\
-\x68\x6d\x8e\x6b\xed\x27\xb3\xf6\x3a\x32\x30\xc5\x70\x36\xa3\xc1\
-\xef\x3c\x72\xf5\xef\xbc\xf3\xdd\x6f\xfb\xba\x1f\xf9\x8e\xf7\xbe\
-\xf0\x52\xcb\xcf\xe7\xb3\xdd\x5f\x0a\x40\x78\x0d\x8c\x4c\xf4\xc8\
-\xdd\x17\x2d\xc4\x2c\xc9\xe8\xbc\x03\xd9\x69\x87\x78\xec\xa4\x9e\
-\xc2\x34\x9d\x70\x52\xf7\x6b\xca\x2e\xd2\x37\x1a\xab\xc7\x99\x81\
-\x5e\xfd\x25\xd6\x7d\x08\x26\xdd\x85\x13\x5c\x08\x75\x05\x04\x3d\
-\x2d\xe4\xae\x66\x09\xc1\x1c\x96\x5e\x32\xdc\x58\xad\xff\x08\x0d\
-\xc8\x7d\xd6\x9e\x78\xde\xce\xcb\x95\xd7\x73\x2f\xfc\x34\xaf\x7e\
-\xfc\xf7\xe0\xb9\xea\x03\x2f\xbc\xf0\x0f\x18\x11\xb7\xa5\x35\x4d\
-\xf4\x3d\x52\x5f\xe0\x8a\x40\x95\xc1\x61\x0c\x60\xd0\xa9\x6c\xb3\
-\xc7\xb8\xc8\xf8\x9c\x81\xe4\x67\x68\x91\x5a\x2a\xa5\x29\x17\x6b\
-\x14\xd5\x64\x2c\xef\xa4\x1e\x57\x22\x2e\xa5\x9d\xcc\x81\xfb\x7b\
-\xda\x4a\x01\x18\x71\xaf\x83\x7e\x16\x12\x2a\x62\x58\x5f\xfc\xfe\
-\x74\x1b\xfc\xfd\x2e\xc1\xcf\xef\x16\x2e\xba\x83\x72\x7e\xac\xca\
-\x54\x1f\xe1\xf4\xe4\xb5\xa0\x95\x72\xf9\x51\xfa\xdd\x03\xd6\xdb\
-\x68\x52\x8a\x46\x4c\xaf\x1e\xe8\xe7\xbc\x06\x57\x26\x6d\x8c\x6c\
-\x16\x13\x4a\x11\x68\x46\x0b\x65\xdf\xcd\x59\x80\x03\xa3\x6b\x2e\
-\xb4\xee\x61\x78\x95\x22\x2c\x2c\xcd\x81\x3c\x1f\x23\x1e\xf7\xa1\
-\xb8\x97\xe4\x4a\xc0\xe8\xa2\xec\x77\x57\xd1\xe5\xc0\x85\x5d\x62\
-\x7d\xa1\x59\x5a\xff\xfc\x80\x0c\x85\xf0\xf7\xc0\x6f\x99\xf6\x87\
-\xbf\xf3\xce\xef\xfd\xca\xdf\xf5\x23\xff\xd1\x2f\xdc\x7c\x29\xe5\
-\xe7\xf3\xd9\x5e\x1c\x01\xbe\x62\xdb\x1f\xfa\xfe\xaf\xfc\xb7\x45\
-\xcb\xcf\x86\x11\x1a\xc2\x57\x82\x18\xd3\x3b\x94\xa9\xac\xc5\x3b\
-\x81\x01\x14\x13\x6a\x29\x9c\x4e\x7b\x76\xf5\x84\x9a\x0a\x02\x19\
-\xc5\x3f\xbe\x5e\x1b\xdd\x9a\x0b\x7c\x31\x8a\x05\x8b\x4f\xa1\xe2\
-\xbf\x83\xc5\x1e\x9c\xf4\xb0\x18\x2a\x54\xa2\xd2\x50\x25\xfa\xfb\
-\x6f\x5c\x7e\x91\x17\x09\xfd\x9a\x35\xf0\x2c\x41\x89\x79\x7c\x9b\
-\x54\xde\xa8\xf8\x9b\xc8\x7e\xfa\xd2\xbd\x13\xb0\xca\x14\x9c\x75\
-\x4f\x0d\x8a\x16\x6a\xb9\x46\xd1\x1d\xd6\x0f\x6b\x98\x93\x4d\x3c\
-\x11\x06\xaf\x5f\x25\x98\x83\xe1\x31\x98\xa7\xfa\x90\x68\x1f\x46\
-\xb8\xc3\x5b\x50\x6d\xb3\x59\x26\xc0\x05\xb2\x0b\x30\x64\x2c\x9e\
-\x3d\x00\x9b\xff\xb6\xfc\x71\xa2\x90\x97\xda\x36\xcc\x3c\xce\xb7\
-\xbe\xd0\xe9\xcc\xcb\x61\xec\xdf\xad\xd1\x6d\xf1\xf7\xd1\xe8\xbd\
-\xa7\x23\x3e\xf0\x01\x44\xd9\x4d\x4f\x70\x76\xfa\x6b\x10\xdd\x71\
-\xe7\xee\x2f\x71\xeb\xfc\xff\xe3\xb0\xdc\xf6\xf0\x2c\x04\xca\x21\
-\xa2\x18\x36\x9a\xbf\xfb\x5a\x12\xec\x1d\x7e\xc5\xcf\x05\xa2\xb3\
-\x70\x50\x99\x9a\xb1\xf4\x46\x0b\x8e\x78\x0f\x70\xa1\x45\x08\xd8\
-\x7a\x78\x0e\xf1\xb8\x9b\xbf\xb6\xc4\x54\x7a\xd5\x09\xa4\xc6\xe7\
-\xba\x62\x99\xad\x71\x71\xbc\xe0\x30\xbb\xb2\xf2\xe3\x5a\xa4\x41\
-\xcd\xaf\x67\xec\xef\x3d\x08\xf8\x39\x2d\x97\xbf\xf5\x3d\x7f\xf8\
-\x43\xb7\xbe\xf0\xd2\xf5\xb9\xb7\xfb\xc2\x03\x78\xe7\x0f\x7f\xcd\
-\x29\xe7\xe7\x3f\xa4\x12\xe5\x9a\x01\x54\x79\x95\x9b\xd2\x97\x4e\
-\xa9\x35\x2c\xb4\x4b\x5a\xc6\xe1\xd3\x6e\xcf\x59\x09\xc1\xd7\xa4\
-\xa4\x7a\x6c\xdc\x7a\xe3\xd0\x67\xe8\x8d\xa2\x50\xab\xa7\xc1\x9c\
-\x00\x94\xe0\xd1\x2a\xac\x6e\x8d\x81\xde\x47\xf6\xc0\x89\x41\x09\
-\x4f\x09\x14\x42\x09\x04\xe0\x63\xab\x37\x32\x42\x00\x13\x4f\x17\
-\x4a\x08\xfe\xe8\xb0\xbb\x69\xf2\x41\x02\x97\x38\x8a\x50\x74\x70\
-\xdd\x93\xea\x6b\xaa\xd4\x72\x9d\x93\x2b\x6f\x42\xf5\x84\x3e\xdf\
-\x64\x39\x7e\x9c\x81\xe4\x07\xa8\x97\x7d\xf4\x33\x34\x48\x24\x62\
-\x15\xfe\xb4\xfc\x91\x53\x1f\x1e\xc0\x46\x01\x04\x13\x2e\x41\x40\
-\x44\x91\xe8\xfb\xef\xfb\xb5\x91\xe8\x76\x52\x4c\xbc\xdf\xb8\xc7\
-\x63\x30\xf3\xec\x84\x89\xd1\x5b\x8b\x7a\x01\x00\x67\x55\x62\x85\
-\x1e\x96\x3b\x3f\x5e\xcd\x20\x0a\x88\x0c\x2f\x13\x3e\x1c\x9f\x46\
-\x28\x1c\x97\xe7\x30\x9a\x73\x3f\x02\x07\xe8\x19\x9e\x0c\x57\x5b\
-\xe2\x3e\x58\xac\x0b\x8b\xf4\xa2\xaf\xa1\x66\x86\x74\xef\xfe\xe3\
-\xde\x51\x78\x92\xa9\x04\xb4\xd3\x5a\xc7\x83\x40\xe2\xda\xc6\xb4\
-\x22\x0d\x97\x21\xd6\x55\xa7\xb3\x2c\x97\xde\x29\x24\x40\x5d\x89\
-\x7b\xb8\x2f\x27\x28\xc2\xe5\x7c\x41\xef\x7e\x3d\x04\x19\x54\x63\
-\x19\xe7\x0d\x62\x7c\xb5\x2d\x27\x3f\x88\xf1\x07\x78\x05\x99\x82\
-\xf7\x45\x1a\xf0\xd7\x7f\xdd\xc3\xdf\x2d\x22\x5f\x17\x97\x79\xa4\
-\xdf\xb4\x04\x07\xbf\xe8\xf0\x04\x12\xf0\x73\xab\x7f\xc6\xae\xee\
-\x47\x7a\x4f\xc4\x35\xf8\x3c\x5f\x32\x2f\x07\x96\x7e\x44\x80\xa9\
-\x4a\xcc\xc9\x5b\x8b\x7f\x92\x22\x9c\xa0\x4d\xc6\x8c\x45\x95\xaa\
-\x4e\xf6\x19\xdc\x82\x08\x31\x32\xd5\x97\xae\xb3\xf3\xf6\x57\x62\
-\x51\x32\xf4\x73\x22\xcd\x20\xf1\x64\x6b\x2f\x89\xb6\xde\x25\x1a\
-\x7b\x44\x9b\xef\xec\xf3\x2f\x21\xc8\x25\xc0\x33\x15\x65\xda\x3d\
-\xc2\x6e\xff\x14\xb5\xde\xc0\x38\xd2\x96\x5b\xa1\xac\x32\x73\x91\
-\x40\x5d\xe6\xfe\x13\xe9\x2f\xe3\x79\x72\xcc\x56\x3c\xcf\xe6\xb5\
-\x95\x05\xa8\x2b\xe8\x28\x09\x30\xae\xa1\x07\x92\x69\xc0\x78\x4c\
-\x34\x0a\x0d\x25\xb0\xa5\xc1\x24\x49\xa6\xa7\xd2\x48\xed\x18\x61\
-\xc7\x88\x3c\x52\x03\x64\x4c\x1f\xf1\x7a\xb7\x23\x4b\xbb\xc5\x71\
-\xbe\xc9\xdc\x6e\xd1\xfa\xd1\xf7\x8f\x59\x8e\x2b\xd0\xa0\x43\x69\
-\xdc\xb3\x49\xa2\x20\xf9\x61\x84\xd7\x98\xe7\x27\xf4\xde\xbc\xc8\
-\x8b\xcc\x10\x11\xa3\xc0\x3a\x4b\x73\xcf\x20\xbf\x56\x1e\xdf\xe2\
-\x89\x6e\x60\xbd\xd3\xfa\xc2\xd2\xa3\x33\x72\xec\x90\xb5\x1d\xbd\
-\x2f\x1b\x8f\xca\xc6\xf7\xcc\xcb\x11\xdb\x97\xbf\xf9\xe7\x9e\xb8\
-\xf9\x4a\x32\x05\x5f\x71\x0f\xe0\x9b\xbe\xef\xab\x5e\x0b\x7c\x87\
-\xcf\xcb\x13\x32\x45\x95\x6e\xb4\x41\x94\xdf\x6e\x90\x5f\xad\x9c\
-\x4c\x67\xd4\xe2\xa0\x58\xc6\xf5\x97\x87\x23\xbd\x1f\x3d\x37\x5e\
-\x84\x29\xa6\xfe\x38\x5a\x1c\xa4\x14\x61\x7d\x0f\x42\x8b\x59\x7c\
-\x53\xc4\xdc\x83\x6f\x10\xfb\x65\x38\x81\x04\x0f\x06\x90\x12\x54\
-\x9d\x6c\x2a\x9a\xc8\x31\x0c\x45\xa4\x96\xd4\xdd\x2c\xfb\x2d\x2b\
-\x1e\x40\x7a\x02\x1a\x91\x79\xec\x13\x9e\x81\x49\x5a\x36\xa5\xb5\
-\x3b\xb4\xe5\x05\xac\x1f\xe8\xed\x76\x2c\x26\x57\x14\xc8\x6a\xed\
-\x91\xf5\x67\x45\xf1\x65\xb3\xaf\xe4\x55\x1d\xdf\xc7\x2f\x70\x9a\
-\x61\x7c\x01\x5b\xc6\xf2\xde\x9c\x33\x60\x4e\x5c\xd2\x92\x08\x14\
-\x87\xec\x05\xaf\x9f\x53\x8f\xe1\x33\xb0\x8e\x96\xe2\x8e\x57\xb0\
-\xa6\x0b\x37\x45\x44\x43\x8f\xd2\x87\x07\x65\x85\x68\x18\xb2\xd0\
-\xdb\x42\x67\x19\x85\x47\x12\x40\xe2\x38\x9b\x88\xf9\x53\xa8\x06\
-\x68\xcc\x9a\x0a\xdc\xc4\x3a\xc1\xf5\x57\x24\x67\x04\x48\x45\x5a\
-\x63\xe9\x7d\x08\xb1\x8a\x41\xa9\xb8\xea\xea\xf4\xc5\x6b\x08\x06\
-\x11\x61\x1c\xcf\x06\xf8\xd8\x6c\x66\x59\x16\x8a\x4c\x10\xeb\xaa\
-\xa8\xb2\x9f\x4e\x39\x1c\x2f\x69\x32\xaf\xe0\xa8\x5a\x64\x4f\x37\
-\x2a\xcb\xf8\x03\xc0\x5f\xfe\xd5\x49\xd1\xe7\xbf\xbd\xe2\x0a\xa0\
-\x88\xbe\x06\x61\x02\x50\x71\xed\x2a\xa8\xa3\xc5\x0b\x51\xe4\x43\
-\xc4\xb3\x42\xad\x3b\x76\x75\xef\x48\x2f\xae\xb1\x67\x5b\x58\x96\
-\x23\x0a\x4c\x91\x31\x28\xc3\x1f\x4f\x7d\x9b\x19\x66\xf1\xf6\x41\
-\x1e\xf4\xb3\xdb\xd2\x84\x59\x15\x50\x0a\x49\xcb\x1b\x26\x46\xf5\
-\x51\xc1\xee\x3d\xa4\x13\xae\x69\xd1\x74\x58\x37\x97\x2d\x1d\xa4\
-\x9d\xd1\xb1\x47\xc2\x25\xa7\x0c\x65\x36\xaa\x00\x23\xd5\x95\xa4\
-\x94\x5c\x34\xd6\x0e\x5c\x5e\x7c\x38\x18\x83\xde\x3c\xc3\x3f\xe8\
-\x9e\x84\x63\xfc\x1d\xc2\x3e\x04\xdd\xf7\x75\xcf\x22\xdd\xf6\xb4\
-\xee\xb2\x5a\xf7\x70\xd9\xdd\x67\x26\x72\xfe\x3d\xf6\x0b\x47\x3b\
-\xad\x57\xdc\x8b\x04\x6a\x19\x99\x83\x82\x8d\x9e\xff\x1a\xac\x40\
-\x8d\x78\x37\xf6\x55\x1b\xac\x42\xb1\xb5\x77\xa0\xc4\x67\x8a\x79\
-\xf6\xde\xf1\x8c\x86\x74\x45\xc5\x27\x0e\x98\x2a\x12\x8d\x3b\xd2\
-\xe5\xb7\x8d\x8b\x0d\x42\x93\xec\x01\xe9\x9e\xc9\xe8\xdb\x88\x60\
-\x05\x72\x92\xa9\x2b\x9f\x68\xfa\xaa\x20\x5d\x69\xdd\x98\x7b\xf3\
-\x6e\xc7\x51\x3a\x5c\x4a\x45\xe9\x1c\x96\x4e\x6b\x2d\x42\x8f\x0c\
-\x10\x64\x28\xa2\x8e\x31\xb7\x03\x66\x82\xd6\xbd\xf3\x10\x44\xd9\
-\xed\xf6\x1c\x8e\xc6\x62\x8b\x03\xa2\xf1\xd9\x96\xe7\x08\x20\xf2\
-\x6b\x5f\x6a\x99\xfa\x95\x6c\xaf\x38\x0f\xe0\x3d\x7f\xf4\xe7\x7f\
-\x5a\xe1\xff\x70\x57\x2e\x05\xc1\x6f\x10\x13\x23\xdf\x2d\x45\x99\
-\x74\x47\x95\x9d\xa7\x54\xcc\xc1\x99\x8b\xf9\x2e\x87\xf9\xae\xcb\
-\xf3\xa4\xf7\xba\xa9\xb2\xa6\x7d\x7a\xb7\x00\x77\x0c\xa2\x5b\xd0\
-\xb4\xc9\xdf\xa6\x82\x90\xb8\xb9\x73\xb8\x82\xd9\x77\x2e\x89\x43\
-\xb5\xd4\xc1\x00\x1c\x9c\x75\x59\xe9\x3b\x92\x1e\xc1\x46\xa8\x57\
-\x41\x4f\xcf\x26\x9e\xd3\x02\x03\xc8\xcb\xdc\x79\xa4\xea\x54\xc3\
-\x70\x0a\x58\xc3\xfa\x01\x67\xa4\xa5\xcf\x7b\xaf\x12\xf0\xee\x3f\
-\x61\xe5\x43\xd1\xf8\x3e\x9e\x87\x77\x6b\x5c\x21\x1a\x8b\x24\x07\
-\xc0\x63\x6f\x0d\x65\x51\xe2\x7d\x75\xf3\x7a\x1e\x2b\x5e\x4b\x36\
-\xe0\x78\xdf\x36\x54\xf0\xcf\x74\x4e\xfd\x1a\x56\xc8\xf6\xb1\xac\
-\x99\x8d\x7b\x3b\x20\x05\x18\x2a\x9b\xeb\x96\xd7\x70\xf3\x7c\x2a\
-\xbc\x51\xdd\x99\x9f\x0f\xf7\x5e\x6f\xdc\x53\x4b\x8f\x2c\x16\x05\
-\x6b\xa1\xd4\x38\x52\xac\x15\xa1\x6a\x19\xfc\x12\xc3\x68\xcd\x27\
-\x1e\x17\x2d\x4c\xd1\xe5\xb9\xb5\xe6\x58\xc2\xa6\x9f\x42\x24\x50\
-\x69\xd6\x38\xce\x77\xb1\xde\xc7\x67\xee\xa7\x89\xaa\x31\x9e\x18\
-\x86\x16\x5d\x01\x58\xbb\xf2\xab\x91\x9f\x5f\xed\xf6\x8a\x7b\x00\
-\x00\x5a\xf4\x4f\xf5\xce\x6f\x47\xed\x94\xae\x23\x76\xf2\x4b\xee\
-\x71\xfa\xa4\x93\x03\x7d\xe0\x69\x39\x16\x0e\x47\x6f\x22\x71\x12\
-\xbd\xf3\x57\x7b\x96\x71\xab\x63\x02\x62\x42\x31\xa5\x54\xb7\xf6\
-\x49\xdd\x75\xa5\xe3\xcb\xc0\xe8\x2c\x2d\xce\x27\x3e\x93\x02\x5a\
-\xbc\x97\x40\x1d\x85\x43\xb1\xa0\x72\x91\x09\x1b\xa1\x5e\x3d\x6b\
-\x21\x31\x83\x4d\x6e\x7f\x38\xfd\x3a\xdc\x6f\x19\x8a\x2f\xe3\x63\
-\x19\xdf\x20\x27\x4e\x8c\xaa\x34\xc7\xe6\xc6\xfe\x96\x40\x9a\x94\
-\x08\x1b\xee\x75\xf5\x1d\x00\x0c\x90\x70\x28\x84\x8d\xd7\x80\xac\
-\x26\x20\x0f\xce\x48\xc3\x30\xbc\x86\x00\xfc\x3c\x3c\x18\xc1\xba\
-\x9f\x59\xd4\x34\x90\x00\x5b\x9e\xbf\xe8\xf0\x12\x12\x5a\x73\xa1\
-\xf1\xf4\x60\x5a\x40\xcf\xdf\x47\xfa\x10\x43\x03\x7c\x73\x9a\xb2\
-\x0d\x6c\x20\xab\x2b\x25\x52\x6a\x36\xbe\xbc\x9f\x87\x2b\x4e\x1b\
-\xd7\x91\xd1\xd5\x68\xf3\x7a\xdc\xe9\x4c\xed\xe6\xfb\x35\xd2\xbc\
-\xb9\x76\x7c\xca\x31\x58\x95\x30\x02\x0b\xcd\xf3\x7b\xd4\x5a\x98\
-\x7b\x63\xee\x6d\x28\xfd\xac\xf5\x16\x84\x46\xe7\xb8\x1c\x02\xb4\
-\x56\x3a\xca\x54\x26\x6f\x79\xde\x5a\x78\x4b\x03\x57\x84\x18\x6d\
-\xf0\x4a\x6d\xaf\xb8\x07\x00\xf0\x03\xdf\xf2\xbe\x0f\x62\xf2\x5d\
-\x11\xd5\x61\xd1\xbe\xdb\xc2\x9a\x55\xdd\x39\x17\x00\xcf\x21\x1f\
-\xda\x81\xcb\x8b\x03\x62\x42\xad\x91\x03\x07\x08\xa1\x33\x84\xa5\
-\x75\xe6\xd9\xa3\xd9\x52\x94\x5a\x93\x59\xb7\x4a\x69\xef\xc2\xdc\
-\x1a\xf3\x3c\x73\x3c\x7a\x4f\xfa\x48\xfe\x31\x15\x65\x57\x0b\xbb\
-\x52\x9d\x72\xac\x29\xa0\xf7\x2c\xf3\x70\x87\x47\x1c\x30\x84\x7f\
-\x94\xae\xa2\xab\x0b\x2e\x82\xa9\x06\x43\x2d\x73\xc4\x29\xdc\xab\
-\x90\x7b\xb8\x9c\x8f\x2d\xac\x7e\xb4\x30\xeb\x92\xe1\x34\x19\x7b\
-\x27\x9e\xb1\xba\xf6\x1e\x0e\x18\x1a\x02\x5a\xe2\xf5\x7b\x2d\xbc\
-\x69\x58\x7d\x0a\x16\xcc\x40\x9f\x08\x94\xfb\xe5\x6f\x57\x1a\xb6\
-\x79\xbc\x86\x57\xdb\xcf\x74\x77\x78\x28\xa1\x14\xe4\xc1\x16\xdc\
-\xd0\x9a\xe3\x3d\xf7\x94\x1e\x5b\xee\xa3\x91\xb9\x08\x0f\xc0\xee\
-\xc5\x2f\xee\xbd\x07\xf8\x3d\xd8\x9e\x4a\x92\x9a\x2c\xc3\xb0\x09\
-\xa8\xe1\xb1\x85\x1e\x4a\x9c\x65\x84\xe3\xab\xf9\x48\x45\x9c\xe0\
-\x6e\xad\x95\x5a\x7c\xfd\x2d\xad\x23\x78\xe7\x29\x13\xa3\x2f\xee\
-\x25\xb8\x3c\xc7\x6f\x31\x96\xe5\xc8\xd2\xe7\x30\x56\xe6\x13\xa1\
-\xd7\x05\xe4\xca\xcd\xb7\x57\x54\x01\xdc\x17\x1e\x00\xc0\xd3\xcf\
-\xdf\xfe\xee\x27\x1e\xbd\xf6\x67\x30\x79\xc4\xd7\x97\x0b\xdd\xae\
-\x4c\x91\x3e\xf2\x4b\x3c\x2f\x33\xbd\x2d\xce\xdf\x2f\x1b\xc7\x3b\
-\x2e\xaa\xe7\x82\x17\x76\xb5\x3a\x10\x98\x84\x98\xb8\xf0\x6d\x89\
-\xc9\xb5\xd2\xdc\x22\x8b\x0f\x8c\xd4\x74\x01\xab\x3a\xf5\x77\xeb\
-\x3a\x0e\x50\x2e\x8e\x03\x80\xd1\xc9\xb1\xdf\xf7\x2e\xcd\x14\x8c\
-\x4c\x2d\x4a\x1e\x63\x78\x8e\x3e\xdc\x02\x75\x50\x8b\x9e\xe9\x32\
-\xaf\x36\xf4\xc3\x87\xf5\x8c\x58\xb7\xab\x03\x93\x99\xe6\xf4\xb9\
-\x37\xac\x08\x3a\xb2\x51\x9c\x21\x5c\xa1\x40\xdd\xfe\xad\xee\x7e\
-\x98\x48\x5c\xa8\x57\x2b\x4a\xb4\xe2\x4a\x6b\x1d\xd9\xd4\x28\xa2\
-\xc1\xf9\xef\xf9\xde\xbe\xc5\xb3\x65\x45\xcb\x43\x58\x2d\xf8\xff\
-\x36\x88\x43\x99\x5a\x73\xcb\xae\xfa\x08\xd7\xae\x7c\xa5\xf3\x08\
-\x10\x6e\xdf\xf9\x19\x0e\xf6\x34\xe9\xf9\x38\x4e\x60\x2e\xb4\xa6\
-\xc3\x72\x67\x59\x78\xd2\x74\x4d\x2c\x88\x40\x81\x3f\x84\x45\xbe\
-\x27\xfe\x17\xef\x12\xdd\x6c\x42\x35\x98\x7f\xd2\x51\x59\x68\x84\
-\x37\x90\x69\x3f\x36\x55\x84\x71\x7d\x5d\xd7\x39\x50\x0c\xc2\xd2\
-\x16\xe6\xe6\x0d\x44\x7b\xc5\x95\x40\x9e\x77\xec\xdf\x2d\x42\x88\
-\x51\xba\xa8\xd4\x5a\xe9\xcb\xe6\xb3\x3c\xf5\xfa\x6f\x3c\x00\x80\
-\xbf\xf5\x27\x3f\x74\x50\xe4\xe7\x90\x28\xb9\x15\x98\xd4\xb9\xeb\
-\x26\xd0\xa4\x73\x9c\x0f\xb4\x65\x76\xd6\x9e\xae\x22\x67\x91\x9a\
-\x99\x9b\xdf\x88\x5d\xad\xce\xda\xc3\xab\xb8\xfa\xd2\x39\x1e\x17\
-\x2e\x8e\x33\xc7\xd6\x9c\x14\x12\x9e\x5b\x55\x61\xaa\x95\x7d\x9d\
-\x98\xaa\x67\x75\x75\x08\x45\xe6\xf7\xd7\x98\x6d\xf4\x9c\x97\x00\
-\xce\x36\x5e\x75\x96\x17\x3b\x59\x64\xeb\x6e\x13\x02\x62\x9e\x7e\
-\x5a\x1a\xad\x37\x8f\x27\x97\xee\xd3\x69\xba\xff\x6e\xc1\x52\xb4\
-\x40\xe3\x3b\x41\x57\x8d\x75\x9a\x21\xc1\xa8\x70\x33\xa0\xeb\xa8\
-\x46\x33\x7b\x91\x8b\x0f\x24\x56\x60\xf9\x9b\xd5\xda\x6f\xbd\x02\
-\x93\x12\x6d\xaf\xe0\xd8\x1b\xf3\xb2\x70\x68\x33\x73\xfc\x2c\xdd\
-\x58\x7a\x8c\xf5\x0e\xc0\xd6\xd2\x6b\xb1\x88\xfd\x07\xf8\x9a\x16\
-\x9b\x8d\x27\xb0\x86\x01\x57\xae\xbe\x99\x3b\xb7\x7e\x92\x5b\xb7\
-\xff\x3e\xcf\x3f\xff\x13\x5c\xbd\xfa\x56\xbf\x9f\x3d\xdd\xff\x54\
-\x1a\xa1\xe4\x07\x97\x61\x0d\xc1\xfc\x9a\xaf\x0d\x41\x32\xab\x63\
-\xa9\xa8\x22\x3b\x04\xce\x00\x4c\x10\x1f\x71\xaf\x40\xca\x09\xa5\
-\xee\xd1\x9a\xe1\x65\x36\x0e\x53\xef\x75\x18\xab\x20\x23\xa2\x80\
-\x66\xc2\xa3\x54\x1a\xd1\xde\x2d\x31\x83\xd1\x50\xc0\x22\xb4\x33\
-\x96\x36\x7b\x89\x71\x84\x41\x25\xd9\x9d\xb9\xab\x77\x5e\x7d\xc5\
-\xb6\xfb\xc6\x03\x00\xe8\x26\xaf\x2d\xc5\xad\x55\x8d\xb8\x3e\x19\
-\x68\xcb\x32\xd3\x9b\x31\xed\xea\xd0\xea\x49\xb7\x6c\xad\xa3\xa2\
-\xec\xcb\xe4\xd4\x4f\x71\x06\xd8\x32\xe3\x68\x73\xa4\xf3\x6a\x76\
-\xdf\x55\x61\xa7\x95\xba\xf3\xd8\x3e\x7b\x04\xa4\x0b\x0f\x21\xc8\
-\x71\x93\x5a\xeb\x34\x82\x59\x98\xf9\x49\x64\xf4\x0c\xcc\x85\xee\
-\x19\x23\x0b\xa6\x10\x84\xc8\xd3\x4c\x51\x0b\x2b\x91\x00\x59\x08\
-\xb9\x83\x74\x4e\x4b\x96\xd2\x1d\xeb\xd0\x02\x62\xbc\x70\x79\x87\
-\x0f\x3f\xff\x29\x8c\xe0\x09\x24\x8e\x20\x85\xa9\x54\xae\xec\xae\
-\x71\x6d\x77\x85\x1b\x27\x0f\xf3\xe8\xd9\x63\xfe\x91\x9b\xf3\x23\
-\xd2\x80\x6e\x91\x1d\x28\x4c\x20\xcf\x08\xcf\xa0\x87\xb5\x62\xa1\
-\xb5\x99\xc5\x0e\x5c\x1c\xcf\xb9\x98\xef\x70\x5c\x2e\x69\x7d\x71\
-\x2f\xa9\x14\x26\x75\x2b\x58\xc9\x32\xea\x3c\x4a\xa6\x07\x2d\xc2\
-\x93\xec\xe0\x27\x61\xf1\xc3\xe2\xa5\x05\x37\x9c\x35\x18\xf5\xfb\
-\x7e\x9b\x97\xd4\xa0\x04\xef\x1a\xcf\xc1\xe1\x8f\x97\xf5\xbe\xa4\
-\xf6\x96\xe1\x02\xa5\xa7\xe5\xcd\x01\xcd\x60\x89\xde\x05\xa9\x34\
-\x91\x46\xba\xf7\x1e\x1a\x74\xa4\x7b\xea\xd9\x67\x20\x16\xef\x24\
-\xd5\x1b\xda\x3b\x2a\x8d\xd6\xbd\x03\xf2\x1c\xc5\x00\x22\x82\xb5\
-\x44\x8d\x3c\xb4\xec\xd6\xe8\xad\x07\xf5\xd8\x19\x88\xa3\x8d\x48\
-\x28\x8d\xd6\xbc\xef\x81\xb7\x2c\xf0\xb5\x66\x6b\xd2\xe5\x15\x95\
-\xc1\xfb\x46\x01\xfc\x87\xef\x79\xeb\x9f\x14\xf8\x32\x24\xe9\xbf\
-\x1e\x37\x1b\x46\x9b\xdd\xfa\x4c\x53\x19\x08\xb8\x84\x05\x5c\x96\
-\xc6\x34\x29\x53\x75\x17\xba\x2d\x9d\x39\x34\x70\x51\x89\x29\xb5\
-\x46\x91\xca\x54\x1d\xcd\xad\x25\x5b\x7e\x7d\x36\x6b\x29\x41\x2f\
-\xf5\x05\x22\x6a\x4e\x15\x8e\x85\xe3\xd1\xb5\x06\x1b\xd0\x06\x3d\
-\x38\xc7\x63\xe5\x71\x7a\x07\xc4\x0b\x8d\x30\x5b\x2d\xd0\x58\x3e\
-\xca\xd2\xe1\xf9\xcb\x03\x4b\x78\x18\x45\x2b\xad\x0b\xe7\x76\xe4\
-\xe3\xe7\xcf\xf1\x4b\x2f\x3c\x4d\xeb\x41\xc9\x4d\x1a\x29\x21\x60\
-\xe1\x21\x98\xb7\xe0\x45\xa9\x3c\x71\xf5\x61\x5e\x75\xe5\x55\x88\
-\x54\xce\x8f\xe7\x1c\xdb\xcc\xe9\x74\x85\xeb\xfb\xeb\xbc\xe6\xa1\
-\xd7\xf1\xc6\x47\xdf\xc4\xeb\x6f\x7c\x19\x53\xf5\x49\x3f\x73\xef\
-\x1c\x96\x0b\xee\x1e\xcf\x39\x9f\xef\x70\x79\xbc\xc3\xdd\xf9\x16\
-\xcf\x9d\x3f\xcb\x33\x77\x3e\xc9\xd3\x77\x9f\xc6\x64\x61\x92\x1d\
-\x37\xf6\x0f\x71\x75\x7f\xc6\x49\xdd\x73\x56\x4f\x38\xa9\x3b\xf6\
-\x65\xc7\xd9\xb4\xe3\xb4\xee\xd8\x95\x12\xf5\x10\x51\x39\x13\x1e\
-\x0f\x03\x57\x49\xf7\x25\x94\xa7\x14\x54\x26\x9a\x1d\x3c\x03\x20\
-\x95\xd1\xa9\x18\x06\x06\x40\x80\xb8\xd9\x0c\x25\x3b\x80\x6e\x22\
-\xb1\x68\x13\xec\xd7\xbe\x94\x02\xbd\x3b\xf3\xaf\xfb\xa4\x1f\xeb\
-\x31\x47\x40\xfc\x31\xbd\x39\x1b\x51\x14\xd2\x63\xb2\x0c\xb1\x22\
-\x0b\x20\x05\x91\x1d\x5a\xa0\xd2\x98\x5b\xe3\xd8\x8e\x18\x47\xe6\
-\xee\x86\x05\x8b\x3a\x15\x84\x63\x4b\x05\xe3\x65\xcf\x92\xe8\xa5\
-\x2f\x29\x5a\xf3\x5e\x8a\xbe\x1c\xc3\x9b\xe9\x86\x09\x8f\x7f\xfb\
-\xbb\xdf\x76\xf6\x3d\xdf\xf1\xde\xbb\x2f\xad\x44\xfd\xeb\x6d\xf7\
-\x85\x02\xf8\x96\x1f\x7a\xdb\xb7\xa9\xf5\xef\x86\xd4\xf0\xfe\xbc\
-\x11\x24\x8d\xde\x03\xc4\x4b\x21\x35\x96\xc5\x28\x22\xec\xa7\x09\
-\x55\x98\x8f\x3e\x72\x4a\x95\xe1\x66\x21\xc2\x54\x27\x76\xd5\x9b\
-\x86\x54\x09\xf7\x3e\x69\xac\xe9\xd7\x49\xa7\x2d\x9e\x47\x9e\x9b\
-\x8f\xa8\xf0\xc6\xa2\x84\x35\x8a\x9a\x80\xa8\x3f\x70\x4e\xb7\x1f\
-\xcb\xc2\x1b\xf1\xc5\x13\x01\x49\x97\xe0\x96\x2b\x44\x4d\xbb\x57\
-\xa0\xf8\xe9\x3f\x7b\x79\xe0\x03\xcf\xdf\xe4\x13\x87\xbb\xb4\x9e\
-\x31\x32\x83\x2b\xd0\x7b\xd4\xdd\x8b\x26\xbd\x00\x8f\x4d\xc3\xa2\
-\x49\x8f\x7e\x05\x1d\x2b\xc1\x8d\xb7\xce\x27\xef\x3c\xc3\xc7\x6f\
-\x7f\xda\xcf\xaf\xdb\xe0\xeb\xf7\xe0\xa1\x03\x9c\xd4\x53\xde\xfc\
-\xd4\xdb\x79\xeb\x53\xbf\x99\x37\x3c\xf2\x6b\x79\xfa\xfc\x53\x7c\
-\xfa\xd6\x27\xf8\xc8\x0b\x1f\xe6\xd3\xb7\x3f\xce\x9d\xf9\x0e\x87\
-\xe5\xdc\x79\xf9\xd1\x57\x6f\xed\x4a\x24\xa3\xac\x79\x5f\x2a\xd7\
-\xea\x35\x5e\x77\xed\x49\x1e\x3b\x7b\x98\x87\x4e\xaf\x71\x7d\x77\
-\xc2\xd9\x74\xc2\xae\xd4\x08\xe3\x52\x61\xf9\xf9\x5b\xea\x47\x13\
-\xee\x5e\xbc\x9f\xab\xd7\x7e\x53\xb8\xe8\x70\xeb\xf6\x7b\x21\x5d\
-\xfd\xf4\x5e\x02\xfd\x27\xc3\x0c\xd6\x7b\x17\x87\x0c\x6a\x83\x40\
-\x8c\x0d\xb3\xe6\x92\x3c\xa9\x77\x06\xed\x16\x21\x5f\x37\x0e\xa1\
-\x34\x01\xac\x09\xd0\xa3\x30\x48\xe8\x5d\xb1\xb2\xf9\x5c\xbc\xd8\
-\x27\xb1\x18\x55\x61\x47\xa1\xea\x1e\x59\x7c\xce\x03\xfd\x48\xae\
-\xd9\x5a\x94\xe3\xd2\x90\x6e\x20\x5e\xfe\xbc\x81\x29\x7d\x35\xe7\
-\x73\x2b\x00\x08\x50\xee\xec\x0e\xbf\x0b\xf8\xd1\x5f\x85\x08\x7d\
-\xde\x9b\xfc\xab\x77\xf9\xc2\x6e\xdf\xf6\xd7\xde\xfa\xcd\x75\xda\
-\xff\x35\x31\x2b\xbd\x1b\xfb\xdd\xc4\xd2\xda\x48\x23\xb5\xa5\x51\
-\x6b\x5d\x73\xc4\x01\xf4\x95\xaa\xec\xa4\x82\xb8\xd5\xcf\x16\x5e\
-\x45\x3c\x55\xb3\x9b\x2a\x3b\x2d\x83\xe4\x33\x3a\xf9\x68\xa4\xf8\
-\xf0\x46\x11\x16\x37\xdb\x07\x55\x84\xe0\x0b\x83\x0a\x5c\xb4\xb0\
-\xaf\x39\x3e\xcc\xa2\x18\x4d\x46\xab\x71\x91\x75\x66\xa0\x7b\xfd\
-\x3d\x2e\xaa\x2f\x56\x33\xdb\xb4\x35\x13\x7e\xfe\xb9\x9b\x7c\xe8\
-\xfc\x0e\x84\xd0\x2a\xc0\x70\xed\x65\xd0\x85\x11\xdc\xbd\xec\x8b\
-\xc7\x91\x1b\x2f\x40\xc0\xe3\xdc\x5c\xd0\xe2\x09\x46\x2f\x5e\x69\
-\x31\x5d\xd7\x09\x2d\xcd\x5a\xec\xdb\xa3\xe5\x75\x18\x3e\xe0\xc6\
-\xc9\x23\xec\xa7\x13\x6e\x1f\x6e\x83\x64\xa8\x54\x38\xad\xa7\x3c\
-\x72\xf5\x49\xce\xf6\xd7\x11\x84\xb9\x1d\x38\x2c\x97\xcc\xfd\xc0\
-\x61\xb9\xa0\xd3\x9c\x68\x15\xd9\x0f\x35\x78\xa8\x5e\xe1\xf5\x57\
-\x9f\xe0\x89\xab\x8f\xf0\xd8\xe9\x0d\x6e\x9c\x5c\x65\x5f\x2a\x22\
-\x3d\xd4\xa2\x17\x11\x89\xf9\xd4\x1d\xcb\x32\x5c\x1a\xd6\x9b\x73\
-\xef\xe2\xfb\x7a\xd1\x90\xff\x34\x6b\x34\x5b\x9c\x1d\xd8\xe3\xf1\
-\x28\x0a\x22\x8a\x76\xbc\x78\x67\x09\x1c\x25\x15\xb4\x00\x0b\xc6\
-\xd2\x61\x69\x8d\x63\x6f\xce\x07\x09\x0f\xaa\x45\x1b\x31\x27\xf8\
-\x14\x57\xac\xc1\xb5\x30\x11\x8c\x82\xc5\x7c\xc2\xe6\xb7\x96\x86\
-\x17\x08\x99\x35\x2e\x8f\x7e\x5d\x96\xde\x58\xac\xb1\x74\x5f\xaf\
-\xcd\xbc\x33\x53\x6b\xdd\xe1\x15\xeb\xc1\x27\x89\x59\xa3\xa2\xb4\
-\xbe\x50\xa4\xd0\xac\xb3\xb4\xe5\x13\xf3\xd2\xdf\xfc\x4a\x54\x07\
-\xbe\x62\x1e\xc0\xbb\xde\x85\x7e\xf0\xcb\xde\xfc\x4d\xdd\xec\xdd\
-\xbb\xba\x2b\xd9\xea\x5a\x15\x3a\x7e\x51\x6d\xe9\xa3\xdb\x2e\xf8\
-\xa2\xef\xdd\xd0\xd0\xd4\xc7\x36\xaf\xb9\x58\x1c\x9c\xd9\x55\x8f\
-\x8f\x75\xc5\xde\xc6\xef\xde\xe3\x46\x44\xb5\x56\xd5\xe4\x05\x24\
-\xd2\x1d\xed\xa6\xb4\x50\x54\xd8\x17\x1d\x8c\xc3\x25\x0a\x4a\x44\
-\xd7\x7e\x81\xde\x79\x36\xe2\x5e\x18\x0c\xba\x9c\x00\x04\xe2\x29\
-\x22\x13\x0e\xbd\xf3\x0f\x6f\x3e\xcf\xf3\x8b\xb7\xe6\xb6\x6e\xa3\
-\x3f\x60\xad\xca\x7e\xba\x4a\x65\x22\x47\x7a\x95\x1a\x6d\xaa\x22\
-\x84\xe9\xbd\x73\xec\x47\x5a\x9f\x11\x9c\x14\xe5\xa0\x52\x61\xa7\
-\x27\x74\x7a\xf0\xdb\x5b\x94\xbd\x36\x2e\xe7\x73\x9e\xbf\xfb\x0c\
-\x77\x8f\xb7\x59\xa2\x9e\xde\x9a\xf9\xf9\x89\x70\xeb\xf0\x3c\xbb\
-\xbe\x77\x76\x42\x5c\xff\x87\xaf\x3c\xc1\xa3\x57\x5f\x4d\x1d\xb5\
-\x02\xc2\xbe\x9c\x70\x65\xf7\xd0\x70\x69\x8f\xed\x92\x8b\xf9\x0e\
-\xe7\xf3\x6d\xb2\xd6\xfd\x8e\x1c\xf9\xc7\xb7\x3f\x8a\xde\xfa\x08\
-\x6f\xbc\xfa\x2a\xde\x78\xe3\xd5\x3c\x7e\x72\x83\xd3\x69\x62\xaa\
-\xd5\xdb\x8c\x4b\x73\x65\x60\x2d\x0c\x6d\x8f\x10\x81\x35\x3c\x08\
-\xaf\xca\xd3\xab\x69\x91\x33\xb3\xd0\x57\xef\x2d\x2f\x71\xda\xf4\
-\x50\xda\xad\x8d\xe1\x9e\x5e\x36\x10\x94\xe1\x1a\x4d\x41\x96\xa5\
-\x39\xdf\xbf\x7b\x1c\xd1\x5a\xf7\x56\x20\xbd\x21\x12\xad\xbc\x44\
-\x7c\x48\xa8\x18\xbd\x05\xc8\x38\x42\xd2\xf0\xf2\x44\x28\x75\xe2\
-\xa4\x28\x97\xf3\x25\xcb\xec\x15\x93\xa2\x82\x76\xa1\x37\xcf\x4e\
-\x2c\x8b\xff\xce\xaf\xb8\xaf\x3b\x4a\x9d\x22\x2c\x34\x0e\xf3\x01\
-\xda\xfc\x54\x9d\xe4\xbf\x03\xfe\xd8\x17\x44\xd8\xfe\x25\xdb\x2b\
-\x56\x0c\xf4\x9a\x3f\xfa\x96\xef\x17\x93\xef\x12\xd8\x19\xc2\x54\
-\xa6\x81\xf0\x2e\x6d\xa1\x35\xef\x61\xe7\x78\x80\x8c\xe9\xad\xb5\
-\x68\x28\x82\x86\xc4\xac\xb7\x52\x94\xdd\x54\x98\xa6\xf0\x14\x88\
-\x0a\xbe\x82\xf3\xb5\x97\x85\x65\x69\xa3\x3c\x53\x80\x9c\x0c\xe4\
-\x0b\xdf\xa3\xf2\xba\x51\x20\x9e\xf2\xd1\xe1\x3e\x4b\x58\xce\x49\
-\xbd\xef\x00\xb2\x49\xa1\x64\x4c\x6e\x8d\xde\x02\xe1\x5f\x5a\x4c\
-\xba\xed\x7c\xea\xe2\x92\xff\xf7\x85\x5b\xdc\xed\x59\x7c\xe4\xb1\
-\xea\x34\xed\xa8\x75\xe2\xa4\x5c\xf5\xd2\xdf\xe2\x44\xa1\x52\xb7\
-\xb9\xf3\x68\x31\xa5\x95\x7d\xd9\x7b\x47\xa3\xe8\x64\x34\x95\x9d\
-\x2b\xa2\x90\x06\xa3\x7b\xc6\x20\xca\x6f\x45\x84\x93\x7a\xc6\xd9\
-\xfe\x1a\x53\xd9\x31\xb7\x63\x80\x73\x79\xda\x86\x48\x61\xaa\x3e\
-\x12\xec\xa1\xd3\x47\x78\xf4\xec\x55\xac\xe9\x4e\x73\x0f\x8b\xb4\
-\x5e\x38\x9e\xa2\x85\x7d\x3d\xe1\xca\xfe\x3a\xb5\x78\x03\x92\x2e\
-\xdd\x2b\x1e\x4b\xe1\xe6\xf1\x0e\xcf\xdc\x7e\xc6\xaf\x85\x2d\xf4\
-\xe6\xd6\xbf\xf5\xc6\xdc\x17\x96\xb6\xf8\x88\xef\x17\x7b\x03\x31\
-\xe4\xdb\xb1\x83\x1e\x9f\xea\x0a\xb5\x4b\x84\x33\xfe\xcc\xc0\x55\
-\x7a\x2a\x90\xb8\xb3\x12\x40\x6b\x13\x73\xe1\xce\x46\xa6\xb2\xee\
-\xe1\xb7\xd6\x67\x11\x66\xf9\xb0\x75\x2f\x11\x5e\x7a\xe3\xb8\x04\
-\xdb\xaf\x7b\x3d\xc4\x62\x8d\x65\x59\x58\xda\x91\x66\xe9\xc6\x33\
-\xba\x08\xab\xd4\x50\xea\x4b\xf0\x20\xd2\xe3\x8a\x50\xc2\xdd\x46\
-\x04\x63\x2a\x3b\x2f\xd8\x8a\x73\xbf\x9c\x2f\x88\x74\xe0\x5b\xdf\
-\xf2\xfb\x9f\xfc\x87\xef\xff\x1b\x9f\xf9\xd0\xcb\x21\x7f\xb9\xbd\
-\x22\x0a\xe0\x5b\x7e\xe0\x2d\xbf\xc3\xb0\xbf\x98\x74\x4e\x33\xb7\
-\xf4\x25\x62\x4d\x57\x00\x11\xf7\xe3\x34\x5e\xf0\x36\x60\x6d\x69\
-\xe1\xb6\x7b\x3c\xbe\xdb\x55\x8f\x39\x93\xa9\x17\x31\x56\x6b\x8d\
-\x79\x5e\x68\xc1\x1f\x27\xe2\x7f\xc1\x51\xd8\x12\xb1\xb5\x02\x53\
-\xad\xec\xa6\x1a\x9d\x86\x9d\xa9\xd6\xba\xb1\x44\x8a\xd6\x0c\x4a\
-\x71\x04\xdc\xd3\x8f\x9e\x4c\xcb\xd8\xd2\x17\xa9\xbb\xa9\xad\x1f\
-\xdd\x05\xef\xee\x72\xbe\xff\xd6\x25\xbf\x78\xb1\x44\x39\xa8\x7f\
-\xbf\x22\x95\x5a\x27\x76\xba\xa3\x96\xdd\x68\x29\xe5\x8b\xd3\xab\
-\x04\x53\xf8\x12\xa8\xf4\x24\xc5\xea\xed\xac\x79\x87\xf0\x40\x42\
-\x78\x3c\x85\xe8\x1e\x40\x36\xc1\xec\xd6\xdd\xdb\x50\xe5\xb0\x5c\
-\xb0\x36\xff\xf0\xb2\xd8\x5a\x77\x4c\x3a\xf1\xd8\xd5\xa7\x06\x67\
-\x22\xe3\xf5\x9e\xb5\x10\x81\x3d\x44\x60\x0e\x79\x5c\xad\xec\xa7\
-\x53\xf6\x7a\x02\xea\x71\x78\x2d\x95\xa3\xc2\xc7\x6f\x3f\xcd\xf3\
-\x77\x9f\xe7\xee\x7c\x97\x5b\x87\x73\xce\xe7\x03\x87\xe5\xe0\x69\
-\x31\x6b\x51\x7b\xef\xfc\xfb\x21\xa4\x59\x43\xbf\x51\x06\xa9\x84\
-\xd7\x3e\x04\xec\x68\x53\x59\x00\x00\x20\x00\x49\x44\x41\x54\x51\
-\xae\x64\xae\xce\x2c\x1a\x7d\x58\xf6\x0e\x0c\xe5\xdc\x04\x7a\xeb\
-\x91\xba\xcc\x4a\xae\xc0\x0f\xc2\x78\x24\x57\x63\xfb\x5d\xcd\x64\
-\x28\x8f\xe3\xd2\x82\x05\xe8\xd7\xb9\xf5\x99\xa5\x1d\x59\xb2\x54\
-\x3a\x70\x08\x77\x01\x6b\x54\x09\x7a\x56\xa0\x67\x05\xb5\x11\x0a\
-\x19\x6a\x75\x2a\x7b\x07\x2e\x0f\x77\xb1\xb6\x20\xcb\xec\xde\xa3\
-\xea\xd7\xbc\xed\xf7\x9d\x7d\xcf\xfb\x7e\xec\xf9\x97\x2d\x35\xf8\
-\xb2\x2b\x80\xaf\xfd\xcb\x5f\xb6\xdf\xef\xcb\x8f\x2a\xf2\xc4\x48\
-\xdf\x08\x2c\xbd\xa1\xc5\x8b\x66\x5a\xeb\xc3\xb5\x34\x13\x62\xe2\
-\x14\x6d\x89\xce\x2d\x80\xd6\x42\xdd\x95\x98\x01\xe0\x60\x59\xef\
-\x30\x2f\x11\xff\x92\x35\xe1\x42\x0e\x83\x1c\x37\x1c\x6f\x22\xb2\
-\xab\x85\x5d\x9d\x9c\xe6\x9b\x0b\xaa\x1b\x4b\xf3\x85\xe7\x94\x60\
-\x9f\x37\x50\xa5\x20\x25\x73\xde\xb6\x0a\x85\x19\xf4\xc5\x17\xf2\
-\x32\xb3\xf4\x85\xb6\x34\x6e\xcf\x8d\xf7\xdd\x59\xb8\xd3\x19\x15\
-\x89\x20\x4c\x52\x29\x25\xf3\xce\x51\x00\x24\xea\xa4\xa6\xa4\x27\
-\xa7\x77\x11\x0c\xc7\xd1\xfa\x8c\x35\xcb\x30\x1c\xe0\x44\xdc\xc3\
-\x62\x5a\x28\x80\xb4\x42\x16\xf1\x72\x0f\xa5\x70\xb9\x5c\x8c\xb0\
-\xa8\x68\xe1\x64\x7f\x8a\x18\x5c\x3f\xbd\xc1\x4e\xf7\xe1\x71\xdb\
-\x9a\x0e\x25\xef\x45\xf0\x13\x24\x71\x93\x08\xab\xe8\x0e\x74\x8a\
-\x0b\x7e\x29\x93\xdf\x37\x84\xba\x9b\x38\xaa\xf2\x99\xe5\x0e\x1f\
-\x3f\x7f\x9e\x8f\x9e\x7f\x86\x17\x2e\xee\x8c\xa6\x20\x92\x22\x6e\
-\x11\x43\xb7\x65\x7c\xa7\xd1\x70\x24\x26\xfb\x78\xf3\x8d\x3e\xbe\
-\x67\x33\xc3\x82\x8f\x64\x78\xc3\x8f\xd6\xcd\x73\xf3\x99\x95\xc1\
-\xd1\x59\x4f\x0b\x3a\x87\xa1\x45\x4c\x2f\xf9\xde\x24\x79\x09\x48\
-\x54\x9d\xf6\x30\x00\x79\xed\x9a\x39\x8d\x77\x6e\x4b\x70\x20\x3c\
-\x9c\x5c\xfa\xc2\x92\x25\xca\xb1\x69\xd4\xae\x38\xed\x97\xa1\xc4\
-\x0c\x0f\x5b\x76\xbb\x3d\x06\x5c\x5e\x9e\x7b\x01\xdb\x72\x74\xc2\
-\x93\xa3\x9c\x0f\xb7\x7a\xf2\xcc\xcb\x59\x1e\xfc\xb2\x2b\x80\xb7\
-\x7f\xf3\x53\x6f\x55\xe3\xbf\x0a\x83\x36\xac\x9a\xbb\xfe\x8d\x76\
-\x5c\xbc\x4d\x94\xca\x68\xc1\xec\xe9\x1b\x1b\x02\x5c\x6b\xa5\xd6\
-\x2c\xad\x75\x0b\x90\x2e\x77\x8e\xec\x1e\x43\x3a\xc2\xe2\x0b\x1e\
-\xef\xef\x8a\xb2\xdf\x4d\xe3\xfd\xa4\xab\xd8\x12\x24\x4b\x6f\x01\
-\x44\x34\x10\xed\xa0\x7d\xb6\x3e\xbc\x0f\x22\xfd\x64\x01\x54\x2d\
-\xad\xb1\xb4\x99\xb6\x2c\x3c\x7d\x5c\xf8\x67\x07\x61\x41\xa3\xbb\
-\x90\xfa\x7f\xad\xd4\xb2\x0b\xd0\xce\xe3\x77\x50\xc7\x34\x22\xb5\
-\xe5\x6c\xe5\x0d\xc3\x51\x37\x75\x02\x23\x79\x61\x09\x3a\x30\xba\
-\xcc\x84\xd0\xc0\x46\x50\xb2\xc5\x95\xd9\xe8\x8c\x73\x5c\xee\x92\
-\xb4\xe3\xb3\xfd\x29\xa2\x85\xdd\x74\xc2\x95\xdd\x0d\x7a\x2a\x5d\
-\x58\x13\x24\x92\xac\xc3\x35\xc7\xef\x23\xba\xb3\xb9\x86\x5f\x43\
-\x8b\xc5\x1e\x28\xca\x28\x77\x96\x82\xf7\x65\x9c\xf6\xd4\x7a\xc2\
-\x65\x11\x3e\x71\xeb\x26\x2d\xa7\x25\x0b\x48\xeb\x74\x1a\xad\x75\
-\x8e\xe6\x4c\x4f\x52\xc1\x12\xa0\x5e\x2a\xa0\x70\xdb\x2d\xdd\x7f\
-\x4b\xab\xed\x95\x9e\xce\x69\xf0\xb0\xaf\x99\xad\x6c\x4c\xf1\xca\
-\xce\xd6\xfd\x5e\x7b\x7a\x75\xa3\xc8\x92\x30\x20\x89\xea\x4b\x8c\
-\x0e\x23\x32\x2a\xe1\x01\x34\x63\x5e\x1c\xf0\xcb\xeb\xba\xb4\x99\
-\xe1\x89\xc5\xfa\x10\x11\xe7\x11\xc0\x00\x86\x7b\xef\x74\x16\x8e\
-\xc7\x4b\x16\x6b\x48\x5b\x5c\xf0\x37\x04\x27\xd3\xf2\xeb\xbe\xfc\
-\x0f\xfd\xb6\xbf\xf2\x81\x1f\xf9\xc0\x3d\xa9\x82\x2f\xd4\xf6\xb2\
-\x83\x80\x13\xfa\x6c\xcb\x8c\xb6\x65\xfa\xcc\x2f\x9a\x75\x2f\x9d\
-\xac\xa5\xd2\x16\xff\xfe\x62\x4a\x1f\x1d\x5d\x1d\x1c\xcb\xb0\x61\
-\xee\xc6\xd2\xc3\x23\x10\xf5\x99\x70\xe0\xe0\x0f\x61\x9d\x55\x23\
-\xb6\x9f\xa8\xe2\x2e\x7c\x6b\x8e\x33\x98\x05\x13\x3e\x5a\x8a\xd3\
-\x89\x5a\x7f\x8f\xd1\x77\xaa\x6e\x59\x96\x99\x31\xed\x27\x6e\x8b\
-\xcf\x9d\x8f\x88\xb4\x2d\x2c\xf3\x91\x66\x33\x9f\x39\x34\x3e\x3e\
-\xef\xc3\x02\xe9\x58\x50\x18\xec\xca\x2e\xbe\x93\x8c\x6a\x3f\x2d\
-\xbe\x28\x5d\x19\x55\xaf\xea\x13\x0b\x5e\x81\x5f\xa4\x90\x75\xc2\
-\x88\x10\x07\x49\x19\x71\xeb\x9c\x0c\xde\x41\x0f\x5c\xe1\xcf\x14\
-\x60\x31\xe7\x43\x34\x66\xf6\xfb\xbd\x7b\x1e\xa2\x9c\xd5\x2b\x64\
-\xd9\x51\xc7\xe7\xe2\x79\x7b\xec\xce\x62\xd9\x2b\xd1\x2d\x69\x31\
-\x21\x13\x5c\xce\x84\x8c\xfb\x04\x43\x48\xfc\xa4\x7a\x84\x30\x95\
-\x74\xef\xc5\x02\x03\x39\xbb\xce\xc7\xdb\x81\x67\x9e\xfb\x24\xaf\
-\x3d\x3e\xc4\xa3\xa7\x67\x9c\xb6\x89\x9d\x16\xb4\xc3\x62\x60\xc5\
-\x50\x83\x52\x92\xce\xdb\x1d\x17\xc8\x94\xe6\x26\xc5\x98\x9f\x9b\
-\xed\x0a\xb2\x99\x59\x33\x63\x6e\x7d\x70\xff\xa7\xe2\x8a\xd8\xe6\
-\x85\x63\xb7\xc8\x38\x10\xd8\x8b\x6c\xbc\x1b\xb7\xd8\x55\x0a\x32\
-\x09\x5a\x3d\xc5\x67\x4b\xa3\x49\x84\x85\xad\x73\x08\xe5\xea\x2c\
-\xcd\x25\xf8\xfe\xc5\x33\x45\xaa\xec\xeb\x9e\xcb\xe5\x80\x49\x71\
-\xef\x46\x94\xff\x9f\xbb\xb7\x0d\xda\x2c\xbb\xaa\xc3\xd6\x3e\xe7\
-\xdc\xfb\x3c\x6f\x77\x8f\x66\x34\x42\x22\x8e\x83\xb1\x02\xc8\xa8\
-\x04\xc2\x36\xc4\x09\x31\x15\xf0\x1f\x57\xd9\xa6\x6c\xec\x42\x32\
-\x06\x45\x20\x11\x93\x8a\xa9\x50\x2e\x27\x15\x70\xe1\x50\x4a\x55\
-\x62\xa7\x5c\x49\x0c\x01\x5c\x86\xc2\x20\x4b\x8c\x50\x34\xb6\x01\
-\xfb\x87\x93\x58\xc6\x0a\xc6\x1f\x98\x00\x91\x46\x23\x11\x01\x46\
-\x08\xa3\x20\x8d\x24\xe6\xa3\xfb\x7d\xee\xbd\xe7\x9c\xbd\xf3\x63\
-\xed\x7d\xee\xf3\xce\x48\xe8\x63\xa6\xa7\x67\xfa\xa8\x5a\xdd\xf3\
-\xbe\xcf\xe7\xbd\xe7\xec\x8f\xb5\xd7\x5e\xbb\x6e\x8d\xc5\x13\x65\
-\x45\x64\x84\x5a\x71\xd9\x4c\x5f\x9a\x97\x87\xbf\x0c\xc0\xb3\x12\
-\x05\x3c\xeb\x11\xc0\xbb\x7e\xfc\x43\x8f\x7e\xf1\xd7\xbc\xe4\x2b\
-\x01\xbc\x94\xa0\x52\xb0\xef\x98\xeb\x97\x89\xcc\x38\xd5\x3d\xd7\
-\x15\x31\xa4\xc2\xa6\x9c\x64\xb4\xf2\x44\x73\xf9\x88\x50\xe9\x61\
-\xf4\xc5\x83\x37\x15\x32\x03\xe7\x42\x0f\xae\x6a\xd0\xde\x50\x3d\
-\x52\x08\xe3\x03\x91\x5d\x6e\x1a\xd4\x13\x98\x12\xd1\xc3\xa6\xea\
-\x9c\x7d\x0f\x27\x87\x60\x09\x09\x25\x66\x8d\x6a\xb2\xbd\x41\xb5\
-\xe2\x43\x4b\xc7\x07\xdb\x11\xd1\xe4\x32\xba\x07\x0d\x28\x69\x46\
-\xf4\xfe\x23\xed\xaf\xd3\x54\x1d\xc8\xe4\x54\xdd\x21\x67\x7e\xa5\
-\xad\x39\x3a\xf0\xdc\x53\xf8\x01\x37\xe1\x81\x05\x78\x08\x9e\x58\
-\x7f\x1b\xb5\x6f\x28\xb9\xb8\x47\x24\x37\x82\xd5\x8f\x86\x53\xbf\
-\xc4\xda\x16\x4f\x6b\x88\x3d\xcc\xf9\x88\xb9\x5c\x20\xf8\xf7\x00\
-\x53\x16\xa6\xfa\x67\xb4\xdb\x81\x03\x04\x70\xa6\x7b\x88\x6b\x3a\
-\xd2\x06\x8b\x6e\x64\x89\x56\xeb\x28\xbb\x46\xba\xc3\x3f\x45\x12\
-\xe4\x70\x03\xbf\x75\xf9\x28\xd6\xe5\x16\x85\x39\x5c\x53\x10\x62\
-\x5e\xfe\x53\xb4\xde\xb0\x06\x58\x68\xae\xcc\x6b\x3e\x2d\x08\xfb\
-\xa1\x8f\xd2\x9e\x82\x55\x0e\xf5\xcf\xdb\xc5\xbc\x15\x9c\x69\xc4\
-\x2e\x1d\x4f\xfe\x46\x57\xe2\x45\x9b\x76\x7f\x0c\x10\xfd\xfa\x2a\
-\x36\x44\x60\xe0\x51\x6a\xf2\x94\x42\xbd\xb4\xa7\x60\x85\xa6\x37\
-\xa6\x04\x66\xdd\x2b\x47\x1e\x11\x25\x81\x5a\x03\x1c\xcc\x1c\x1f\
-\x5a\xfb\xd9\xeb\x9e\x55\x3c\x52\x46\x52\xf9\xd7\x0f\xfd\xe4\x23\
-\xbf\xf0\x8c\x1e\xbc\x4f\xb0\xee\x48\x19\x50\x60\xff\xad\x41\x7e\
-\x86\x6d\x9f\xe0\x8d\x52\x43\xce\xcc\xf7\x49\x84\xf1\x1b\x2c\x36\
-\xb4\xfc\x98\x77\x75\x6f\xf4\x10\x6f\x15\x55\x58\x4a\x2e\xcc\xc1\
-\x3e\x80\x32\x65\x17\x79\xe8\x23\x17\x13\x23\x41\x28\xc7\x0d\x4c\
-\xe6\xde\xdc\x60\x39\x23\x67\xc1\x9c\xc9\x05\x5f\x5b\x63\x6d\x5f\
-\xa8\x09\x68\x8a\x33\xc2\x98\x39\xae\xe0\xe1\xa7\x72\xd2\xcd\x87\
-\x17\xc5\x07\xdb\xc5\x59\x9f\x3a\x0f\x01\x60\x8c\x2a\x52\xf1\x83\
-\xeb\x87\x18\x40\x55\x0e\xec\x88\x83\x32\xd2\x7b\xf8\xbf\xbd\xab\
-\x4d\xe0\x02\x26\x00\xbd\xa0\xec\x5e\x4f\x7c\x93\x36\x5d\xd1\xfa\
-\x0a\x45\x47\xea\x86\x92\x0e\x80\xd7\xfe\x57\x3d\x61\x69\x97\xe8\
-\xad\x02\x06\x4e\x3d\x02\x0d\x65\xc9\x05\xea\x60\x67\x01\x7b\xda\
-\xd1\x81\x92\xb8\xb9\x53\x74\xe1\x49\x1a\xe1\xac\x42\x29\x72\x51\
-\x19\x31\x89\x23\x6e\x22\x09\xc5\x47\x99\x23\x91\x23\xc1\xa9\xc2\
-\x1e\x91\x89\x40\x3a\xbf\x4f\x5c\xcf\xeb\x37\xee\xc7\x13\xaa\x78\
-\xe4\xf2\x63\xb8\xef\x64\x78\xc9\xf1\x1a\xee\x9d\x0f\x98\x7d\x8e\
-\x1f\xc0\x08\xa0\x0a\xbd\x65\x4a\x86\xec\x9f\x65\xd0\x2b\x20\xfe\
-\x33\x1d\xad\x35\xa6\x72\x56\x2d\xf0\x9e\x8a\xae\x83\x36\x2e\x02\
-\xaa\x40\x4d\x89\xa0\x6d\xe3\x78\xb0\xde\x08\x1c\x0f\xea\xaf\xa4\
-\x91\x5a\xc5\x7d\x49\x39\x61\xc2\x04\x4b\x0d\xd6\x9a\x73\xbd\x0c\
-\xda\x68\xb8\xb6\xd6\x70\x9c\x67\x44\x2b\x75\xce\x33\x81\xec\x68\
-\x44\xea\xac\xbe\x0c\xdd\x41\xf1\x6f\xe9\xe9\x97\x24\x7c\xf1\x33\
-\x75\xd6\x3e\xd9\xba\x23\x55\x80\x87\x7e\xe2\x91\xdf\x78\xe5\xd7\
-\xbc\xe4\x3f\x00\xf0\xb2\x88\x02\xe0\x60\x99\x79\x97\x59\x78\xe4\
-\x9c\xd9\xee\xab\xbd\x0f\x9e\x37\xbd\xa4\x37\xea\x24\x0e\x08\x9d\
-\xa6\x19\x53\xa1\xe7\x6b\x8d\xe5\x1c\xb3\xc8\xf3\xc4\xd3\xf0\xe0\
-\x8c\x7b\x09\x30\x01\x87\x32\xe1\xe0\x51\x42\x6d\xdd\xc7\x53\xdb\
-\x38\xa4\x3e\xd4\x81\x6a\x44\xf0\xb6\xce\x84\x41\xba\xe9\xbd\xe2\
-\xb1\xb5\xe3\x03\x6d\x1e\xde\x9b\x7f\xf3\xd2\xaa\x1a\x8e\xe5\x62\
-\x94\x33\x21\xec\x3d\xe8\xda\x41\x79\xaa\x82\x94\xa3\x01\x49\x86\
-\x21\x10\x60\x34\x14\x89\x1b\x1e\x11\xa0\x2a\x9b\x4b\x9a\x6d\xd8\
-\xda\x8a\xb5\x5d\x62\x69\xb7\xa8\x48\x93\xcc\x73\xdd\x86\x9c\x26\
-\xc0\xc3\xdc\xc5\xf3\xfe\x6e\x86\x6e\xd5\x95\x93\x13\x15\x6f\xd2\
-\xde\xf4\xd2\xb4\xa2\xdb\x86\xde\xaa\x13\x73\x9a\x13\x6f\x1a\x3a\
-\x2a\xd4\x1a\x1a\x1a\xd4\x2a\xb2\xc0\xd1\xf9\xee\x11\x4b\x8c\x2e\
-\xe7\xfd\xcc\xa1\xab\x98\xb2\xa7\x1a\x8c\x84\xf6\x26\xa9\x50\xd2\
-\x63\x17\xe6\xe1\x78\x1d\x35\x1f\xf0\xc8\xcd\x8f\x40\x1b\x31\x00\
-\x8b\xd2\x9f\x57\x0c\xd4\x81\xc2\x1a\x58\x8d\x03\x15\x23\xdd\x93\
-\x48\x4d\x9c\x44\x06\xf5\xf6\x69\x92\x7e\xcc\x81\xc4\xee\x87\x7d\
-\x7f\xbc\x0c\xc2\x98\x79\x74\xd5\xd4\x50\xad\xa3\x56\xf6\x02\x04\
-\x66\x30\x8c\x6f\x62\xb5\x40\x92\x38\x18\x19\xc0\x25\x23\x82\xd6\
-\x2a\xe0\xfb\x8c\x9f\x90\x06\x4a\xbd\x2a\x45\x82\x61\xa2\xd0\xcd\
-\x74\x40\xc9\x33\x72\x2e\x9c\x7f\xd1\xf1\xf8\xbb\x7e\xe2\x43\x6f\
-\xbe\xcd\xc7\x10\xc0\x9d\xa4\x02\x8b\x3d\x08\x93\x3f\xc1\xdb\x68\
-\x03\xe5\x4f\xee\x39\x00\xdf\x2c\x10\xf4\xda\x30\x64\x25\xce\x9a\
-\x76\x52\xc9\xc3\x6b\xb7\xd6\x51\xb5\x3a\xeb\x8f\x17\x7e\xa8\xec\
-\x26\x03\xba\xc0\xb2\x81\x8d\x46\xec\xf7\x9f\x4a\x81\x88\x61\x73\
-\x8e\x40\x16\xe6\x83\x82\x60\xf7\x71\xf3\x64\xe1\x73\xb2\x87\x12\
-\xb1\x19\xbb\xd7\xfc\x7f\xab\x62\xa7\xcb\x46\x28\x67\x04\x7d\xa6\
-\x3c\x21\xe5\x18\x04\x4a\x0e\x43\x07\x4b\x74\x25\x4f\x88\x5e\x78\
-\x60\xcf\xa3\x61\x18\x02\x15\x29\x3a\x0e\x4d\xb0\xf6\x15\x5d\x57\
-\x7a\x9b\xbe\x0b\x6e\xe6\x9c\x19\x41\x99\xa1\x1b\xc5\x4d\x96\x7a\
-\xc2\x94\x67\xea\xec\x75\xaa\x1d\x9b\x31\x27\xcf\xa1\x95\x08\x8a\
-\x63\x76\x91\x01\x00\x26\x11\x20\x93\x41\x57\xc6\xfb\xdb\x00\x53\
-\xb3\x24\x40\x59\xa6\x2c\x53\x50\x65\x77\xe0\x74\xc8\x5e\x39\x9d\
-\x39\x45\x44\x20\x8c\xba\xe0\x52\x60\x3d\x89\x53\x63\x3d\xb5\x01\
-\x50\xca\x84\xe9\x85\xbf\x07\x1f\x7c\xe2\x23\x78\xf4\x89\x47\xf1\
-\x59\x87\x03\x5e\x30\xcd\x2c\xcf\x06\xb0\x9b\x0d\xe8\x86\xda\x0d\
-\x40\xa7\x2e\x64\xba\x6a\x08\x04\x86\x9c\x00\xb5\x0c\xd3\x46\xa7\
-\x32\x22\x02\xe2\x09\xbd\xdb\xe8\x1e\xcd\x22\x63\xc6\x40\x2e\x9c\
-\xbb\x90\x0a\xa5\xc0\x9a\xb1\x24\xad\x6a\x68\x11\x09\x9c\xbd\x5f\
-\xdc\x37\x1a\x78\x1b\x8f\x35\x33\x6c\x75\xa1\xc3\xc8\xe1\x44\x12\
-\x32\x3a\xaa\xf1\x59\x59\x32\xae\x1d\xaf\x8f\xfb\x1f\xeb\xda\x21\
-\x7f\xf6\xdf\x79\xef\x5f\x7e\xd1\x37\xbe\xfc\xaf\x7d\xf4\x99\x3d\
-\x74\x4f\x5d\x77\xcc\x00\xa8\xe0\x57\x43\x18\xc6\x00\xa0\x1b\xd9\
-\x6f\x39\x31\x44\x4a\x0a\xb5\x34\x72\x25\x36\x73\x38\x26\x50\xc8\
-\x19\x80\x01\x6b\x6d\x9c\xcc\x1b\x9b\x57\x49\x4a\x11\x0f\xab\x19\
-\xb2\x53\x10\x64\x2e\xec\xc9\x4e\xfe\xbe\xeb\xb6\x41\xcd\x50\x3c\
-\xd7\x4d\x88\xee\x43\x5a\xf4\xec\x9c\xf2\x9c\x93\xab\xb8\x50\xd4\
-\x11\x4a\x2d\xf8\xae\x1d\x5b\xef\x38\xa5\x83\x1f\x7c\x07\xfd\x20\
-\x50\x63\x8f\x7f\xce\xc1\xd8\xf3\x4d\x93\x04\x55\x37\x4c\xb9\x0c\
-\x42\x48\x6c\x00\x0a\x53\xf3\x33\x88\x80\xd5\x25\xba\x0a\x8a\x4b\
-\x48\x47\x4a\x19\xaa\x3a\x36\x95\x79\xed\x3a\x27\xe5\x86\x77\x4e\
-\xbc\x02\x68\xae\xb5\x2f\x92\x89\x57\x58\xc3\xb1\x1c\x98\x5a\x58\
-\x94\x15\xe3\x7d\x81\x2c\x05\xe4\xbd\xc7\x1c\x01\x27\x4a\xe1\x0c\
-\xd3\x80\x20\x97\x84\xa8\x97\xc7\xe1\x36\xb0\x1d\x38\x7b\x37\x22\
-\x81\x5a\x41\x57\x1d\xe2\xad\x34\x10\x7c\xae\x18\xc3\xeb\xde\xeb\
-\xe8\x92\x83\x7f\xa2\xfb\x5e\xf0\x12\xb4\xde\xf0\xfe\xc7\x3e\x88\
-\x7b\xd7\x4b\xbc\xf8\x78\xc0\xf5\x79\xe6\x35\xd4\x34\x9a\x75\x20\
-\x82\x56\x99\x12\x15\x49\x90\x9c\x03\xf2\x64\x7f\x10\x38\x45\x4a\
-\x93\xc0\x94\xc8\xbd\xaa\x83\x76\x0a\x72\x0d\xba\xa1\x46\xfa\x15\
-\x98\x87\x57\x17\x8a\x08\x64\xe2\x7d\x6a\xbd\xc3\x1a\x58\x0a\x74\
-\x6e\x01\x60\x6c\x2a\x4a\xe2\x69\x82\x38\x4b\x35\x79\x55\xaa\xa3\
-\x2a\xef\xa9\x18\x81\x46\x2d\x19\xe2\x22\x22\x87\xe9\xe8\xd5\x02\
-\x76\x1e\x86\x54\xbc\x76\x5d\x1e\x2b\x37\x9f\x95\x71\xe2\x77\xcc\
-\x00\xa4\x94\xdf\x6f\xde\xe9\x96\x72\xc6\xb5\xc3\x35\x47\xf8\x13\
-\xd6\xf5\x16\x6a\x77\xef\x80\x33\xf6\x1c\x9b\xb1\x5d\xba\xf9\xac\
-\x25\x2c\x27\x1f\xea\x49\x49\xa6\x20\xec\xe4\x94\x46\x78\x9f\x33\
-\x37\x64\xad\x95\xf9\x98\x60\x28\xfb\xaa\xb1\x17\x40\x05\xc8\xc6\
-\x19\x04\x53\xce\xa4\x8f\x0e\xa0\x2b\xc2\x43\x0f\x4b\xbd\xf6\xff\
-\xc8\x66\x7e\x40\x82\x84\xe4\x9d\x84\xcc\xee\x31\xe5\xd0\xd2\x63\
-\xa4\xd3\xb4\x63\xce\x9c\x77\x37\x36\x9c\x30\x55\x48\x9e\x2d\x0f\
-\x5d\x3b\xe6\x3b\xe8\xd6\x28\x7c\x61\xc9\x7b\x01\x38\x60\xd3\x60\
-\x40\x16\x1f\xb0\x41\x43\xc1\x0a\x88\x38\x2d\xd9\x87\x78\x00\x24\
-\xdb\x78\x9b\xed\x98\x7a\x9b\x76\x9c\x43\xbc\xc2\x21\xc9\x3b\x8a\
-\x73\x7c\x5f\xf8\xe7\xf4\xd4\xc9\x7b\x32\x52\xa2\x12\x11\xfc\x30\
-\xa7\x94\xa0\x46\xd9\x91\x00\xc7\x52\xe6\xf5\xe8\x8d\xc3\x33\xcb\
-\x44\xe3\x3b\x3e\x8f\x18\x24\xcd\x68\x5b\x75\xee\x02\xc1\x4e\xed\
-\x1d\x25\x15\xbc\xe8\xfe\xcf\xc5\xcd\xf5\x31\xbc\xff\xf1\xdf\xc2\
-\x67\xb7\x8a\x17\x1e\x19\x0d\xac\x8d\x62\xa1\x94\x42\x03\x60\x09\
-\x15\x1d\x68\x9d\x4d\x5b\x9e\x4b\x77\x78\xb5\xc6\xe8\x5c\x0e\x0a\
-\x6c\x9d\x98\xcd\x60\x00\x22\x84\x5f\x39\x23\x40\x75\x6f\xf9\x66\
-\x44\xa1\xfe\x39\xd9\x7f\x82\x3c\xa1\xf6\x0a\x69\x86\xde\x08\x2e\
-\x8e\xea\x87\xf3\xb7\x00\x43\x2a\x02\xf4\x44\x7a\x76\x55\x48\x2a\
-\x44\xfd\x13\x99\x94\xdd\x74\x80\xad\x49\x04\x4b\x0d\xdd\x00\x00\
-\x62\xbf\xf2\x6d\x5f\xf0\xbd\xeb\xed\x3c\x7f\xb1\xee\x98\x01\xf8\
-\x82\x5f\x79\xd7\x07\xdf\xf7\x7b\xbf\xa8\xe6\x94\xa6\x6b\xd3\xf5\
-\x21\xd7\x54\xb7\x13\xb6\x56\x31\x7a\xbe\x33\xeb\xe4\x02\x22\xbd\
-\xa8\x24\x8b\xc4\xd8\x66\x4e\x97\x0d\xbc\x45\x30\x95\x84\x22\x54\
-\x03\x2a\x92\xd0\xcd\xc5\x1a\x1b\xbd\x5c\xc2\xae\xd5\xa7\xd8\xc7\
-\x52\x89\xc1\x5b\x85\x3d\xdc\x04\x76\x2a\xe7\x00\x80\x14\xd2\x5d\
-\xb6\x5a\x1b\x6a\x6f\xb8\xa9\xc5\xc5\x27\x09\x4c\x11\x43\x00\x20\
-\x09\xa5\xb8\x14\x15\x9f\x0c\x81\x21\x25\xbf\xf1\x7e\xa0\xf8\x3e\
-\xea\x20\x16\x1f\x49\x00\x92\xa0\x9f\x39\x18\x95\xdd\x73\xf2\x43\
-\x15\x4f\x17\xdc\x06\x26\xc0\x2c\x33\xfc\x36\x01\x12\xdb\x90\xad\
-\x3b\x48\xaa\x8a\xda\x3b\xd2\x54\xf8\xbe\xec\xa1\xe2\x41\x06\xcb\
-\xab\x43\xc2\x5c\x42\x41\x28\x0d\x7a\xcb\x18\x7d\x1e\x84\x2a\x89\
-\x39\x06\x7e\x9d\xba\x7f\x46\x21\x18\x5b\x52\xe1\x28\xaf\xce\x0a\
-\x87\x38\x21\xab\xd5\xce\x92\x6b\x29\x28\xe2\x51\x92\x1a\xf2\xe1\
-\x80\x5a\x37\x56\x44\xa2\xde\xae\x9c\x05\x77\xfd\x78\x2f\xda\x74\
-\x0d\xbf\xf9\xc8\xaf\x60\xeb\x15\xf7\x1d\x8f\x38\xe6\x09\x48\xe6\
-\x34\xdf\x04\x1d\xbd\xfe\x1d\x5b\x33\xdf\x3a\xd9\xb5\x21\x18\x0d\
-\x05\x8c\x97\x93\xe0\x90\x26\x48\xa2\xc1\x68\x03\x28\xf4\xdc\x5e\
-\x81\xaa\xde\xf0\x43\x36\x16\x06\x61\x49\x88\x3d\xa4\x94\x91\x27\
-\x82\x48\xd6\x2b\x6a\x53\xaf\x46\x04\x19\x0b\xe4\xff\x0b\x20\x29\
-\x34\x03\x36\x72\x42\xfc\xa3\x22\xd1\xf3\x27\x1f\x88\x7a\x98\x8f\
-\x38\xad\xb7\xe0\x37\xfd\xa7\x9e\xd9\xd3\xf6\x89\xd7\x9d\x6c\x06\
-\xd2\xaf\x7f\x23\x9e\x28\x65\xbe\x3f\x3c\xf9\xba\x2e\x58\xeb\x8a\
-\xa0\x66\xc6\x78\x6f\x35\xe5\x66\x4e\x67\xdb\xd2\x8c\xf5\x72\x27\
-\xf9\x94\x92\x7d\x38\x07\xc1\x96\x5a\x81\xea\x2a\x12\x21\xf9\x5d\
-\xbc\x95\x97\xe8\x3d\xad\x74\x29\x09\x53\x2e\x54\x02\x02\x0f\x0c\
-\x02\x6f\xf0\x1b\x9f\x8c\x4a\x33\x02\x96\x98\xac\x37\x54\x6b\xd8\
-\x7a\x47\xcb\x17\x70\x45\x0b\x46\x12\x09\xa3\xdf\xbb\xa4\xc2\xb0\
-\x35\x40\xc5\x64\x3e\x1f\x90\x9e\x3f\x30\x06\x81\x8c\xfe\x77\xd2\
-\xd4\xd3\x95\x6b\x35\xc6\x4c\x43\x91\x40\xe0\x30\x00\x00\x05\x90\
-\xfa\x06\x05\x9b\x9a\x90\xbc\x34\x06\x00\xc5\xd0\x3b\x60\xad\x7b\
-\xfe\x4f\x83\x93\x34\x41\xb2\x63\x29\x83\x88\x21\x9e\xc7\x9f\x1d\
-\x70\x89\x30\xde\x90\x4a\x4c\xee\x75\x95\x1e\xa1\xd7\x67\x23\x91\
-\x2b\xee\x20\xa2\x20\x23\xe1\xa9\x18\x5a\x6b\x30\x04\xb1\xca\x3d\
-\x6e\xaf\xc8\x92\x91\x73\x61\xef\x82\x76\xcc\x87\x23\x52\xef\xa8\
-\xdb\x3a\x58\x7a\x30\xa0\xb6\x8a\x29\x17\xdc\xf3\x59\x9f\x87\x0f\
-\x7d\xe4\x57\xb1\xb5\x9b\xb8\xf7\x62\xc6\xb5\x72\x40\x49\x19\x4d\
-\x0a\xcb\x70\xca\x68\x46\x2d\x54\x9b\x1a\xcc\xab\x14\x31\x8a\x2d\
-\x3c\x75\xe3\xed\xc0\x94\x33\x79\x06\x4d\x60\x5d\xa1\x8d\xe6\x3e\
-\x08\x47\xad\x91\xe5\xd8\x6d\xe7\xf3\x03\x7b\x29\xd2\xc0\x99\x12\
-\xb9\x14\xca\x86\xab\xb8\x11\x51\xd4\x0e\x88\x38\xd1\xc9\xef\x3d\
-\x27\x25\x25\xbf\x17\x86\xad\x6e\xc8\x65\x22\x29\x6c\xbf\xe7\x1f\
-\xce\x29\xbd\xf5\x99\x3b\x69\xbf\xf3\xba\xb3\x7a\x00\x82\x27\x54\
-\xfb\xfd\x00\xb0\x6e\x27\xd4\xba\x22\x02\xe1\x9c\x18\x01\x34\x74\
-\x48\x87\xe7\xc6\x0c\xc7\x93\x7b\x15\x02\x4c\xf4\x3a\xa6\x86\xad\
-\x7b\x89\x50\x04\x45\xe0\x9a\x81\x80\x75\x0a\x71\x9a\x29\x52\x2e\
-\xac\xf5\xbb\xd8\x67\x12\xde\xb4\x1e\xe9\x44\xa7\xf5\x36\x01\xb9\
-\x2c\xe2\xd4\xd1\xa8\x45\x77\xb6\xac\x76\xeb\x78\xb4\x0a\x64\xca\
-\x9e\x12\xc4\x77\x72\xc2\x12\x32\x1b\x65\x1c\xf9\x9f\x72\xc6\xda\
-\xd7\x51\x26\x0c\xbf\x02\xec\x15\x00\x11\x17\x98\xf0\xc3\x32\x2e\
-\x93\xd7\xa5\x5b\x37\x1a\x07\x49\x30\x1f\x5f\x26\xa1\x27\x68\x44\
-\xbc\x21\x40\x4b\x34\x5a\x24\xc3\x03\xad\x76\x86\xb5\xc6\xf8\x36\
-\x9d\x45\x1b\xac\xcf\x07\x52\x9f\xc6\xe7\x21\x8d\xda\x59\x8a\xa6\
-\xfb\x2c\x05\x15\xaf\x5a\x9c\x61\x03\x39\x23\x9b\x47\x3f\x41\x7b\
-\x36\x1a\xaa\x8b\x43\x41\xd5\x06\xf4\x30\x75\x3c\xa0\x51\xe7\xe7\
-\x48\xb7\x8c\x6e\x6c\x8f\x4d\xd3\x01\x9b\x56\x0c\x89\x66\x35\x54\
-\xcf\x8f\x5f\xf8\xe2\x97\xe1\x63\x8f\x7e\x00\xb7\x6e\x3e\x8e\xfb\
-\x0e\x1d\xd7\xa6\xc9\xe5\xba\x59\x62\xdd\x14\x4e\x5c\x86\x13\x84\
-\x04\x56\x49\xdd\x45\x8c\x68\x2f\x9e\x73\x39\x4e\xd2\x85\x65\xcc\
-\x49\x32\x72\xe2\x6b\xa0\x51\xc5\x07\xc0\x30\x50\x5d\x0c\x5a\x77\
-\x7c\xc8\x3c\xb2\xe0\x2d\x24\xf7\x3f\x09\xf7\x4f\xf3\xef\xaf\x26\
-\x80\xf6\x01\x16\x72\x0b\x7b\x05\x40\x04\x86\x8e\xcb\xd3\x13\x6e\
-\x14\xf8\x6a\x22\xf6\xad\x6f\x7e\xed\xbb\x6e\x3d\x33\x07\xec\x93\
-\xaf\x3b\x6b\x00\x0c\xd7\x5a\x6b\xb8\xa5\x37\x3d\x27\x74\x4f\x01\
-\x67\x73\x75\x97\x7d\xf2\x1c\x15\x62\x6e\x29\xb9\x79\xbb\x46\xbf\
-\xb8\x84\x03\xf3\xa1\x1d\x1c\x24\xa1\xa6\x28\xc2\x50\xb0\x14\x86\
-\xf7\x25\xb9\x4a\x10\x76\x7a\x67\x2c\xa7\xd4\xb8\xe8\x8c\x21\x09\
-\x37\x7e\x78\xfe\xa8\xab\x9b\xb7\xdd\xde\xca\xf7\x91\x67\x00\xbe\
-\x77\x78\x4d\x00\xec\xfa\x02\x47\x9a\xa5\x94\xbd\xec\xc7\xc3\x2f\
-\x22\x8c\x24\x9c\x98\x02\xcf\xad\xa3\xa1\x69\x9c\x4d\x47\xf9\x21\
-\x40\xf7\x86\xa9\xa8\x24\x48\xce\x43\x58\xd2\xc4\x47\x5d\x27\x26\
-\x2b\x59\xb9\xf9\xc4\x91\xf6\xda\x37\x56\x1b\x8c\x79\x7a\x17\x43\
-\xb1\x0c\x4d\x36\xa2\x91\xf0\xd0\x82\x20\x2a\xf9\x21\x97\x04\x48\
-\x76\x8c\x82\x15\x01\x7e\xdf\xbd\xe4\x99\xc0\x5e\x86\xec\x5e\x0e\
-\x9e\x66\xb1\xec\x96\x71\x2c\x47\x34\xd9\xb9\xfe\xe2\xdf\xcd\xcc\
-\xd0\xb6\x4a\xf0\x17\x85\x1d\x85\x39\xe3\x20\x09\x55\x2a\x7a\xf5\
-\xa1\xa3\x50\x8e\xee\x56\xe0\x45\xf7\x7d\x0e\x2e\xd7\x27\xf0\xff\
-\x3d\xfa\x6f\x71\x63\xab\xb8\x56\x26\x1c\x4a\x42\x49\x85\x78\x83\
-\x81\x65\x3b\x73\xfc\x14\xc4\x3a\xd4\xcb\x90\xda\x68\x9c\x93\xeb\
-\x4a\x9a\x90\x19\x4a\x74\x47\x07\xa3\xf4\x90\x26\x34\x4f\x9d\x7a\
-\xa7\x11\x18\xba\x8c\x6a\xe8\x12\xf3\x04\xe1\xb9\x98\xf8\xfd\x1c\
-\x7c\x2a\x56\x8b\x80\xd1\xe0\xc4\x7b\xbb\x4b\x8a\x31\xc8\x31\x6f\
-\x4f\xc7\x06\xe0\x2f\x3e\xf0\x8d\x0f\xff\xdd\x67\xec\x7c\x7d\x0a\
-\xeb\x8e\xea\x01\xbc\x0f\xb8\xff\xec\x02\x38\xfa\xea\x48\x14\x1c\
-\x1d\xf7\x0b\x16\x6a\xb5\xb5\x86\xe6\x9a\x0c\x9e\xbc\x82\xe4\x10\
-\x80\x35\x59\xf1\xe7\x4e\x7e\xe8\x59\x16\x74\x14\x5e\xe1\x1e\x1d\
-\xf4\x15\x02\x40\xc5\xa9\xbb\x18\x33\xe0\xc9\xee\x50\xd7\xf6\xe2\
-\x36\x14\x25\x00\x08\x53\x3c\x6a\x85\x51\x83\x8c\x26\x54\x7a\x76\
-\x23\xc8\xc6\xda\x2e\x07\x4d\xc0\x0c\xcd\xea\xe0\x21\x04\x2f\x3f\
-\xc6\x9a\x8f\x68\x26\x4a\x9c\x71\x91\x3c\xe4\x34\xed\x04\xda\x0a\
-\x3d\x9d\xf9\x48\x32\x22\xd9\x7c\x3f\x36\xce\x00\xd4\xd5\x27\x92\
-\xa7\x5b\xb4\x24\xc3\x81\xd1\x68\x38\x12\x92\x93\x7c\x06\x43\x7c\
-\x76\x20\x8d\x08\x45\x20\xce\xe8\xf3\x94\xc0\x2b\x7e\xc1\x1b\xe0\
-\xe3\x62\xe2\xb1\x38\xaf\x20\xc1\x52\x46\xeb\xd4\x3c\x10\x08\xb9\
-\x08\x62\x98\xa6\x09\x79\x9a\x60\xad\x61\xeb\x75\x5c\x07\x15\xb2\
-\x3a\x01\x6f\xa4\x71\x36\xe4\x9c\x66\x34\x54\x6c\x6d\x37\xc8\xd0\
-\x8e\xa5\x77\x1c\x0f\xd7\x71\xfc\xec\x2f\xc4\x13\x37\x3f\x82\xc7\
-\x6f\x7e\x14\xd7\xea\x82\xd9\x9b\xb5\x38\xcb\x33\x41\xbb\x0f\x81\
-\x01\x1c\x5d\x4f\xae\x47\x9a\xb0\x69\x87\x34\x46\x66\x12\x1d\x97\
-\x5e\xc1\x21\x38\xe8\x21\xbf\xa7\x4d\xf3\x04\x88\x4b\xc8\x77\xed\
-\x7e\xa8\xe1\xe5\x4b\xef\x4e\x8c\x8e\x43\xcf\x5d\x58\xcd\x15\x8e\
-\x3a\x8b\xbb\x1a\x37\xd6\x81\xe5\xb3\xb5\x98\xda\x9f\xf8\xb1\xd7\
-\x3f\xfc\xac\xe5\xfe\xb1\xee\x98\x01\xf8\xe5\xcf\xfd\xe2\x57\x80\
-\x03\x9b\xae\x2c\xf3\xff\x8f\x46\x1d\x53\xf1\xe9\xae\x3a\x0e\x48\
-\x1c\xd6\x40\x8e\x93\xc7\x5f\x25\xb3\x5e\x9f\x10\x72\x5d\x18\x53\
-\x5a\x61\x5e\xca\x73\x9e\x81\x22\x73\xb3\xa8\x73\xc0\x15\x67\x70\
-\x1f\xa9\x9a\x43\xdc\x03\x6e\x0c\x1c\x2c\x7a\x42\x8e\x58\xd3\x0d\
-\xb7\xf4\x02\x78\x49\x2d\x3c\xe8\x61\xbe\x86\xa9\x4c\x8e\x98\xb3\
-\xec\x67\x7e\x48\xb4\x47\x13\x8d\x67\xcc\x92\x90\xf3\xe4\x1e\xd8\
-\xdd\x3d\x22\x05\x70\xd6\x22\x14\x53\xf6\x9e\x73\x44\x39\x94\xe0\
-\x57\xea\x5e\x92\x03\x41\x7e\xc9\x19\xd2\x6c\xf4\x0e\x04\x41\xc6\
-\x1c\x78\x0a\x42\x4e\xe8\xec\x29\x9a\xf7\xf2\xcb\x00\xfd\xf6\xcf\
-\x91\x3c\xb2\x8a\x94\xc0\x01\xae\x92\xfd\xba\xea\x9e\x06\xf8\x77\
-\xcd\x85\x32\xee\xad\xc7\xfd\x72\x70\xad\x2b\x01\xaf\x42\x0d\x84\
-\x75\x5b\x5c\x51\x57\x46\x13\x57\x6f\x15\xc8\x54\x69\x86\xb1\xe9\
-\x0b\x49\x50\xb7\x0a\x58\x83\xa6\x84\xa2\x86\xba\x55\x88\x24\xdc\
-\x73\xfd\x45\xb8\x7e\x71\x3f\x6e\x2d\x8f\xe3\xa3\x37\x1f\x61\xda\
-\x60\x04\xeb\x38\x6a\x8c\x23\xb9\x92\x01\x62\x05\x25\x27\xaf\xec\
-\xb8\xa1\xb1\x60\xfa\x91\x0f\x80\x64\x9e\x0e\xc1\xa3\xbd\xc4\x26\
-\x25\x8f\x42\x98\xa6\x67\x60\x56\xb4\xc6\x32\x62\x90\xd3\x86\xce\
-\x82\x57\x12\x46\xa3\x96\x47\x68\xbb\xd2\x34\x46\xc4\xe0\x4b\x61\
-\xf2\xda\x1f\x7b\xfd\xbb\x9f\xf5\xc3\x0f\xdc\xc9\x14\x20\xe9\xd7\
-\x07\x01\xe4\xc9\xcb\x5c\x88\x41\x52\x02\x82\x06\x2b\x18\xda\x7b\
-\x88\xc3\x93\xb0\xa3\xd1\xc2\x90\xab\x77\x6e\x58\x0b\xd1\x05\x31\
-\x08\x92\x8b\x4a\x24\x7a\x74\x67\x8a\x21\x9a\x3f\x94\xaf\xdd\x24\
-\x3c\x3e\x11\x6c\xca\x55\xb1\xec\xb6\xa1\x60\x4d\x17\xd0\x72\x71\
-\xc6\xe6\xda\xeb\xe0\x31\xd6\xeb\x78\xb8\x8e\xe3\x7c\x81\x98\x07\
-\x10\x92\x56\xec\x47\xe0\x26\x19\x8c\x41\x88\xb3\xf2\x64\xfc\x0c\
-\x21\x18\xe9\x9e\x59\xb5\x73\xb2\x71\x4e\x88\x2e\x3e\xe2\x16\xec\
-\x75\xcf\x29\xb3\x25\x49\x81\xec\x9c\x01\x4b\x99\x1e\xcc\x23\xa8\
-\xe2\x69\x51\x1c\x60\xea\x57\x10\x14\x55\x9d\x87\x81\xec\x02\x4e\
-\xc4\x19\x51\x0d\x00\x44\xfd\x3f\x4a\x7f\x6c\xa2\x2a\x0e\x5e\x0d\
-\x05\x5c\xc3\xa8\x22\xe4\xa9\x20\x4f\x9d\x2a\x39\xa0\x01\xe8\x30\
-\x48\x6f\x28\x13\xc5\x47\x8e\xc7\x0b\x6c\xdb\x86\x5a\x37\x8c\x56\
-\xe7\xec\x0a\xcc\x6d\xc5\x3c\xcf\x5e\x59\xc8\x90\x09\x58\xab\x41\
-\x3c\x0c\x4f\x5e\x46\xab\x9e\x3e\x5c\x1c\xef\xc1\xf5\x8b\x1b\x43\
-\xf0\x65\x68\x0a\xa8\xa2\xeb\x86\xd3\x72\x89\x75\xbd\x09\xb4\x13\
-\x0a\xa8\xc7\x90\x5c\xe6\x0d\xa3\xea\xc1\xa4\xbe\x0b\x1d\x4b\x37\
-\xc0\x64\x83\xf6\xe4\xb4\x6f\x05\x83\x11\xa6\xa6\xa1\x3f\x69\x92\
-\x90\x92\xc2\x2c\x91\x46\xad\x40\x88\x80\xa8\xd8\xe8\x57\xd6\x33\
-\x0d\x06\x00\x9c\xd2\xc6\xf5\xed\x6f\x79\xdd\x43\x0f\x3e\x93\x47\
-\xeb\xd3\x59\x77\xc4\x00\x7c\xcb\x0f\x7c\xe9\xb5\x9b\xb6\xfe\xf9\
-\x4f\xf8\x00\x0f\xc5\x92\xba\x11\x90\x08\xeb\xf9\xcb\xc8\xf7\x89\
-\x52\x2b\xa0\x09\xea\xa1\xbf\x09\x43\x2e\xaa\xe4\x24\xe4\xee\xf3\
-\xe4\xc5\x88\xc4\xba\x75\x17\x73\xb0\xa8\xf7\x3d\xe4\x86\x0e\xc0\
-\x4b\xa5\x43\x15\x38\xc9\x01\x56\x8e\xc8\x69\xf2\xf2\x94\xba\x1c\
-\x38\x53\x0a\xb7\x33\x90\x24\xb8\xe7\x78\x0f\xe6\x72\x74\x27\xce\
-\xc3\x57\xfb\x06\x20\xed\x58\xc1\x08\xf3\x09\x0c\xb2\x07\x1d\x80\
-\x83\x9f\x69\x58\x38\x6f\x87\x4e\x04\x2c\x07\x08\xed\x95\x02\x6a\
-\x95\x76\xf4\x9e\xbc\xcb\x8e\x4c\xc7\xd4\x79\x0d\x52\xa2\xa7\xef\
-\x71\x18\x3c\x9c\xb5\x28\x7b\x29\x5f\x30\xe5\xc4\x14\x2c\x0b\xe7\
-\x07\x89\x81\x03\x3d\x30\xd8\x77\xc0\x8e\x11\x94\x34\xa3\x39\xe8\
-\x19\xd3\x96\x02\xdd\x67\xf9\x9c\xcf\x99\xd2\x8c\x8c\x8e\xad\x37\
-\x88\xb7\xfd\x9a\xb2\x0b\x73\x2e\x07\x18\x12\xe6\x79\x46\x4a\x99\
-\xf3\x1e\x7a\x73\x00\x97\x8f\x3b\x2d\x27\xcc\xd3\xcc\xf7\x48\x09\
-\xf3\x34\xa3\x62\x25\xff\xc3\xaf\x96\x1a\x07\xc5\xa4\x1c\x93\x90\
-\x23\x7a\xa2\xf7\x15\x01\x52\x2a\xb8\x76\x71\x0f\x8e\xc7\x1b\x68\
-\xad\xe2\xd6\xe5\xc7\x50\xd7\x4b\xa6\x6a\x48\x43\x2a\x9e\x5f\x30\
-\xf3\x5a\xa4\xc8\xf5\x69\x0c\x5a\xd3\xbd\xe9\x47\xcd\xd3\x2a\xf3\
-\xb6\x83\xd0\x2c\xc0\xa8\x04\x99\xe7\xfe\x61\x1c\xcf\x36\x18\x7d\
-\x59\x1a\x3f\xf8\xb7\x2f\x7b\xff\xbb\xff\x97\x4f\xfd\xe4\x3c\xf3\
-\xeb\x8e\x18\x80\x9b\x87\xed\xcb\x00\xbc\xe8\x93\x3d\xee\xdc\x08\
-\x84\xec\x15\x52\x21\xdb\x2f\xa9\xb7\xce\xf2\x91\xfc\x59\x72\xe5\
-\x5c\x05\xe7\xe2\xb1\xec\x22\xc6\x83\xd4\x61\x10\x4d\x5e\xb5\x33\
-\x98\x25\xd4\xce\xee\x33\xf1\x9c\x4f\x1c\xe8\x6b\xa9\xa0\x4e\xf7\
-\x78\x9d\x96\x20\x98\x7a\x89\x90\x3b\x0b\x64\xd3\x59\xc2\x61\xbe\
-\xc0\xf5\xc3\x75\x94\x9c\xf7\x30\xc5\xa9\xa0\x10\x50\x26\x5a\xa3\
-\xe4\xc6\xd0\x7b\x3f\xfc\x4c\x03\x02\xb7\x18\x1d\x73\xce\x29\x9f\
-\xa7\x69\x70\x02\xc4\x3c\x44\x05\x18\xa2\x7a\x88\xce\x8a\x82\x12\
-\xf5\x4e\x09\xc9\x49\x45\x29\x8b\x0f\x48\xf1\xb2\x95\x87\xe1\x01\
-\xc0\x11\xc0\xcb\xb0\xcc\x38\x56\x92\xcf\x10\x00\xbf\x26\x45\x4b\
-\x43\x75\xc1\x3f\x5b\x4a\x98\x25\xa3\xb7\x06\xcd\x05\x93\x5b\x86\
-\xd1\xbd\x08\x17\x36\x15\x41\x99\x32\x52\xce\xd8\xb6\xd5\x09\x8d\
-\xec\xb5\xa8\x58\x31\x4f\x33\xcc\xd8\x05\x79\x90\x23\x5a\xdb\xb0\
-\x6e\x1b\x92\x08\x71\x0d\x11\xac\xeb\x82\xde\x27\x4c\xf3\x84\x24\
-\x82\x69\x3a\x00\xd8\xd0\x5a\x75\x35\x60\xc0\x34\xb1\x33\xb4\x24\
-\x8f\x42\x58\x0a\x0c\xd9\x78\x09\x70\x0e\x9c\x6d\x70\xcf\x8d\xcf\
-\xc2\x7a\x38\x61\xb9\x7c\x02\xe8\x0b\x9a\x93\x8e\x44\x05\x21\xfa\
-\xaa\x8e\x8d\x8c\x6a\x82\xaa\x2b\x3f\x39\x0d\xdc\x91\x93\x50\x22\
-\x56\x30\xe5\x32\x4f\x13\xcd\xff\x7b\xac\x80\xb5\xb2\x9c\xdb\x02\
-\x00\x98\xdf\xf1\x95\x5f\x95\x80\x77\x28\xee\xd0\xba\x23\x06\xc0\
-\xa0\xbf\x3b\x2e\x45\x84\xc1\x63\xdc\xb7\x29\x5a\xdb\x46\xb4\xa4\
-\x30\x88\x36\xe4\xea\xa2\x96\x65\x86\x95\x09\x49\xd3\x00\x06\x07\
-\x6e\xa8\xce\xb4\x92\xb4\xb3\xf1\xcc\xe9\xb5\x6c\x26\x43\x16\x65\
-\xde\x8f\x84\x9c\x15\xdd\x75\xfc\xa2\xc5\x56\xcc\xd0\x91\xd0\x0f\
-\xf7\x20\xa6\xe3\x9a\x0b\x48\x50\x61\x86\x9f\x2b\x41\x30\x4f\x47\
-\x1c\xa7\x6b\x98\xa7\xc3\x0e\xae\x81\xcd\x38\x5b\xa7\x64\x74\x8c\
-\xbe\x1a\xcf\x4b\xde\xbf\x10\x87\xdf\x0f\x56\xe0\x07\xcc\x02\x12\
-\xc7\x9f\x05\x8e\x40\xd4\x88\xf9\xbd\x03\x6b\x63\x34\xb6\xd7\x95\
-\x99\xd9\x64\xe4\xae\x40\x36\x24\x2b\x90\x54\x5c\x74\x84\xa0\x9f\
-\x18\xb0\x0f\x2d\x51\x07\xf3\x80\x64\x33\x3a\xda\x08\xb3\x12\x64\
-\x84\xf4\x51\x7a\xd5\xb3\xa7\x8a\xd7\xbe\x5b\x6b\xac\xa5\x27\x1a\
-\xbe\x50\x5b\xa6\x69\x2a\xa0\xde\x20\xbd\xf3\xb6\xae\x30\xa3\xa1\
-\x6b\xda\x81\x56\x31\xe5\x89\x11\x87\x88\x4b\x65\x01\xcb\x4a\x1e\
-\x48\xb0\x0b\x5b\xef\x68\x4b\xc7\x61\x9e\xfc\x71\xd4\x20\xdc\xea\
-\xc6\x32\x9b\x74\x24\x18\xfb\x45\x72\x46\x72\xf9\x38\x66\x4b\xe6\
-\xf7\x5d\x46\xe9\x4d\x40\x0a\xee\xf4\x82\x19\xd6\x15\x4f\x5c\xfe\
-\x36\x7a\x3d\xf1\x9e\x48\x02\x40\x25\x63\x2a\x51\x39\xb6\x82\x28\
-\x07\xda\xb8\x1e\xdd\x0f\x7f\xf4\x23\xab\xef\x9f\x68\x43\x1e\x01\
-\x89\x9c\x03\x80\xdc\xeb\xad\xd5\x88\x0a\x5e\xf2\xbb\x3e\xf0\xd1\
-\x6f\x03\x70\xc7\xa2\x80\xf4\xc9\x1f\xf2\xcc\xaf\x0c\xdc\x02\x80\
-\x52\x0a\xae\x5f\xbb\x07\xc7\xc3\x35\xcc\xd3\x11\x87\xe9\x80\xe3\
-\x7c\x81\xeb\xd7\xee\x61\xa3\x0c\x00\xc0\x80\xba\x79\xe8\x0a\x48\
-\xaf\x10\x97\x0a\x3f\x4e\x47\xc4\xe8\x27\x86\x5f\x0c\xcd\xd4\x67\
-\x09\x44\x7d\xbe\x79\xcd\xd9\xfc\xe7\xdd\x98\xdf\x77\x65\xe4\xd0\
-\x5a\xa3\x94\x97\x2a\x36\x24\xb4\xf9\x5e\x04\x00\x46\x82\x47\x27\
-\x00\x94\x48\xee\x39\xce\x37\x70\xcf\xf1\x85\xb8\x76\x7c\x01\xe6\
-\x69\xde\x01\x34\x53\xac\xfd\x84\xad\x2d\x7c\xef\xde\x06\x5e\x20\
-\x60\x8d\xbf\x9c\x1d\xfe\x14\xc4\x9a\x71\xf8\x99\x1a\x68\x23\x43\
-\xac\x94\x40\xd9\x59\x25\x28\xc9\x47\x93\xe7\x3c\xc0\xb8\x24\x67\
-\x25\xc4\x78\x0d\xc7\x25\xb2\x03\x8c\x36\x40\xd5\x04\x8d\x73\x0e\
-\x07\x3e\x4d\x7c\xd4\x5a\x7c\xa6\x3d\x62\x1d\xe3\xbc\xfd\xe0\x0c\
-\xcc\x04\x82\x9c\x49\x97\xde\x5a\xe5\xeb\x0f\xc2\x4d\x19\x1d\x94\
-\x24\x6b\x25\x4c\xa9\x60\x9e\x67\xcf\xdb\xf8\xab\x56\xeb\x88\x0c\
-\x1c\x2a\x44\xca\x05\xc7\x8b\x8b\x11\xd2\x87\xee\x9f\x59\xc7\xb2\
-\x6c\xa4\x14\x0b\xb9\x10\x65\x9a\x46\x43\x53\xbc\x42\x6f\xd5\xbb\
-\xf6\xfc\x70\x6a\x80\x90\x40\xe8\xf9\x62\xdc\x0d\x46\x33\x37\xae\
-\xbd\x10\xe5\x78\x1f\x96\xd6\xb0\x6a\x43\x17\x1e\x4e\x49\x86\xec\
-\xa3\x14\x45\x02\x48\x0d\xb7\xb4\xa7\x1a\x67\x56\xd1\xf1\x09\x46\
-\x5e\x6c\x93\xde\xef\x05\x00\x4c\xb9\xe0\xe2\x70\x0d\xc7\xe3\xc5\
-\xc0\x03\xc4\xec\xbf\x7b\xcd\x9b\x5f\xfe\xbb\x9e\xe1\x23\xf6\x29\
-\xaf\x3b\x62\x00\xb4\xe9\x3b\x01\x78\x7f\x76\x1b\xda\xf7\xb5\x6d\
-\xcc\x05\x91\x70\x9c\x8f\xdc\x78\xea\x52\xd2\x42\xd6\x5b\x37\xa0\
-\x4c\x13\xa6\x72\xa0\x36\x9b\xe7\x5d\x21\xf9\xad\xde\xba\xd9\x87\
-\x06\x3c\xbb\xc1\xcc\xf5\xe2\x62\xf6\x5e\x57\x07\x73\x92\x60\x95\
-\x09\x5b\xbe\x81\x3a\xbf\x10\x7a\x78\xa1\x13\x6b\xa8\xeb\x66\x3d\
-\x80\x2c\xc1\x71\xba\xc0\x3d\x17\xf7\xe1\x62\x3a\x22\x97\x89\xa1\
-\x63\x62\xb8\xb8\xb5\x05\x97\xdb\xcd\x21\x03\xa5\xad\x7b\x1e\x98\
-\x00\x3f\x98\x43\xb5\x38\xbc\x02\x02\xcb\x88\x99\x00\xa4\x8d\x26\
-\xc1\x50\xea\x0d\xee\xfd\xe4\x1d\x7c\xd9\xf5\x0f\x83\xdd\x18\x64\
-\xa8\xec\xf9\x7c\x18\x91\xec\x06\x61\x9e\x0a\xa6\x3c\xc1\xab\x97\
-\xc4\x01\x8c\x58\x48\x33\x4e\xab\x11\x13\xb6\x0f\x9f\x35\xe4\x30\
-\x17\x77\x2c\x21\xe0\x3e\xaf\x94\x0c\x91\x56\x9f\xc1\x58\xb7\x8a\
-\xb3\xb6\x01\xc4\x30\xd7\x0e\xde\x5f\x33\x43\x4e\x85\x0d\x50\x00\
-\xd1\x77\x35\xd4\xd6\xd0\x6b\x1d\xfb\x22\xaa\x13\x87\xc3\xc1\xd5\
-\x73\x77\x3e\x01\xd0\xb1\xb6\x0d\xd5\xa9\xe0\x54\x82\x9e\x1d\x2b\
-\xc1\x70\xb9\xcd\xeb\xf6\x18\x06\x6b\xc7\x31\x22\x28\x08\x0a\x56\
-\xfc\x60\x3e\x1c\x31\x5f\xbf\x1f\xa7\xaa\x58\x1b\xb5\xff\xaa\x37\
-\x7c\x91\x02\xec\xf7\x29\xb9\x11\xf0\x7a\x3f\x24\xd2\x36\xc7\x4e\
-\xce\xbc\xfe\xc7\x5b\xe2\x04\x81\x29\xcf\x34\x02\x5c\x37\xb4\xe7\
-\x57\x7d\x26\xe7\xe8\x99\x58\x77\xc4\x00\xbc\xe5\x3f\x7b\xef\xaf\
-\x03\xf8\x39\x35\xc5\x69\xbd\xc4\xad\xe5\x16\x4e\xeb\x25\xb6\x6d\
-\x19\x17\x29\x78\xea\x70\x0d\x7b\x00\xb0\x24\xc8\x79\xc2\x9c\xa7\
-\x51\x96\x13\xc0\xcb\x2d\xd1\x3b\x6e\x03\xc5\x6d\xae\xda\x42\xc1\
-\xc8\x3e\x06\x70\x52\x85\xb6\xfd\xc6\x02\xfd\xd7\x37\x71\xe8\x69\
-\xbe\x01\xc9\x07\xf6\x67\x23\x6a\xf5\xdd\x9b\x86\x98\xd3\xde\xb8\
-\xb8\x17\x87\x42\xcb\x4d\x75\xa2\x0c\xb5\x86\xb5\x9e\x70\xb9\x3d\
-\x81\xcd\xa7\xc4\x40\xe8\x89\xa2\x5c\xc7\x5a\x32\x30\x97\x19\x3b\
-\xdb\x2e\x3c\x75\x1a\x87\x2b\x10\x7f\x33\x60\x9a\x0e\xa3\xbb\x91\
-\x64\xa2\x8c\x94\x27\x84\x62\xb0\x00\xcc\xb3\x53\xf6\x19\x7d\xf1\
-\x5a\xf4\xf2\x29\x33\xda\xe0\xe3\x27\x1c\xa6\x23\x4b\x6d\xc9\x46\
-\xa9\x4b\x8c\xa9\x0d\x1c\x2f\xc8\x92\x28\x81\xe5\x61\xbc\xcb\x76\
-\x8c\xf4\x2a\x38\xfd\x22\x9c\x71\xa7\xde\x1f\x9f\x4b\x81\x08\x29\
-\xbb\xf0\x82\x64\x10\x62\x24\x0c\xb3\x87\xc9\xd3\x34\x21\x17\x6f\
-\x44\x48\x2c\x6f\x2e\xb5\xa2\x35\x17\x03\x3d\xdb\x23\xd3\x34\xe1\
-\x38\x1f\x06\xee\x10\xe3\xd0\x6a\xab\xde\x6b\xcf\xcf\x34\x47\x97\
-\xa0\x03\x17\x02\x36\x1f\x0d\x05\xa0\xa1\x9f\xf8\x94\xfc\x7b\x07\
-\x95\x01\x4c\x65\xc6\x8d\x1b\xf7\xa3\x76\xc5\xd6\x1a\x7a\xdf\x7c\
-\x08\x08\xbb\xff\xba\x36\x8e\x36\x11\x1b\x12\xe5\x31\x6c\x25\xa8\
-\xc3\x9f\x6c\xd5\xb6\x05\xe3\x8f\x46\xe0\x10\x46\xc0\xbe\xe0\x93\
-\x9f\x9a\xdb\xb3\xee\xa4\x1e\xc0\xb7\xc3\xe4\x1f\xe3\x4c\x94\x64\
-\x3e\x1c\x07\x98\x64\xde\xcd\x06\x04\x0f\x9e\x87\x64\x3e\x5e\x40\
-\x65\x47\xbe\xa7\x32\xe1\xb4\x2d\x5e\x8e\x13\x40\x05\x1d\x09\x39\
-\xf5\x5f\x33\x4b\xef\x14\x4b\x0f\xbf\x60\xce\x0f\xdd\x77\x90\x0f\
-\xbc\xf4\xda\xfc\x91\xfb\x8e\x93\xfc\x8b\x0f\x6d\x5f\xf5\xa8\xd9\
-\x7f\xa3\x48\x7f\x48\x7c\xa6\xdc\xf0\xca\x42\x6d\x01\xee\x19\xc1\
-\x94\x8f\xb8\x98\xaf\xb3\xc8\x27\x4c\x5b\xcc\x2a\x6e\x6d\x97\x80\
-\x73\xc1\xe1\x1e\xdc\x00\xf4\xda\xf7\x9c\xcf\xd9\x78\x53\x9e\x06\
-\x00\x88\xe4\x78\xbf\xe7\xfd\x91\x23\x12\x65\x36\x4c\xf3\x3c\x88\
-\x35\xfc\x4a\xd9\x07\x88\xa4\xe1\x8d\x14\xf0\xd7\xcb\x40\x52\x64\
-\x35\x74\x27\xb4\xa4\xa4\x70\x52\xa5\x0b\x72\x24\xe4\x54\x60\xa2\
-\x50\x2b\x48\xec\x9f\x41\xe8\x15\xaa\xaa\x87\xb6\x7c\x6c\x93\xc6\
-\x20\x39\x10\x79\xf3\x27\x60\xcf\xff\xe3\xfb\xf5\xd6\x20\x79\x42\
-\xce\x13\x5a\x6f\xd8\x6a\xc5\x61\x3e\x00\xc0\xae\xea\x64\x64\xe5\
-\x09\x98\x0e\xcc\xd3\x0c\xed\x0d\xbd\x1a\xe0\x72\x68\x6b\x5b\x71\
-\x10\x4a\xa6\x05\x05\xdb\xc4\x5c\xb5\xf8\x80\xcb\x65\x81\x26\x83\
-\x35\x46\x83\xd5\x1a\x9a\x76\x4c\x2e\xb1\x3d\xcd\x33\xfa\xba\x3a\
-\xee\x03\xc0\x38\x2d\x4a\x52\x74\x81\x9e\x1d\x4f\x4f\x41\x1c\x67\
-\xf5\x9f\x09\x3b\x06\xf3\x84\xc3\xf1\x5e\x9c\x4e\xbf\x8d\x6c\xe2\
-\x9d\x8b\xae\xfc\x68\x11\xd5\x31\x7a\x32\xc7\x61\xbc\x63\xec\x53\
-\x5a\x66\x86\xcb\xf5\x16\x0e\xe5\x80\x5c\x26\x4c\x79\x46\xcb\x15\
-\xb5\xb7\x67\xa5\xf3\xef\xe3\xad\x3b\x66\x00\xde\xf2\x8d\x0f\xff\
-\xd3\xaf\xff\x91\x57\xbc\x06\x22\xdf\x03\xe0\x25\x00\xa5\xaa\x00\
-\xfa\x91\x75\x5b\x98\xb5\x95\x09\x6e\xc2\x5d\x3d\x67\x1e\x8f\xe9\
-\xbd\xe1\xb4\x31\xdf\x36\x24\x2f\x75\x09\x00\xfc\xd4\x1f\xfb\xe2\
-\xcf\xfb\x63\xaf\x02\x80\x6b\xd7\x13\x2e\x7a\xc6\x13\x9a\xff\xe6\
-\xfb\x3e\xfc\xef\xff\xb3\x8f\x9d\xfe\x86\x22\x7d\x55\x84\xd0\x23\
-\x8b\x14\x57\x8e\x69\xdd\x6b\xf1\x09\x87\x72\xc4\x3c\x5d\xf3\x83\
-\xca\x86\x8d\xa5\xdd\x62\x17\x9b\x7b\x67\x6e\x1e\x07\x8a\x5a\xa3\
-\xba\x4c\x10\x4d\x44\x70\x28\x13\xc4\x1b\x3d\xd2\x99\x11\x88\xdc\
-\x35\xc4\x28\x5b\x6b\x98\xca\xec\xac\x34\x19\xde\x29\x3c\x7d\x04\
-\xe2\x5d\x3b\x8d\x8d\x4f\x15\xee\x5e\x2a\x14\xaf\x57\xb3\x7f\x81\
-\x75\x2c\xe6\xe4\x13\x52\x99\xbc\x55\xa8\xc3\xa2\x3b\xd1\x4f\xf8\
-\xd0\xcb\x27\xcd\x0f\x59\xf2\xf0\x52\x91\xc7\x9b\xf3\x24\x9c\x7d\
-\xe5\x2d\xc3\x02\xa4\xa8\x3e\x30\xbf\x6d\xda\xd1\x5a\x75\x09\x37\
-\x0f\x2e\xfd\x70\x8d\xa9\xb9\x22\x98\x0e\x47\x74\xbd\x05\x35\x96\
-\x47\x03\xfc\x9b\xdd\xf8\xa9\x80\x93\x7b\xc1\xca\xc4\xc5\x7c\xc0\
-\xb2\x2d\x6e\xc4\x1a\x7b\x1e\xbc\xeb\x27\x4f\x04\x05\xe7\x79\xc2\
-\xba\xba\x86\x23\xad\x80\x0f\x97\xc9\x63\xbf\x08\x67\x80\x5d\xdd\
-\x88\x02\xb7\xa8\xfc\xd5\x3c\xcf\x50\xdc\x83\xd3\xe5\x63\xf4\x4c\
-\xe6\xb3\x8f\x65\xc7\x98\x42\x01\x79\xd4\x3e\x7f\x07\xe7\x9f\x93\
-\x8f\xaf\xf3\x54\x52\x55\x71\xda\x4e\x40\x5d\x9c\x1b\xd2\x21\x86\
-\x77\x7e\x2a\x67\xe6\x76\xac\x3b\x36\x19\x08\x00\x1e\xfa\xc9\x47\
-\xde\xfd\x85\x5f\xff\xe2\xbf\x95\xab\xcc\x00\x5e\xd1\x7a\x3d\x36\
-\x6d\xa8\x6d\x65\x3b\x28\xf0\x8f\x0d\x78\x9b\x48\xaa\x00\x7e\x4f\
-\x12\x49\x66\x86\xa6\x0d\x6b\x5d\xb0\xd5\x15\xd1\xb3\x4e\x8f\x6d\
-\xa6\x86\x37\x5d\x3b\xe5\xd7\x7c\xfb\xcf\x7e\xc5\x86\x57\xbd\x07\
-\xf8\xc8\x2a\x78\x64\x93\xef\x78\xff\x87\xff\xe4\x6f\x6e\xfa\xf7\
-\x4c\xe4\xf7\x05\x53\x10\xc0\x1e\x3a\x83\x9a\x71\xe1\xf9\xe7\x7c\
-\x70\x42\x0f\x3c\xd4\x16\x2c\x9d\xd2\x5a\x51\xab\x0f\x84\xde\x00\
-\x68\xaf\x88\x03\x9d\xdc\x73\xcf\xd3\x34\xc2\xe6\xf3\x0e\xc0\x21\
-\xfb\xed\x06\xa1\xb5\x86\x69\x2a\x3b\x29\x28\x28\xb9\x42\x0e\xef\
-\x84\x4e\x17\x00\x00\x20\x00\x49\x44\x41\x54\x40\x80\x7b\xdc\xa5\
-\xea\x91\x41\xb8\x9d\x20\x98\x04\x0a\x8d\xfd\x9a\x28\x79\xf1\x50\
-\x45\xef\x15\xb5\x57\xe4\x89\x60\x1f\xe7\x29\xf0\x35\xa6\x32\xfb\
-\xe7\x24\x10\xa7\x5e\x43\x8f\xf7\xcc\x39\xda\x85\xf7\x32\xe5\x00\
-\x31\x23\x3d\x13\x2a\x27\xb5\xba\x0d\xdc\x22\x10\x73\x20\x1c\xaf\
-\x2b\xfa\x9a\x0d\x83\x11\xa2\xa5\x30\x36\xe0\xe4\x1c\xc2\xe2\x1e\
-\x56\x3b\xa1\x29\x7b\x5f\x83\x76\x6a\x12\xc2\xe0\xd3\x7b\x14\xa9\
-\xb0\xd2\x91\x24\xf9\x6b\xda\xb8\x2e\xaa\xd4\x7a\x60\x39\x40\xaf\
-\x9e\x55\x3b\x3b\xc8\x9e\xee\x00\xc4\x2b\x44\x26\x6c\x7d\x21\x4b\
-\x50\x78\x31\xd5\x0d\xa1\x11\x4c\x71\xb7\xf4\x89\xd7\x3c\x1d\x70\
-\x71\xb8\x36\x9c\xd5\x93\x97\xdf\xa7\xcb\x92\xda\x5f\x78\xe7\x4f\
-\x7c\xe4\xf4\x3b\xbc\xd4\x6d\x5b\x9f\x62\xf0\x72\xfb\xd7\xab\xde\
-\xf6\xaa\x7c\x78\xe2\x3d\x5f\xa4\x29\xbd\x0c\xb0\x2e\x66\xbf\xf4\
-\xc0\xeb\x1f\x7e\x4f\xfc\xfe\xcf\xbe\xe9\x8b\x5e\x9e\x0d\xff\x13\
-\x0c\x7f\xfc\x13\xbc\xc4\xbf\xb2\x24\xdf\xf1\x63\xaf\x7d\xe8\xff\
-\x8a\x1f\xd8\xdb\x5e\x95\xf1\x0a\xe4\xbf\xf4\xde\x0f\x7e\xcd\x26\
-\xe5\x81\x24\xa9\xe0\x6c\xe3\x8e\x3c\x5c\xc4\x99\x7f\x94\x0c\x9b\
-\xca\x8c\x8b\xe9\x1a\x44\xa8\x20\x04\x31\x6c\x7d\xc1\x90\xcc\xf2\
-\x3a\x37\xc3\xfe\x44\x20\xcb\xc3\xea\x08\xdf\xe7\xc3\x01\xd4\xc9\
-\x93\xb3\x90\x7e\x3f\x38\x70\x03\xc0\xf2\x55\xc1\x5c\xa6\xd1\xdb\
-\x10\x06\x66\x2a\x33\x92\x25\x60\x3c\x87\x42\xa2\xc9\x79\x06\xcd\
-\x71\x0d\xce\x04\xa4\x2a\x6d\xef\x0d\xad\x51\xac\xc4\xb4\xe3\x72\
-\x3d\xa1\xb6\x0d\xb7\x4e\x37\xf1\xf8\xad\xc7\x31\x17\xa2\xe7\x25\
-\x4f\xc8\x5e\x91\x38\x94\x03\x0e\xd3\x81\xf8\x86\x47\x20\x1d\x04\
-\x63\x09\x30\x26\x94\x69\xde\x2b\x0e\xa3\x32\x11\xcd\x42\xc1\xc7\
-\x00\xa0\x40\xed\x1d\x17\x87\xc3\xa8\x2c\x8c\xfb\x61\x01\x20\xf2\
-\x18\xaa\x2a\x4e\xcb\xe5\xc8\xd7\x0d\xec\x59\x98\xe6\xc3\x38\xfc\
-\x6c\xbe\xf2\x86\x20\x53\x9c\x2e\x4f\xa8\x7d\x03\xd9\x76\x2c\xf3\
-\xa6\x92\x5d\x7b\x81\xea\xbc\x4b\x5b\x61\x8d\x07\xbe\x3b\x60\x39\
-\x15\xea\x3f\x0c\x96\xa0\xa7\x39\x63\xea\xd0\x19\x7e\x14\x78\xc3\
-\xda\x36\x5c\xde\x7c\x34\x90\x8d\x20\xfb\xee\xeb\x8a\x05\xb8\x6a\
-\x0e\xa6\x32\xe3\x38\x33\xc7\x5f\xd6\x4b\xd4\x5e\x9f\xfc\xec\x78\
-\xda\x5f\x7d\xcb\xeb\xde\xfd\x9d\x9f\x60\x4f\xdf\xf6\xf5\x9c\x31\
-\x00\x9f\xea\xfa\x86\x37\xbe\xe2\x0f\x03\xf2\x97\x0d\xf8\xa3\x00\
-\x26\x00\xef\x31\xb3\xef\xf8\xb1\xd7\x3d\xfc\x0f\x9f\xfc\x58\x33\
-\xc8\x5f\xf9\xc9\xff\xe4\xdf\x7b\xb4\xe3\x21\x41\xba\x17\xe3\x30\
-\x0a\x76\xd9\x6a\xaf\xf7\xfa\x58\xe9\x24\x19\x37\x8e\x37\xc0\xa1\
-\x9d\xdc\x54\x9b\xae\x03\xa9\xdf\x9f\xcb\x5e\x79\xed\x95\x45\xb6\
-\x14\x86\x25\xe1\x30\xcf\x1e\x1d\xa4\x51\xaa\x0a\x03\x10\x8f\x11\
-\x11\xf4\xd6\x80\x24\x38\x4c\x87\xa7\x18\x87\x9c\x32\xb2\xcc\xbb\
-\x60\xa8\x25\x74\xab\x2e\x55\x96\x10\x62\x99\x5d\x75\x94\x2a\x35\
-\xa6\xd4\xb6\x0a\xed\x9c\xc3\xb7\xd5\x15\x75\xad\x58\xeb\x09\x8f\
-\x9f\x1e\x87\xa9\x22\x4f\x5e\x95\x48\x33\x67\x14\xa6\x09\x87\xf9\
-\x3a\xb5\x0c\xc2\x20\x9a\x01\x8e\xc1\xa4\x9c\x51\xd2\xe4\x03\x4b\
-\xf9\xf9\xf3\x99\x32\xd0\x0e\x68\xba\x9f\x37\x02\xa1\xc7\xc3\x05\
-\x7b\x08\xfc\xe7\xc1\x99\x8f\x09\x4c\x02\x41\xd7\x8a\xd3\xba\x10\
-\x00\xf5\xc7\x4c\x79\xc2\x34\x17\x84\xc0\x66\x4c\x62\x0a\xd0\xed\
-\x74\x3a\x91\x0c\x64\xc1\x72\x04\xe6\x52\x90\xa7\x02\x98\xa2\xf5\
-\x8e\x65\x5d\x01\x37\x2c\x9c\xe1\x60\x28\xd3\x8c\x98\x48\xcc\xf7\
-\x77\x6a\xaf\x1f\xfa\x9d\xc5\xc7\xf4\x22\x86\x7e\xdc\xba\x7c\xcc\
-\xc5\x47\xf6\x8d\x85\xc0\x79\x1c\x53\xc0\xd9\x3f\x13\x04\xd7\x2e\
-\xee\xb9\x62\xfc\x4e\xcb\x2d\x34\x7d\x72\x14\x60\xff\x64\xb6\x5b\
-\x5f\xfd\xc6\xd7\xbd\x7f\x79\x66\x4e\xc7\xa7\xbf\xee\x48\x15\xe0\
-\xe9\xac\x07\xbe\xe9\xe1\x7f\xfe\xc0\x37\xbd\xfb\xab\x67\xbb\xf9\
-\x02\x4c\x72\x7f\xbd\xf6\xf2\x57\x7e\xbc\xc3\x0f\xf0\x86\x7c\xac\
-\xb5\xbf\x09\xc3\xbd\xe6\xe1\xf7\xde\x8c\xe9\xed\x98\x2e\x15\xcd\
-\xdf\x1b\x2e\xe6\x0b\x00\x09\x65\x2a\x30\x31\xac\x7d\xf1\xd7\x3a\
-\x0f\x1e\xb9\xe9\xb8\x09\xf9\x93\x48\x05\xe7\xe2\x1a\x00\x06\x47\
-\xa0\x65\x54\x31\x76\x37\x49\x34\xdb\x60\x98\xa7\x69\x7c\xd8\x48\
-\x45\x18\xa2\x97\x81\x50\x98\x87\xaa\xea\xdc\x86\x00\x03\xf9\x52\
-\x7b\xf9\xc9\x3c\x6c\xa7\x5c\x18\x81\x2a\x09\x02\x54\x2e\x38\xce\
-\x47\x34\xab\x10\x4d\x24\x52\xc1\x79\x11\x68\x30\x55\xd7\x09\x04\
-\x4c\x05\x19\x99\xda\xfb\xa3\xa9\xa5\x8f\x43\xc2\xef\xbf\x23\xfe\
-\xfc\x91\x87\xec\x01\x5e\xe6\x84\x65\x39\x71\x52\x71\x1c\xc4\xb3\
-\xb0\x3c\x0c\x18\xf9\x0e\x85\xc4\x1b\x00\x86\x8e\xb5\xad\x3e\x03\
-\xd2\xc6\xf5\x1a\x7f\x0c\x38\x1c\x0e\x2e\x9a\xe2\x87\x5b\x58\x22\
-\xd4\xd6\x06\xc3\x71\x2a\x65\x48\x8f\x8b\xc4\xfd\xda\x10\xfa\x0c\
-\x49\xc4\xc7\x88\xed\xd5\xa3\x48\x3b\xa2\x91\x0a\x00\xb2\x64\x5c\
-\x3f\xbe\x00\x43\xba\x3d\xee\x63\x7a\xaa\xef\x8c\x4f\x5b\xdc\xa0\
-\xc7\xd2\x51\x79\x1a\xab\x8b\xd8\xff\x58\xaf\xe1\x8f\xdf\xc9\xc3\
-\x0f\x3c\x0f\x23\x80\x4f\x67\xfd\xe7\x6f\xfb\x8a\x6f\x49\x92\x7e\
-\x20\x46\x8a\x21\x7a\xd7\xbd\x6c\x06\x50\x89\x98\xfd\xf8\xc0\x9c\
-\x0f\x98\xe7\xe3\x08\xc7\xb7\x7a\x22\x98\x07\xaf\xb1\x0f\x5a\xac\
-\x9d\xe9\x00\xc4\x6b\x67\x1c\x9d\xdb\x3e\x3c\xff\x59\xb4\x30\x52\
-\x0f\x07\xf2\xa0\x86\xe9\x78\xf4\xea\x42\xc6\x3e\xa8\x92\xea\x35\
-\xd4\x13\x70\x9c\x22\xa5\xd1\xd7\x4f\xfe\xbd\x8c\xb2\x67\xef\xfe\
-\xb7\x33\x1a\x59\xea\xec\xe8\xad\xe2\x72\xe5\xf8\xad\xda\x88\x90\
-\xaf\x75\xc5\xcd\x5b\x1f\x83\x49\x46\x96\x09\x65\x0e\xc6\x5d\xc1\
-\xa1\x5c\x50\xa4\x12\x05\x52\xfc\x5b\xf6\x4e\x83\xe1\x4c\xcd\x29\
-\x4f\xc8\x67\x24\xa6\xf0\xfe\x91\xea\xc4\xb5\xa0\xc6\x3d\x15\x6f\
-\x20\xc0\x71\xf2\x72\x97\x9f\xac\x50\xcd\x69\xda\xc7\x7d\x38\xad\
-\x97\x68\xb5\x83\x63\xcd\x1a\x80\x8c\x6b\x17\xc7\x91\xa7\x87\x7e\
-\x24\x21\x04\x3e\xf7\x74\x79\x8b\xa3\xcf\x42\x5b\x41\x04\xf3\xe1\
-\x00\xb8\x61\xaa\x75\xa3\xa1\xd5\x30\x3e\x14\x51\x49\x25\xef\xaf\
-\xa7\x06\x45\x87\x76\x37\x66\x21\x45\x1e\xc6\xd6\x42\xf8\x83\x4a\
-\xcb\x6d\x5b\x7c\xdc\xda\x93\x8f\xce\x6e\x35\x2e\x0e\xd7\xd8\xa2\
-\xad\x8c\x20\x6a\xaf\x3b\x2e\x23\x78\x67\x32\xfb\xd6\x07\xbe\xe9\
-\xe1\x7f\x7e\x7b\x76\xfd\xa7\xb7\x9e\x77\x11\xc0\xa7\xb3\x24\xe1\
-\x55\xee\xc4\xf6\x3e\x76\x77\x97\x66\x94\x7c\x72\xf0\x10\x40\x42\
-\x29\x33\x4a\x62\xf3\x49\x6d\xeb\x95\x52\x1e\x62\x5a\x0c\x0c\xad\
-\xb6\xdd\x53\xf0\x9d\x30\xcd\x13\x82\xd3\xff\x64\xb3\x3a\x1c\x19\
-\x30\xa6\xe1\x4e\xd3\x7c\xf6\xb0\xdd\xfb\x00\x3e\xf8\xc2\x73\xe2\
-\x50\xd7\x21\x28\xea\x5c\x73\x86\x04\x81\x8f\x21\x30\x2f\x7e\x14\
-\x07\x34\xc1\x7c\x5e\xe3\x35\x1c\xf8\xcb\xf9\xc8\x31\xe1\xde\xca\
-\x0a\x78\x53\x4d\x80\x98\xd9\x95\x8f\x2d\x21\x95\x82\x18\xd4\x89\
-\xae\x63\xcc\x77\x80\x6c\x91\x2b\xdb\x79\x1e\x0d\xf5\x43\x44\x2f\
-\xac\xb5\x63\x59\x4f\x88\x41\x9f\xc1\x0b\x88\x66\x23\xd5\x0a\x35\
-\xc5\x61\x9e\x21\x62\x1e\x69\x51\x6b\x6f\x5d\xd6\x71\x6d\x20\x36\
-\xae\x12\x98\x74\xe1\x78\x3c\x32\x8c\x37\x66\xe8\xad\x37\xd4\xa8\
-\x0a\x99\xee\x63\xe4\xfc\x46\x99\x71\xfe\x64\xcc\x24\x1c\x67\xd6\
-\x62\x9e\x81\x03\x96\x16\x0e\xe2\xec\x78\x98\x60\x2e\x47\x5c\x5c\
-\x9c\xb3\x54\xaf\xec\xb6\xf1\xaf\xd3\x7a\x89\x5b\xa7\x27\x70\xb9\
-\xde\xc2\xd6\xb6\x38\xfc\x8f\x88\xe1\xbf\x68\x17\x2f\xff\xd2\xe7\
-\xca\xe1\x07\xee\xb4\x22\xd0\xed\x5e\x66\x7f\xc0\x12\x3d\x50\x4e\
-\x82\xa5\xee\xe5\x56\xed\x1d\xd1\xce\x2b\x30\xcc\xb9\x60\x4a\x54\
-\x8a\x69\xbd\xa2\x5b\xf7\x9c\x3f\x12\x06\x7f\x5e\x6b\x30\x28\xcb\
-\x54\xce\xa2\x2b\xf3\xc4\xd6\x52\x60\xa4\x86\x57\x96\xff\x80\xed\
-\xca\x0d\x73\x10\x5c\xa2\x8c\x84\x38\xcc\x32\x4a\x90\x3c\xd8\x06\
-\xf3\x7c\xbc\x6b\x45\x3c\xe5\xea\xa1\xe3\xe1\x40\x94\xea\x34\x1a\
-\x5a\x5c\xaf\xce\x5b\x5e\x55\x89\xf0\x4f\x65\xc2\xe5\x86\xd1\xfa\
-\x5a\x0a\x71\x10\x45\xf7\x12\x23\x95\x92\xd9\x99\x91\x30\xc9\x4c\
-\x86\x66\x26\xe0\xa6\xca\x79\x7d\xa1\x90\x0c\xf1\xf2\x2b\x3a\xae\
-\xfa\x13\x96\x53\xcb\x71\xc6\xb6\x2c\xb0\x6a\x98\xa7\x00\xf7\x80\
-\xbd\x3e\x90\xa8\xdd\x2f\x09\xd3\x54\xb0\x6e\xab\x97\x0b\x13\xb6\
-\xb6\x3a\xc5\x38\xfb\x53\xbc\x2c\x09\x78\xc7\x23\x9f\x63\xca\x7b\
-\x89\x64\xd8\x6a\x65\xb4\x95\xf8\xb9\x4a\x29\xe8\x5b\xf3\xfe\x09\
-\x00\x9d\x8f\x99\x26\x96\x97\xcd\xc9\x42\x43\xd3\xd0\x30\x52\x95\
-\x24\x89\xfd\x17\x06\xe8\x64\x40\x77\x15\xe0\x0c\x08\xd6\x41\x7e\
-\xfa\x24\xeb\x37\x00\xfb\x1b\x39\xe5\x1f\xa4\xd4\xd7\xbb\x3f\xf9\
-\xbe\x7d\x16\xd7\x5d\x6b\x00\xbe\xf5\xef\x7f\xc5\xcb\xba\xca\x8b\
-\xb2\xf7\xb1\x2f\x75\xf1\x66\x18\x0c\xf0\x28\x78\xda\x92\x32\xe6\
-\x72\x40\xca\xd9\x81\x9f\x15\x02\x6f\x89\x8d\xd4\x53\x18\x12\x77\
-\x67\xf6\xc5\x7d\x9f\x7c\x96\x01\x80\x2b\x5e\xf9\xca\xf2\xb0\xb5\
-\xb6\x86\x83\x1f\xfe\x38\xfb\xf1\xf8\x88\x26\xc8\xf3\x8f\x12\xa5\
-\x79\xef\x02\x0f\x67\x29\xe5\x2c\x0c\xde\xa3\x80\x40\xb6\xc5\x58\
-\x43\x37\x6b\x23\x27\x97\x24\x98\xe4\x80\x8e\x13\x67\x2f\xa4\x09\
-\x73\x3e\x60\xeb\x15\x47\x67\xfd\x79\x4f\x15\xba\x6e\x98\xf3\xcc\
-\xd7\x76\xda\xeb\x54\x0e\x14\x34\x89\x32\x98\x55\x98\x4e\x9c\xe0\
-\x2c\x70\xa6\x26\x5b\x8b\xc4\x42\xea\x3a\x3a\x0a\xcd\x6b\xf4\x33\
-\x2e\x4f\x0b\x60\xa4\x71\xef\x06\xc0\x46\x04\x63\xda\x21\xa9\x20\
-\xa5\xea\x11\x16\x3f\xd4\x72\x5a\x70\x71\xed\xe8\xd8\xcd\x8e\x3b\
-\x44\x6a\x50\xf2\x04\x2d\x1d\x5b\xab\x9c\x1b\x29\x89\x84\xa4\xc3\
-\xc1\xef\x2d\xfb\x16\xaa\xae\x34\x92\x20\x51\xaa\xa7\x3a\x58\x95\
-\x1a\xf7\x8d\x57\x83\x65\x4f\xd9\x8d\x8e\x42\x91\xcc\x10\x93\x61\
-\x53\x4e\x98\x64\x22\xa5\xfc\xe3\xa3\xfb\xb7\x00\xfc\x84\x00\x6f\
-\xda\xae\xbd\xfc\x9f\x3c\xf8\xea\x07\xfb\xc7\x7b\xd0\x73\x61\xdd\
-\xb5\x06\x60\xab\xfd\x2b\x72\x2e\x08\xe9\xea\x52\x7c\x54\x96\x75\
-\xf4\xe6\xf2\x94\x9e\x93\x4e\xe9\xc0\xbc\x50\x58\x66\x8b\xc8\x30\
-\x80\x1c\x49\x64\x81\xb5\x46\xa9\x2b\x73\x65\x9d\x94\xa9\x6c\x7b\
-\xbe\x9e\x72\xf8\x01\x00\x8a\x6d\xe3\xa6\x0c\x9e\x3c\x22\x00\x88\
-\xc3\xe0\x40\x5e\x1a\x70\xa2\x8c\xd4\x21\x86\x56\x02\xe2\x0c\xbb\
-\x38\x00\x31\x0f\x80\x2b\x6a\xec\xda\x43\xd2\x0a\x5e\x9d\x10\x14\
-\x2b\xe8\xad\x23\xe7\x8c\x52\x66\xac\xcb\x63\x30\x4c\x40\x53\xc0\
-\xf1\x8d\xd6\x2b\x74\x56\x24\x63\x0a\x22\xae\xaf\x36\xe5\x03\xb6\
-\xbe\x51\x19\xb9\x76\xa4\xb9\xb0\xa6\xae\xc9\xad\x98\xb3\x05\xc5\
-\x15\xb1\x62\x7e\xb0\x08\x9b\x37\x24\xe1\x78\x38\xe0\xb4\x9c\x70\
-\x14\xf6\x33\xc4\xe1\x72\x33\x00\x01\xf3\xee\x92\x67\xb4\x5a\xfd\
-\xf7\x1c\x6f\xbe\x6e\x2b\xa6\x69\xf6\x43\x1a\x56\x2f\xbe\xb9\x61\
-\x2a\x13\x6a\x6b\xa3\x47\x41\x40\x96\x62\x2e\x3c\xc4\xb9\x14\x68\
-\xef\x68\xba\xbf\x6e\xdd\x14\xd3\xbc\x57\x27\xe2\xfa\x4d\x85\xd2\
-\xe9\xaa\x3e\xd2\x1b\xd8\x9d\xbc\x91\xbe\x1c\x43\x3e\xe7\x32\x61\
-\xe9\xed\xfc\x1e\x3c\x64\x82\xbf\x5e\x24\xfd\xf8\x2e\xec\xf9\xdc\
-\xf2\xf8\x4f\x5e\x77\xa5\x01\xf8\x0b\xdf\xff\x55\x37\x5a\xda\xfe\
-\x12\xcf\x54\x34\x60\x4c\x90\x2c\x58\xb6\x4b\x44\xf8\x19\xe5\xb9\
-\x69\x9a\x01\x78\xbf\x40\xf7\xcd\xeb\xba\x7b\xe4\x08\x70\x7c\xd8\
-\x00\xf3\x0d\xa3\x96\xfe\xf1\xd6\x48\x2d\xfd\x1f\xdb\x16\xf3\xf8\
-\xf2\x78\x84\xf1\x5c\xec\xde\x1e\x70\x5d\x43\xc7\x11\x3c\x34\x60\
-\x57\x63\x73\x89\x01\x8e\xef\x52\xb5\xfd\xf0\xd8\xfe\x07\x60\x79\
-\x8d\x78\xc1\xfe\x1d\x01\x92\x99\x24\x65\xa0\x37\xf6\x0f\x88\xcf\
-\x31\x48\xc6\x2b\x24\x14\xf4\x6c\xad\x63\xce\xc9\x1b\x6c\x0c\x96\
-\x12\xa6\x72\xc0\xda\x36\x44\x2d\xbe\xdb\x84\xac\x89\x9a\x0c\xea\
-\xf9\xb3\xeb\x11\xa4\x18\xa6\x62\x80\xf4\xfd\x68\x88\x08\x0e\xf3\
-\x8c\xcb\xd3\x2d\x5c\x1c\x2e\x28\x44\xe2\xdf\x93\xdf\x23\xa6\xeb\
-\x18\x72\x9e\xd1\xeb\x02\xce\x39\x30\x6c\xde\xea\xbb\x27\x57\x3b\
-\x5e\x12\xc6\x73\x9e\x0f\x58\x96\x4b\x44\xb9\xb0\xd7\x8e\x43\x3a\
-\x3a\x24\x69\x28\x73\x41\x5f\x9a\xdf\x1c\x19\xf7\x5b\x90\x21\xb2\
-\x1b\x52\x41\x1a\xec\xc8\x81\x75\x80\xd7\x66\xeb\x1b\x53\x47\x97\
-\x90\x03\x80\x52\xa6\xa5\xf6\xed\xa7\x04\x78\xd3\x17\xfc\xda\xbb\
-\x1f\x7c\xc3\x1b\x9e\x4a\x17\x78\x2e\xaf\xbb\xce\x00\x7c\xd3\x8f\
-\xff\xfe\xfb\x5a\x5d\xff\x77\xb1\xf4\x8a\xe0\xe1\xc3\x73\xeb\x86\
-\x4e\x45\x19\x33\xd7\xc5\x07\xa6\x69\x66\xfd\x1b\x42\x71\x10\x5f\
-\xd1\x06\x0b\xb0\xf7\x1c\x91\xa3\x7b\xea\x40\x69\x2b\x7f\xf0\x59\
-\x2e\x3f\x4e\x3f\xf8\xf4\xba\x91\xb8\x53\x0a\xb5\xfc\xc7\x36\x73\
-\xf7\x72\xde\x62\x4a\x7e\x3e\x3d\x62\x88\xa1\x72\xd0\x64\x1b\x65\
-\xaf\xe8\x51\x37\x0b\x3a\xcb\xfe\xaa\x0a\x32\xce\x76\x3f\xc8\xf1\
-\x66\xa1\x8d\x90\x24\x9a\x84\xf8\xb7\x76\x75\x99\x71\x1a\x14\x81\
-\xa0\xf5\x15\x25\x65\x67\xc3\x01\xa6\x8a\x52\x26\x94\x5c\xc6\x44\
-\x9d\x5a\x17\x48\xb9\xe0\x57\xf6\x11\x6e\xc1\xf5\x3f\x57\x3f\xde\
-\xcf\x1a\x69\xbd\x29\xb1\xb1\x69\xd9\x4e\x38\x1c\x2e\xf6\xe3\x1c\
-\x28\xa6\x30\x9d\x49\x59\x20\x8d\x0d\x59\xbc\x14\x86\x5a\xa9\x3d\
-\x00\xf8\x35\xf3\x14\x20\x4a\x90\x29\xb1\x83\x72\xd9\xd6\x00\x4a\
-\x48\x4b\x9e\x8a\x3f\x46\x90\xa7\x19\x6d\x5b\xfc\x1e\x91\xf6\x3d\
-\x4d\x79\x8f\x9c\xbc\xba\x10\x02\xb2\x71\x3b\x61\xe2\xc4\xaa\x88\
-\xcc\x98\xba\x50\xfb\x4f\x5a\xbd\x78\xf9\x9f\x7c\x2e\x87\xf9\xbf\
-\xd3\xba\xab\xaa\x00\xdf\xfc\xb6\x2f\xbf\x7f\xda\x8e\xef\x48\x48\
-\xff\xe1\x61\x66\x13\x4f\x4a\xfb\xc9\x6c\x75\x1b\x08\xb0\x29\xd1\
-\xde\x43\x61\x4e\xca\x5a\xb5\xcb\x56\xcb\xde\x23\xb0\xd5\x75\xb0\
-\xd4\x42\x93\x8f\x00\x92\xf8\xab\x9e\x79\xfb\x33\xcf\x64\xc6\x6a\
-\x01\xc4\x9c\x50\x14\x8b\x47\xc3\xce\x42\xd8\xf8\xa9\x38\xbf\x9f\
-\x1b\x92\x29\x40\x8b\x0a\x80\x83\x82\x1a\xec\xb8\x21\x48\x11\x75\
-\x7a\xfe\x77\x8f\x59\x8a\x5e\x16\x1b\x03\x52\x5d\x78\x43\x72\x66\
-\x1b\x6f\xca\xe8\x5a\x1d\x34\x0c\xf1\x4a\x0e\xc3\x34\xc0\x81\xb5\
-\xf0\xb0\x86\x39\xcf\x60\x40\x9c\xd0\x3b\x55\x8e\x07\x4b\x6f\x00\
-\x92\x3e\x26\x6b\xfc\x4c\xc7\x67\x63\x64\x62\x28\x65\x86\x59\x47\
-\xab\xeb\xfe\x98\x2b\x1e\x1d\x00\xd4\xf1\x0e\x8c\x8a\x41\xa4\x05\
-\xc1\x26\xec\xe7\x20\xa8\xdf\x9b\x94\xcb\x2e\x7b\x16\xcf\x89\xeb\
-\x04\x43\xf6\xf4\x83\x2f\x4c\x03\xd9\x7a\x73\x10\x86\xef\xbc\xb6\
-\x05\x4b\x3d\x61\xf3\xd6\x74\x52\xa8\x37\x97\x34\x8f\x84\x65\x8f\
-\xba\x12\x70\xe3\xde\xf4\x81\x57\x3c\xfd\xdd\x7b\x67\xd6\x5d\x63\
-\x00\xde\xf0\x06\x24\x53\xfb\x87\x82\xf4\x25\xc7\xe9\xda\x95\xf0\
-\x3c\x3c\x69\xf7\x76\xdb\xc0\xf5\x73\x61\x74\x60\x02\x74\x3b\xf3\
-\xfe\x5e\xeb\x6e\xaa\xec\x0c\x24\x4a\x05\x00\xc8\x53\x72\xaa\x6e\
-\x20\x47\x7b\x28\x0a\x60\x3f\xb8\x4a\x91\x91\x92\xa7\x73\xf8\x0a\
-\xe7\x39\xe7\x30\x1f\x66\xc8\xc8\xfb\xcb\x78\xe9\x8d\x65\xb3\x3a\
-\x82\x79\xf5\xc3\x12\x61\x33\x23\x82\xfd\x00\xf5\x5e\xc7\xe1\x13\
-\xf8\xcc\x81\x20\xea\x84\xc1\x52\xa5\x68\x47\x0a\xde\xfc\x7e\xec\
-\xa0\xc6\x9e\x86\x01\xb2\x69\x9c\x13\x94\x3c\x8d\xe9\x44\x06\x76\
-\x3d\x9a\x6b\x2f\xc4\x01\x8f\x72\x5c\x30\xf6\x58\xbd\x08\x26\x5f\
-\x8c\xec\x50\x94\xe9\x80\x75\x25\x8a\x7e\xae\xe5\xb0\x5f\x23\x07\
-\x67\xe3\xbb\x2a\x53\x83\xad\x6e\x6c\x0d\xf6\x30\x5f\xd5\xb5\xfa\
-\xfc\x3b\x8a\x28\x8d\x73\x18\x34\x04\x5f\xc3\x8d\x1c\xcc\x31\x9b\
-\x90\xf2\x06\xb4\xb7\x61\x44\x45\x64\xdc\x07\xd5\x8e\xad\x57\xd4\
-\xde\xdc\xa8\xee\x54\xb0\x28\x56\x06\x80\x59\x4f\xf5\x3f\x7a\x9a\
-\xdb\xf7\x8e\xad\xbb\x22\x05\xf8\x96\xb7\x7d\xe9\xbd\x1f\x68\xe9\
-\xfb\x13\xf0\x1f\xb3\x8c\xb5\xdb\xb5\xf0\xd0\x29\x27\x4c\x3a\x01\
-\xbd\x8e\x1f\x66\x1f\x26\x31\x36\x4a\xe8\xf3\x83\x9e\x66\xdd\x56\
-\x57\xc8\x33\xef\x87\xa7\x22\x90\x39\xb8\x06\x8c\xb3\xc2\x28\xda\
-\xd3\x54\x31\x45\xaf\x0d\xf3\xe1\x38\x4a\x77\x03\x1b\x0c\xcf\x3f\
-\x2a\x09\xe6\xfa\x76\xde\x3c\x23\x80\x74\x10\x85\x37\xf5\xa1\x1e\
-\x21\x8a\x01\xd0\x0b\xef\xa1\xef\x4e\x93\xf5\x71\xd7\x21\x5d\x25\
-\x40\x16\x19\xd1\xcb\x1e\x69\x70\x2b\xa7\x34\xc1\x70\x8b\x3f\x77\
-\x6d\x05\x4b\x2c\x17\x36\xad\x90\x72\x40\x52\x19\xd8\x43\x4a\x19\
-\x05\x33\xaa\xad\x2e\x5c\xa2\x68\x50\x64\x03\x54\x33\x92\x50\x5d\
-\x29\x18\x95\x1e\xe7\xf8\x3b\xea\xf9\x15\x70\x7d\xbf\x09\xcb\xb2\
-\xe0\x78\x3c\xba\x1c\x9c\x79\xe5\x30\xbc\x2c\x05\x3d\x7b\x5b\x1c\
-\x20\xe5\x48\xf0\xa2\x41\x84\x72\xa3\x3a\x64\xd6\x79\x4d\x52\x72\
-\xd0\xaf\x56\xa6\x2b\xad\xe1\x30\xed\x0d\x46\x22\xfe\xba\x6e\x58\
-\x29\x94\xa2\x7e\x8d\xbd\x35\x9a\xc3\x05\x3d\xe4\x37\x8c\xb1\x4f\
-\x11\x11\xd9\x4e\x23\x06\x00\x13\xfc\xc1\xa7\xb1\x7d\xef\xe8\xba\
-\x2b\x22\x80\x5a\xd3\x9b\x93\xa4\x6f\x30\x25\x59\x25\xc2\xe0\xab\
-\x80\xbc\x33\xde\x0e\x17\x6c\xcf\x15\xa0\x64\x6e\xbc\xee\x3a\x59\
-\xa1\x31\x00\x08\x6a\xed\xce\x30\x73\x4b\xaf\x14\xa9\x38\xcf\xfb\
-\xaf\x80\x58\x9e\xab\x42\x3b\x96\x6d\xa5\x64\xd5\xd9\x83\xcd\xcc\
-\xcb\x50\x76\x76\xf8\xe1\x9b\x49\xbc\x84\xa7\x6e\x04\x5c\xe2\x0c\
-\xb6\xf7\xb8\x9f\xa5\x16\x31\xc8\x32\x78\xee\x66\x04\xa9\xac\xb7\
-\x31\x29\x38\x48\x40\xc1\x6b\x0f\xaf\xc9\x0a\x5f\xe2\x04\x5d\x4d\
-\x1e\xc6\x7b\x54\xec\xc6\xa2\x75\x82\x65\xf1\x3e\x00\xfb\x25\xe6\
-\x12\xde\x95\xaf\xdc\x9b\x82\xdc\xbd\x60\xf0\xed\xde\x3f\x94\x97\
-\x82\x66\x4b\x2f\xbf\xff\x91\x4c\xb5\xa3\x75\x59\xd8\xd2\xac\xe6\
-\x08\x7b\x44\x38\x18\x53\xa0\x54\x15\xda\x79\x6d\x5b\x77\xda\x72\
-\x5c\x44\x03\xcc\x76\xce\xbf\x1a\x35\x1b\xa2\x52\xa0\x3d\xa6\x0b\
-\xd9\xc0\x06\x92\x63\x09\x71\x5d\x9b\xf7\x21\xe0\xec\x7e\x8e\xdb\
-\x14\x91\x8d\x39\xde\xa2\xfb\x7d\x18\x21\x9b\xdd\x39\x41\x8f\xa7\
-\xbb\x9e\xf7\x06\xe0\x9b\xdf\xfc\xe5\x9f\x2f\x22\x5f\x4d\x39\x6f\
-\x83\xb5\x8e\x65\xbb\x44\x6b\xdb\xd5\x07\x5a\xfc\x9f\xc1\xba\x51\
-\xce\xcb\xbd\x54\x4c\xea\x21\x32\xcd\x50\xbb\x3a\x69\xc8\xbc\x66\
-\x9f\x0b\xc7\x87\xda\xd9\xf9\xd5\xb3\xf1\xdb\x9c\x21\x28\x58\x6b\
-\x43\x29\x65\x78\x35\xdf\x87\xfe\x5a\x7b\xbe\xba\x63\x0a\x36\xc4\
-\x39\x30\x42\xe8\x60\x2a\x6e\x3b\xa2\xaf\x3b\x3d\x75\x18\x1d\xa8\
-\x7b\x4c\xdd\x55\x72\xf8\x06\x23\xfc\x87\x99\xb3\xf9\x00\x80\xad\
-\xc4\x6a\xc4\x41\x72\xb6\x61\x70\x02\x07\x37\x03\x59\x90\x60\x48\
-\xcd\x43\x14\x8f\x9f\x86\x38\x66\x77\xf9\x35\x28\x46\x23\x52\x18\
-\xac\x2b\x0c\x41\xd0\x28\xeb\xf8\x59\x60\x1c\x1c\xd9\xdd\xd1\xd1\
-\xda\x3a\x3a\xf5\x9c\x4b\x18\x9f\x06\x69\x2a\x57\x52\x84\xba\xed\
-\x58\x80\x84\xa7\xf6\x90\xdd\xce\x2e\x76\x9e\xb2\xa7\x63\x34\x02\
-\x23\x5a\x32\xde\xab\x94\x93\xc3\xf5\xfe\xfd\x6c\x5c\x51\x5e\xef\
-\xb3\x48\x64\xb8\x12\x8f\xfb\xcd\x35\x17\x92\x4c\x28\x65\x42\x4e\
-\xe9\x73\x9f\x89\xbd\x7c\x27\xd6\xf3\x3e\x05\xe8\xb9\x7d\x7e\x62\
-\xfc\xe6\x9e\xd4\x60\x6b\x83\x39\xdf\x64\x40\x80\xc6\x43\x52\x5b\
-\x43\x70\xfb\x0d\x2e\xe7\xac\xca\xb1\x52\x3e\x15\x66\x5b\x37\x04\
-\x4e\x00\x13\x88\x25\x94\x9c\xc7\x86\x60\xc8\xef\x9b\x26\x73\x44\
-\x39\x0c\x6c\x53\x15\x19\x73\xea\x00\x0c\xf2\x48\x18\x01\xf5\x70\
-\xd5\xeb\x6c\x00\x00\x41\x1e\x9e\x76\xc7\x14\x84\xa1\x38\xcc\xf5\
-\x10\xcf\x02\xf9\x81\x05\x30\x4f\xef\xbd\xb3\x5b\xcd\xbd\xad\x04\
-\xd7\x60\x78\x3d\x7f\x6f\xa3\x80\x07\xc3\x18\x0e\x05\x25\x6d\x37\
-\x7b\x94\x63\x8e\xea\x1b\xd4\x87\x75\xb2\x9f\x3e\x70\x05\xc1\x2c\
-\x13\x36\xb8\xfc\x97\x1a\x2b\x00\x26\x50\xe9\xe3\xdb\x98\x88\x4f\
-\xdd\x01\x46\x51\xcc\x28\x53\x14\x31\x91\xf8\x15\xa6\xa2\xd3\x8a\
-\x8b\xe8\x84\x1c\xc0\x9e\x47\x01\x67\x20\xae\x29\x5c\xaa\xcd\x95\
-\x96\xfd\x1a\x72\x70\x87\x57\x0d\xfc\x62\x97\x5c\x50\xc1\x74\xaf\
-\xb5\xc6\x6a\xc0\x30\x2c\x8c\x2e\x9a\x37\x0f\x29\x0c\x39\x42\x9e\
-\xb8\xc8\x11\xf9\x78\x35\xc6\x44\x90\xcc\xa7\x26\x17\x0c\x35\x20\
-\x46\x90\xfd\xfa\x67\xb0\x75\x9f\x13\xeb\x79\x6f\x00\xe6\xa4\x1f\
-\x6e\x9a\x19\xa8\x5b\xec\x7b\x43\xdd\x56\xa8\x72\xa0\xa6\x02\x10\
-\x35\xd4\xd6\x47\xee\x9e\xdd\xfb\x47\x48\x3e\xe6\xf6\x75\xf6\xd5\
-\xa7\x00\x7d\x92\xa1\x4c\x39\x70\x29\x00\x80\x29\x65\xa2\x08\x1a\
-\xed\x4a\x42\xaa\x8a\xe3\xcc\x66\x14\x62\x7b\xce\x8c\x89\x8d\x7f\
-\x4e\x0e\x90\xdd\xbf\xc4\x84\xe2\x51\x9d\x10\x6e\xe6\xad\x91\xb3\
-\x1b\xa8\x33\x97\xec\x07\xc4\xa3\x1a\x6e\x64\x46\x0e\x00\x65\xb6\
-\x02\x17\x08\xaf\x18\x8a\xc8\xe1\xe3\x92\x24\xcc\x65\xa2\x32\xb2\
-\x74\xa0\x13\xff\x50\x35\x58\x02\xb6\x56\x71\xcc\x94\x1c\xeb\xa6\
-\x90\x2e\x90\x0c\xe4\x3c\x43\xdb\xca\x43\x9f\x6c\xe8\xea\xf3\x40\
-\xe8\x2e\xe9\xe6\xc6\x55\x20\x3e\x9d\x69\xbf\x16\xfc\x3d\x06\xf6\
-\x91\x00\xd4\xba\x71\x56\x00\xf6\xc8\x28\x72\xf6\x3c\x4d\xa8\xdb\
-\x02\x78\xe0\x5f\x6b\x63\xf9\x0e\x18\xa1\x39\x8c\x33\x1f\xd4\x9a\
-\x93\x77\x0c\xc8\x09\xda\xda\x4e\xf5\x0b\xdc\xc0\xef\x81\x88\x8c\
-\xc7\xf6\xa6\x90\x8c\x3d\x12\xf0\xaa\x8b\x18\xd9\x99\x09\x19\xd1\
-\x19\x49\xe3\x4b\xa3\xb8\xb6\x8a\xd6\xdb\xd5\x6c\xf3\x79\xb4\x9e\
-\xf7\x29\xc0\x0f\x7e\xdd\xcf\xff\x82\xa1\xff\x3d\x64\x67\xa5\x05\
-\x5e\xe3\xe1\x68\xef\x7d\xe4\xa1\xc0\x9e\xe7\x73\xf3\x88\x7b\x93\
-\x50\x8d\x61\x07\x19\xcc\xa1\x36\x83\x2b\xef\x32\x17\x65\x31\x80\
-\x4a\xc3\x30\x0f\xdd\xc1\x0a\xc3\x56\x2b\xe6\x79\x0a\x3b\xe4\x45\
-\x83\x38\xb4\x36\x6a\xed\x88\x00\xd7\x43\x72\xce\xad\x8f\x8d\x39\
-\x82\x52\xb4\xb6\x31\x5a\x71\xd0\x91\x61\x6e\xe4\xf1\x7b\xf3\x4d\
-\x57\x2f\x65\x99\xc1\x8c\xfc\xfb\x24\x69\x78\x27\x80\x42\x96\xdd\
-\x49\x36\x91\x66\x88\x08\x52\x2e\x30\xb4\x91\x1e\xc5\x04\xe4\xd1\
-\x41\x18\xad\xc0\xbd\xbb\x1c\x17\xc7\x79\xf3\xf1\xdd\x0f\x4e\x1b\
-\xd1\x48\x77\xad\x3e\x96\x03\xf7\x12\x20\x0c\xfb\x58\x75\x0d\x63\
-\xd5\x01\x0f\xdb\xa7\x32\xa3\xd6\x8d\x0a\xce\xe7\xe5\x43\xff\x0e\
-\x93\xb3\x2d\xbb\xa3\xfe\xa6\x6d\xbc\xf6\x30\x02\x9e\xca\x44\x63\
-\x36\x95\x9b\xbc\x15\xb7\x7b\xb5\x23\xd8\x3b\x6e\x18\x73\x61\x4a\
-\x07\x93\xf1\x39\x87\xf7\xf7\xbf\x4b\x2e\xae\xfe\x3c\x12\x48\x98\
-\x91\xd9\xb9\x6c\xa7\xe0\x5d\xdc\x31\x49\xaf\xa7\xbb\x9e\xf7\x06\
-\x00\x00\x6e\x68\xf9\x66\x33\xfd\xd5\x20\xd5\x93\x94\x12\xc1\x7a\
-\x6c\x7a\x1b\x3e\x5f\xe8\xf2\x01\xb1\xdd\x30\x08\x67\xf7\x55\x97\
-\xf5\x0e\x0c\x7b\x9a\xce\x6a\xf3\xd8\xeb\xed\xd1\x47\xa0\x6a\xd8\
-\x5a\xc5\x3c\x95\x1d\xac\x0b\x0f\x76\xd6\xc1\x16\x87\x5c\x47\x78\
-\x69\xee\xa4\x1c\x2b\x88\xc3\xe7\x6d\xbd\x6b\x5b\x29\xfd\x2d\xbb\
-\x22\x2e\xdf\xdf\xce\x36\xbf\xb9\xd2\xac\x0d\x59\xad\x94\x1d\xcd\
-\xf6\xcf\x11\x8d\x2d\xa6\x91\xdd\x8a\x6b\xe3\xb1\x0a\xd2\x06\x70\
-\xe7\xaf\xef\xd7\x68\x6b\xcb\x60\xc4\xc1\x18\xdd\x44\x88\x9c\xa7\
-\xc2\x5a\x7c\x27\x70\x18\xe2\x1c\x30\x32\x17\xd9\xa2\x1c\x00\xa0\
-\x7f\x27\x70\x5a\x2f\xcb\xb1\x3a\xbe\x87\xb9\x5a\x71\x4a\x19\xdb\
-\x5a\x77\x01\x90\xb3\xeb\x0d\xd1\x31\x01\xb9\xf7\x86\x5a\x3b\x82\
-\x35\x38\x78\x04\x67\x46\x20\x68\xde\x62\x09\x49\x31\x40\xcb\x2b\
-\x11\x03\xcc\xbb\xfe\x3c\x0e\x7c\x32\x0e\x60\xec\x38\x94\x1c\x46\
-\x82\x3f\xa3\xd8\xc8\x42\x63\xb5\x47\x63\xef\xbf\xbd\x3b\xfc\xf6\
-\xad\xbb\xc2\x00\x7c\xef\x6b\x7e\xf6\x71\x95\xfc\x6a\xa4\xb4\x61\
-\x2e\xc0\x61\x0a\xa7\x86\x10\x02\x89\x7c\x78\x88\x67\x40\xfc\xd0\
-\x81\x21\xba\x50\x4e\x1a\x9d\xe3\xc1\xa0\xc6\x49\xb2\xde\x17\xc7\
-\x72\x1e\x37\xb0\x44\x18\x0f\x17\x99\x30\x20\xe7\x3c\x36\xc4\x38\
-\xf4\x11\x46\x78\xae\x1e\x21\x3b\xf7\x92\x13\x73\x2c\x5a\x7f\x1d\
-\xdd\x07\x25\xb6\xab\xae\x3e\x7d\x38\xc8\x32\x7e\x98\x46\x5f\x3c\
-\xa9\xac\x83\xec\x82\x20\xff\xa4\xb3\x88\x62\x3f\x44\xea\xf5\xf0\
-\x88\x42\xc4\x80\x52\x84\x8a\xc1\xbe\xc1\x3b\xf4\x8a\x81\x69\x95\
-\x46\xa0\x0b\xeb\xf9\xdd\x8d\xc5\x21\x1d\xfc\x3b\x32\x0a\x68\xda\
-\x98\x9b\x1b\x2b\x02\xd1\x53\xdf\xc3\x08\x38\xd9\x88\x59\x82\xcf\
-\x82\xb0\x10\xd9\xe4\xef\x53\x4a\x94\xfc\xee\xfd\xec\x77\xe6\xbc\
-\x06\x7a\xeb\x30\xea\xaa\x8d\x33\x1d\xdc\x90\xc4\xc1\x1d\x46\x80\
-\xe5\x16\x8a\xa4\x96\x84\x6e\x8a\xd6\xa3\xc2\x10\xd7\x14\xbb\x33\
-\x88\x16\x66\xbf\x6f\x88\xbf\x47\x0d\x37\x18\x0c\xea\x04\x26\x5c\
-\x31\x52\x66\x76\x79\xbb\xf7\xf8\xed\x5a\x77\x85\x01\x00\x80\x1f\
-\xf9\xba\x7f\xf5\x0b\x66\xfd\x87\x22\xb7\x03\x70\x05\x07\x03\x04\
-\x96\xe2\x3c\x12\xff\x57\xb0\xb1\x26\x39\x08\xd7\xb4\xb9\x07\x00\
-\x90\x80\x5c\xf2\x60\xd1\x99\xed\xa4\x92\xdd\xfb\x73\x63\x65\x07\
-\x98\x86\xe7\x1f\x6f\x1a\x1b\xf3\xec\xbf\x7d\x83\xaa\x19\x8a\x4c\
-\xf1\x08\x84\xef\x21\x01\x65\x83\x76\xca\x62\xdb\xd9\x6b\x9c\xa7\
-\x0a\x06\xc3\xb6\x6d\x44\xcd\x5d\x33\x2f\x95\x10\xe2\xf4\x10\x3a\
-\xde\x2f\x10\x7a\xb5\xd1\xc8\x42\xb3\x98\x50\x52\x81\x5a\x73\x83\
-\x65\x18\x13\x44\x60\xd4\xd6\x73\xa3\xa3\xaa\x1c\x92\xe2\xc6\x2e\
-\x65\x19\xe5\x3d\x53\x75\x35\x65\xbe\x5f\xef\x8a\xa6\x4c\x49\x76\
-\x72\x90\x8d\xa1\x1a\x9c\x00\xdc\x86\xe1\x33\xd8\x98\xf0\xdc\x7a\
-\xf5\x34\xc1\x5f\xdb\x9f\xcb\x01\x26\x6e\xe8\xa0\xd8\xb4\xf9\xc7\
-\x3c\x2f\x1d\xfa\xb5\x89\x72\xab\x09\x24\x3b\xfb\xcf\xeb\x0b\x11\
-\xc1\x45\xae\x98\x0b\x39\x05\x91\x6e\x78\x98\xc0\xbb\x21\xbb\xb1\
-\x0e\x43\xae\xb0\x01\xd4\x46\x92\x95\xd4\x9e\x54\x72\x7a\xfe\xac\
-\xbb\xc6\x00\x00\xc0\x24\xe5\x87\x00\x96\xab\x4a\xda\xa5\xb6\x00\
-\x8c\x03\xc4\x1f\xd1\xf6\x47\x9d\x3f\x25\x41\xf7\x26\x9a\x08\xff\
-\xc5\xa5\xbd\x87\x07\x1f\xa1\x29\xc6\xf0\x92\xda\x2a\x07\x60\x7a\
-\x15\x60\x3f\xe0\xe1\x31\xfc\xf0\x47\x98\x79\xf6\x98\x50\x09\x0a\
-\x0f\xa7\xde\xc7\xdf\x5b\x43\xad\x2b\x87\x5c\x62\x0f\xa3\x77\xfa\
-\xaf\x79\x1b\xaa\x0e\xd6\x5e\xf0\x06\x46\x3a\x71\x76\xb0\xa2\x4a\
-\x30\xe8\xcc\xe0\xc1\x95\xbc\xeb\x22\x5e\x09\xa7\x0d\xe3\x60\x6f\
-\x6d\x41\x0b\x76\xa1\x1b\x91\xee\x83\x32\xe7\x34\x9f\x7d\x76\x75\
-\x20\xd2\x8d\x80\x1a\x14\xed\x2c\x0d\x38\xf3\xe8\xbc\x1b\x8c\x5e\
-\x7a\x44\x00\xce\x5d\xc8\x54\x48\x8e\x68\x07\x88\x08\x40\xbd\xe1\
-\x30\x79\x5a\x03\x98\x36\xe7\x1e\x9c\x0b\x7b\x86\xb1\xd5\x71\x0d\
-\x92\x64\x94\x99\xd1\x59\x1c\x5a\xf5\xfb\x1e\x33\x0f\x06\xb8\x6b\
-\x3b\xb3\x30\x4b\xc2\x24\x34\xec\x6a\x86\xd6\x2b\xb6\x6d\x41\x94\
-\x16\xaf\xa4\x05\xa2\x1f\xba\x8d\xdb\xfa\xb6\xae\xbb\xca\x00\xfc\
-\xad\x3f\xf7\x2f\x7f\xd1\x92\x3d\x54\xf2\x84\xc3\x7c\xc4\x94\xa2\
-\xbc\xb6\x5b\xf6\xbd\x88\xbf\x57\x9b\x25\x25\x98\x75\xea\xe7\x01\
-\x80\xb0\x87\x5c\xc6\xd3\x0c\xd5\x43\xc8\xa0\x01\xab\x2b\xf2\x86\
-\x58\xc5\xa0\xa4\xfa\xdb\x9c\xbf\x67\x10\x6a\xce\xd3\x80\x2c\xd3\
-\x7e\x50\xc3\x68\x68\xc3\xb2\x2d\x50\x63\xdb\xee\xe0\xe8\x47\x28\
-\xec\x87\x14\x66\x0e\x9a\xf9\x7f\xab\x5d\x19\xe4\x39\x8c\x80\xb2\
-\x35\xb8\xfb\xf0\xd3\x81\x60\x8b\x8f\x08\x73\x14\x7e\x07\xd3\xc2\
-\x74\xed\x87\x69\xad\x0b\xa7\xe1\xf8\xa4\x24\x03\x15\x75\x4a\x3e\
-\x20\x09\xa0\x42\x20\xaf\xc3\x69\xd3\xb0\xe1\x95\xe3\x60\xee\x79\
-\x3d\xd3\x03\x08\x71\x81\xe6\x3a\x03\x61\x00\x53\x2a\x04\x6d\x9b\
-\xd2\xe0\x8c\xd4\x88\xaf\x99\x12\x95\x7d\x05\xfe\xbd\xbc\x24\x18\
-\xb9\x7d\x1c\xc8\x88\x66\xe2\xde\x8b\xed\xf4\x61\x5e\x53\x92\xc5\
-\xba\xa7\x2c\x2c\x50\xd8\x78\xbe\x80\x33\x21\xb7\xb6\x62\xad\x2b\
-\xd6\xe5\x84\xad\x55\x28\xf8\xd9\x79\x07\x63\x2f\x19\x44\xd3\x6f\
-\x3c\x6b\x9b\xfc\x19\x5e\x77\x95\x01\x00\x00\xed\xfa\x3d\xc9\xc3\
-\xb4\xa9\x1c\x98\xe3\x02\xc0\xb8\x61\x09\x96\xf6\x50\x8e\xf4\x76\
-\x0f\xef\x02\x09\x06\xa3\x82\xf0\x57\xea\x00\x1d\x44\x20\x6e\x54\
-\x6a\x0c\xc0\x40\x18\x18\x7f\xe2\x30\x38\x0e\x2a\x8d\xd2\xdf\x7e\
-\xc0\xae\x2a\xef\x2a\x02\x51\x6f\xbd\x61\xd3\xd5\x75\x08\xf7\x0d\
-\xb9\x87\xb7\xfc\xbb\x76\x2a\xff\x86\x37\x87\x39\x98\x68\x81\xba\
-\xef\x9b\x9f\xaa\xc5\xfb\x06\x17\x88\xcf\xe8\xe3\x24\x64\x41\xf0\
-\xee\x81\x50\xf7\xe9\xba\x63\x0a\x4b\x5d\xdc\xd8\x19\x14\x9d\x92\
-\xe3\xc2\x83\x34\xcf\xc7\xe1\xe5\xad\x77\xd4\xda\x06\x21\x47\xb5\
-\x7b\x8e\xee\xb8\x45\x34\x0a\x19\xa3\xaf\xae\x86\xde\x3c\xea\xb2\
-\x0e\xf8\x61\x4e\x19\xa8\xda\x9c\x49\xd8\x07\x7e\xc0\x74\x6d\x2f\
-\xa6\x98\xec\xb2\xde\xc4\x1f\x70\x25\x42\xda\xd3\xa6\x60\x18\x9e\
-\x95\x0b\x43\xb9\xd0\x00\x53\x67\xf6\xeb\xce\xbc\x54\x10\xa8\x6c\
-\xdd\x2b\x1a\x89\xfb\x27\xd2\x81\xbd\xb4\x6a\x50\xc1\x13\x98\xf1\
-\xf6\xdb\xbe\xb1\x6f\xd3\xba\xfb\x0c\xc0\xf2\xe1\x07\xba\xd9\x2d\
-\xba\x76\xc1\x9c\x67\x14\xc9\x98\xe7\x23\x2e\x0e\x17\xc8\x39\x02\
-\x3e\xf7\xc6\xde\x17\x3f\x1a\x4b\x84\xa5\x1f\x20\xb2\x79\x1b\x4d\
-\x44\x39\x36\x02\x76\xe0\x6a\xf7\x9c\x1e\x1a\xfa\x81\xd7\xc8\x17\
-\x6d\xf7\x3c\x91\x5e\x14\x99\x1c\x50\xdf\x51\x77\x55\xc5\xb2\x5d\
-\xa2\x6b\x43\x49\x79\x8f\x1a\x62\x43\x0f\x91\x4a\x45\xad\x9b\x97\
-\xc3\x42\x0a\xcb\xd3\x89\xc8\xb5\x2d\x72\x67\x07\xbf\xfc\x40\x94\
-\x9c\x31\x4f\x07\x4c\xd3\x81\xda\x00\xe0\xc0\x8d\x2c\x19\x1d\x0a\
-\x49\xee\xfd\x25\x8c\x1e\x63\x9b\xd3\x72\xd3\xbd\x2a\xaf\x43\x78\
-\xf4\x29\x4d\x48\x38\x4f\x3b\x14\xb5\xb6\xd1\xae\xdb\x34\x0e\xf0\
-\x55\x3a\x30\x75\x0d\x78\x0f\x6a\x6d\x23\x7a\x82\x9a\xeb\x04\xfa\
-\x41\xee\xd4\x41\x34\x3f\xa0\x92\xbc\x2d\x17\xb6\xa7\x64\x6a\x40\
-\x3f\x2b\x8d\xfa\x35\x88\x58\x68\x18\x51\x44\xc7\xa7\x47\x39\x0e\
-\xf0\x89\xc8\x98\xc4\x8c\xb8\xe6\x11\x6d\x45\x03\xd9\x48\x19\xf6\
-\x68\x8d\xcb\x1e\x11\xe0\xcf\xbe\xe5\x1b\x1e\xfa\xed\xdb\xbd\xaf\
-\x6f\xd7\xba\xeb\x0c\xc0\x1b\x5f\xf7\xfe\xa5\xf7\xfe\xd0\x08\xe7\
-\x72\xc2\x3c\x1f\x90\xa5\x20\x49\xc6\x3c\x1d\x1d\xc3\x19\xbc\x35\
-\xf7\x54\xdc\x27\xc9\xbc\x94\xe6\x37\xb9\xb7\xee\xa1\x3f\xc6\x90\
-\xca\xba\x35\x07\x96\x6c\x44\x0c\xe3\x1f\xa6\x83\x62\x0a\x9c\x35\
-\x8c\xc0\x00\x55\x08\x8a\x87\xab\xba\x6f\x74\x55\x2c\x75\xc1\xd6\
-\x2a\x72\xca\xde\x08\x74\x95\xeb\x1f\x5b\xba\xd6\xc6\x79\x02\x67\
-\xf9\x6e\x2e\x79\xcf\xb1\x63\x93\x1a\x39\xfd\x21\xe7\xcd\x81\x23\
-\xd9\x05\x50\x6d\xa4\x00\x30\x8e\x1b\xe7\x6b\xfa\x27\x1d\x7c\x77\
-\x96\xf4\xb6\xb6\x50\x11\xa8\xbb\x91\xec\x7b\xb7\xdf\x34\x1d\x06\
-\x1a\xdf\xc1\x76\xe4\xce\xfa\xa0\x47\x55\x0e\xac\x7a\x5a\x30\x3c\
-\xa8\xec\xea\xc0\xbd\xb2\xfe\xaf\x64\x0e\x79\x74\xe3\x1e\xd6\x41\
-\xc6\xe8\x13\x48\xe4\x32\x33\x51\xf1\x89\xbc\x3d\x3e\x13\xe2\x90\
-\x5e\xad\x0e\xf0\x06\x84\xf9\x65\x94\xa7\xaa\x9e\xda\x28\x3d\x7c\
-\x8c\x3d\xf3\x8a\x4f\x29\x4c\x23\x39\x35\x79\xef\x1b\x08\x4b\xa0\
-\x66\x7f\x27\xa1\xbe\xfc\x81\x6f\x7c\xe8\x1f\xdd\x86\x6d\xfc\xac\
-\xad\xe7\x3d\x13\xf0\xe3\xad\xda\x36\x2d\x2e\x7d\x15\xe7\x73\xad\
-\x27\x84\x02\x10\xfc\xc6\x27\x97\xf9\xee\x0a\x04\xe3\x4e\x72\x39\
-\x3b\xd7\x5e\xf6\x83\xb1\x57\x9f\x94\x42\x74\xeb\x94\x8e\x02\x7c\
-\x93\x79\x76\xe1\xf8\x42\x34\x8e\x9a\x50\x6b\x5f\xc5\x90\x14\x90\
-\x94\x87\x3e\x81\x19\x45\x3b\x4d\x01\x15\xc5\x69\xbb\xa4\xa6\x5e\
-\xe6\xf0\x0a\x7f\xfb\x33\x10\x13\x40\x57\xac\xdb\x86\xfd\x90\xb2\
-\xf1\x25\x84\x2c\x77\xcf\xa7\x64\x34\xd6\xc6\xfd\xea\x58\x05\x00\
-\xc4\xdc\x40\x48\x42\x91\x09\x2d\x55\x9f\x51\xc7\x43\x46\x8f\xae\
-\x30\x65\x7f\x82\x24\x83\x42\x70\xda\x6e\x21\x1d\xee\x81\xa8\x01\
-\x29\x53\x34\x15\x42\xa5\xa3\x94\xe9\xad\x7b\x47\x4f\x02\x69\x0d\
-\x65\x9a\xf6\x8a\x83\x60\x07\x54\x01\x0c\x86\x7d\x4a\xac\x06\xf4\
-\x86\x09\x05\x96\xc4\xaf\xb1\xc0\x6a\x83\x65\xa7\x62\x0f\x56\x06\
-\x23\x2d\x45\x47\x22\x55\x6f\xa4\x72\x0a\x03\x7a\xdc\x88\xf0\xfe\
-\x11\x63\x85\xb4\x97\x1b\x75\x9f\x9e\xba\x37\xf8\xec\x79\x7d\x16\
-\x4e\x62\x8e\xcb\x9f\x2d\x21\x1f\x8e\x30\x55\xac\x6d\x85\xa1\x35\
-\x64\xfd\xf3\x0f\x7c\xc3\x43\x6f\xfc\xcc\x77\xe8\x73\x67\xdd\x75\
-\x06\xe0\x5b\x7e\xe0\x4b\xef\x85\xe0\x0f\x2d\x6d\xc5\xc1\x73\xe3\
-\xa6\xcd\xbb\xc8\x88\xee\x97\x92\x91\x92\x8d\x4d\x15\xf9\x9d\x9a\
-\x61\x92\xbd\xa5\x55\x3b\x0f\x5a\x4c\xfd\x81\xd7\xc3\xc9\x00\x4c\
-\xc3\x93\xc1\x48\x1d\x65\xaf\xcf\xe8\x16\x20\xf0\x26\xae\x20\x2c\
-\x6c\x43\xc5\xd9\x66\x56\x63\xcd\x7e\x59\x6f\x41\xb5\x51\xb6\x0c\
-\xc0\x4e\xfb\xc5\x30\x46\x62\xc0\x52\xd7\xe1\xc1\x02\x5f\x90\x9c\
-\x9d\xc4\xa3\x63\xc3\xab\x63\x14\x81\xee\x47\x91\x22\x25\x19\xe4\
-\xa7\xd6\xf7\x19\x7e\x31\x12\x5c\xbb\x7a\x4c\x48\x2a\xb2\x48\x82\
-\xa8\x40\x12\x27\xfd\xac\xe9\x84\x34\x5f\xb0\x5d\x59\x64\xd0\xaa\
-\x2f\xa6\x6b\x78\xa2\x3f\xce\xb7\x52\xa0\xa2\xb1\x54\x9a\x05\xe2\
-\xde\x3a\x0e\x32\xce\xbf\x1b\x00\xc4\xe7\xed\xcd\xd9\x98\x80\x80\
-\x5a\x05\xbc\x5e\x1d\xea\x59\x3b\x8c\x83\x49\xad\x7b\x9a\x32\xea\
-\xfe\xbc\x50\x06\xf3\x6b\xbd\x87\xf1\x80\x63\x03\x61\x76\xc6\xe5\
-\xf3\x43\x3f\x5a\x7d\x15\x39\x17\x14\xc7\x78\x78\xe5\xf4\x4c\x60\
-\x64\x68\x1c\x7d\xd7\x9b\xef\x92\xc3\x0f\xdc\x85\x06\x00\xd7\x70\
-\xcd\xcc\x8a\x68\x8c\xf4\x02\x31\x36\x17\x8d\x94\x92\x3d\x99\xe7\
-\xe6\x55\x18\x15\x5f\xcd\x9c\x1e\x8b\xd1\xbe\xde\x7d\x94\x93\xa4\
-\xd9\x3b\xf9\x7c\x90\x67\x99\xfc\xf0\xc3\x9f\x07\xdf\x85\x32\xf2\
-\xdf\x11\x12\xf8\xe3\x18\x4a\x1a\x67\x10\x26\x6e\x72\x03\x19\x77\
-\x4b\x5d\x29\xd7\x55\xca\xd5\xc3\x1f\xcb\x80\x66\xdd\x69\xb7\xf1\
-\xd1\x0d\xf3\x34\x03\x03\xc1\x87\xa7\x1f\xec\x4b\x88\x96\x68\xb3\
-\xd8\xc8\xc4\x09\x82\xcd\xc7\x41\x23\x2b\x4c\x3b\x80\xa4\x66\xfa\
-\x4e\x33\x7b\xa5\xaa\xe6\x94\x13\x23\x0c\x97\xd2\x96\xce\xea\xc7\
-\xb6\x9d\x90\x13\xa5\xc5\x45\x0d\x5d\xd8\x71\x27\x02\xcc\x65\xa6\
-\xf2\xb2\x0a\x90\x19\xc6\x93\xe7\xc0\x06\x9e\xe4\xc6\x4e\xbc\x29\
-\x22\xbe\xa5\xa4\x04\xad\x15\x1d\xa1\x60\x44\xe3\xd8\xb4\x63\x42\
-\x62\xc4\x01\x46\x21\x7b\xb5\x35\x0e\x76\x80\x7d\x70\xe3\x17\xb9\
-\x3b\x70\xde\xcf\x6f\x91\xda\xc4\x63\x4c\x87\x44\x38\xed\xb7\x82\
-\x12\xf1\x8e\xbd\x84\x63\x38\x7b\x1f\xa6\x40\x7d\x5d\x8e\xd7\xbe\
-\xfb\x69\xec\xce\xe7\xdc\xba\xeb\x0c\x40\xdb\x54\xd2\x44\x9a\x8b\
-\x35\x96\x88\x92\x03\x38\x30\x83\xd4\x0e\x2d\x3a\x0e\xda\x5e\xa7\
-\x07\x37\x98\xa5\x33\xe2\x0f\xa5\xaf\x73\x82\xe7\x9d\x44\x87\xcb\
-\xd0\x05\x27\x8b\x0c\x7e\x98\x01\xf3\x2e\xb8\x1d\x1b\x88\xc9\x39\
-\xd9\x9b\x64\x14\x8e\x3e\x7b\x2b\xf1\xe5\x4a\xf1\xd8\xa9\xcc\xb0\
-\xd1\xc8\x70\xb5\xb7\xc4\x54\xb1\x6c\x0b\x19\x88\xde\x30\x94\x0b\
-\x27\x0e\xed\x23\xad\x80\x28\xa7\xd5\xba\x45\x8c\x31\x52\x94\x10\
-\x18\x09\xef\x97\x24\xa3\x59\x03\x54\x1f\xad\x6d\xfd\x2b\xa7\xf5\
-\xf2\xa3\xf3\x7c\xf1\x3f\x1f\xa6\xf9\xdf\xb5\xae\x2c\x8d\x76\xaf\
-\x93\x7b\x99\x4c\x01\x9c\xd6\x9b\x28\xf2\x02\xaf\xc9\xd3\x52\x9a\
-\x09\xa6\xec\xf3\x03\x94\x6d\xd9\x0d\x02\xb4\x4a\x65\x5e\xff\x5c\
-\x82\x10\x3d\xb9\x6a\xe4\xd4\x3f\x93\x68\x07\x67\x8d\x1a\xb4\x79\
-\xae\x3e\xee\x91\x02\x9a\x1c\x57\xb0\xf1\x99\x10\xf7\xcf\x6f\x85\
-\x9e\xa5\x4f\x43\x1c\x25\x30\x94\xf8\x1d\x04\xa6\xdd\x0f\x3f\x01\
-\x5b\x19\xc8\x8d\x8e\x7d\xd1\x8d\x84\xa5\xd6\x36\xc7\x57\xf4\x67\
-\x1f\x7c\xf5\xbf\xbc\x23\x53\x7c\x6f\xd7\xba\xfb\x0c\x40\x51\x99\
-\x1d\x08\x12\x09\xce\x1f\x18\xae\xaa\xf9\x9c\xf7\x3d\x68\xa4\x95\
-\x4f\x90\xf0\x92\x7e\x72\x7b\x37\xc0\x14\x92\x4b\xa4\xa5\xce\x5b\
-\x4f\x3c\xc0\xc3\xd3\xf3\x39\xec\x4d\x57\x18\xd2\x15\x23\x90\x64\
-\xe7\xf3\x87\x4e\x7e\x28\x01\x5f\x2e\x37\x01\x55\xe4\x32\xb1\x83\
-\xef\x2c\xa5\x88\x65\x00\x96\xca\x69\x37\x74\x6c\x7c\x0d\x32\xf8\
-\x80\x41\x6b\x75\x30\x71\xab\xdb\x6e\x14\xdc\xf3\x65\x0f\x6b\x5b\
-\xef\x43\xa7\x80\x7c\x06\x58\x5f\x1e\xff\xbc\x9b\xcb\xad\x55\x4d\
-\xbe\xa4\xf7\xed\xa7\x35\x4f\x5f\x47\x0e\x94\xb9\xd1\xe8\xa0\xe8\
-\x27\x0f\x49\x53\xc3\xcd\xf5\x26\xae\x1d\xae\x03\x0a\x97\xde\xe6\
-\x67\x3a\xcc\x07\xdc\x3a\xdd\x72\x4f\xef\x93\x97\x12\xa8\xd7\x0f\
-\x07\x52\x11\xd4\xec\x7d\xa5\x90\x5f\xeb\x0d\x05\x3b\xb6\xa2\xda\
-\x00\x57\xe9\xe5\x33\x3a\x24\x19\xe6\x41\xf5\xf6\xc3\xda\x77\x1c\
-\x20\x3c\x3c\x27\x3a\xed\xde\x3c\x80\xd4\x78\x0e\x94\xdc\x40\x81\
-\xc1\x7a\x87\xa5\x0c\xed\x95\x53\xa1\x7a\x43\xd7\xea\x8d\x64\x3b\
-\x70\x29\x26\x6f\x7a\x9a\xdb\xf3\x39\xb7\xee\xba\x2a\xc0\xf1\xe2\
-\x9e\x1c\x21\x72\x04\x85\x31\xba\x9b\x60\x54\x10\x6c\xbc\x69\xc4\
-\xf5\xdf\x05\x38\x6b\xa3\x15\x22\xd9\x12\xaa\x34\x3c\xcc\xdd\x25\
-\xb5\x23\x3c\x3c\x2f\x0d\x85\x2e\xdd\x28\x5b\x59\xe4\xdd\x1c\x7c\
-\x19\xaa\x37\xdd\x18\x7e\xdf\x5a\x9f\x40\xad\x15\x6a\xa0\xd6\xc0\
-\xa8\x61\x7b\x09\xcf\xff\x6c\x75\x85\x56\x1f\x67\x05\x7a\xab\x5c\
-\x5c\x1d\x37\xc2\x5a\xcf\x71\x6b\xab\x83\x3e\x4b\xea\x02\x31\x0f\
-\x12\x9d\x80\xde\xdd\x43\x03\x70\xa5\x5e\x69\xf9\xfa\x97\xff\xc6\
-\xe7\xdc\xbf\x26\xed\xbf\xd9\x55\xdf\xde\xb4\x7e\x30\x3c\xf6\x98\
-\x92\xe9\xe9\x40\x54\x19\x6a\xad\xd8\xda\x42\x63\xda\xf6\xda\xbb\
-\x48\xc2\xb1\x5c\xd0\xd0\xba\x11\x8e\x31\x6a\xe3\x78\x06\x4a\x7f\
-\xa6\x0e\x04\x0f\xc3\xc9\x58\x64\x5d\xdf\xc4\xaf\x59\xe4\xf9\x7a\
-\xce\xe5\x07\x60\x67\xaf\xe5\x65\xd9\xc8\x05\x22\xed\x08\xa1\x0f\
-\x3d\x2b\x8f\x06\x5f\x20\x0c\xa4\xb6\x15\x56\x29\xbc\xb2\xb6\x0d\
-\x4b\xe5\x38\x75\x7e\x16\xec\x9c\x02\xd8\x13\x53\x5f\xdf\xf6\xec\
-\xec\xe2\x67\x6f\xdd\x75\x06\xa0\x97\xe5\x05\x11\x0e\x73\x0c\x10\
-\xe9\xb6\xc8\x09\x32\x15\x8f\xe7\xc9\x06\x33\x18\xbb\xe1\x80\x31\
-\x1a\x1c\x16\x35\x66\xf7\x22\x40\x24\x9e\xe8\x5d\x83\x8d\x3a\x10\
-\x77\x60\x0f\x2d\xc3\x08\x98\x33\xc6\x76\x61\xd2\xbd\x86\x6f\xda\
-\xb1\xb6\x05\x5b\xdd\x60\x30\xcc\x33\xfb\x01\x84\x98\xf2\x46\x00\
-\x00\x19\x47\x49\x44\x41\x54\xa2\x4b\x90\xa5\x2f\x0f\xe5\x5b\x45\
-\xab\x8e\xfa\x83\x87\x20\xe7\x68\xe3\x65\x84\x12\xec\xc3\x6d\xe3\
-\xa6\x1d\x6c\x43\x61\x85\x60\x2a\x33\x01\x39\x0f\x75\x6b\x5d\xb0\
-\xb5\x0d\xb5\x6f\x50\x53\xe4\x22\xdf\xfd\xe2\x97\xbc\x38\xd5\x35\
-\x7d\x54\xcc\xde\xb5\x2e\xdb\x5b\x4c\x7b\x35\xaf\x7f\x27\x90\x1b\
-\x31\xf8\x0a\x46\x42\xd0\x69\xbb\x64\xcf\x82\x33\x22\xd5\x3b\x06\
-\x25\x0b\x4a\x61\x05\x80\xcd\x45\xdd\x0d\x9d\xed\x07\xfc\x8c\xd3\
-\x10\x7f\x22\xc2\xaa\xb5\xa1\x7b\xaa\x13\xfd\x02\xac\xbc\xd8\x88\
-\x72\x76\x43\x69\x67\x33\x12\x74\x54\x42\x22\x38\xdb\xcb\xa8\xd8\
-\x8d\x40\x44\x4c\xe2\x51\x43\xe7\x3d\x91\x5e\x11\x8d\x4b\xea\x86\
-\x82\x95\x21\x90\x83\x00\xfb\xe1\x1f\xfe\xe6\xff\xf7\x89\x67\x61\
-\x0b\x3f\xab\xeb\xae\x33\x00\x76\xb2\x17\x87\x97\x30\x63\x18\x9b\
-\xa6\x09\x65\x2e\x28\xf3\xec\x52\x4f\xa0\xc6\x5c\x84\x76\xa2\xa3\
-\xae\x6f\x20\x81\x05\x08\x36\x20\xc6\x46\x33\x98\x4b\x84\xd9\x30\
-\x0a\x83\x15\x76\x66\x04\xd8\x93\x5f\xe8\x35\x83\xb0\xe2\xf3\xe7\
-\x6a\xdf\x38\xc0\xa2\x9b\xcf\x16\x88\x0e\x42\xf3\xfc\x93\x7f\xba\
-\x36\x6c\xeb\xea\xcc\xb4\xf0\xe6\x0e\x14\xaa\x8e\xcd\xad\xa6\x58\
-\xd6\x95\x9c\x7d\xa1\x97\x2c\xb9\xe0\x30\xcf\x38\x1c\x67\x94\x9c\
-\x51\x52\xf1\xf7\xe2\x67\xed\xad\x7a\x95\xc0\x20\x22\x9f\xff\x92\
-\xf7\x3d\xf2\x57\xf1\xe2\x87\x4f\x29\xe7\x5f\x37\xe9\x3f\xbd\xd6\
-\xed\x67\x22\xf7\x1e\x14\x7c\x8f\x60\xce\xc9\x49\xcb\x72\x0b\x55\
-\x37\x1a\x53\x6f\xf3\x05\x8c\xcd\x42\x89\x65\x53\x6d\x2c\x49\x52\
-\x16\x2c\xfe\xec\x44\xa5\xf0\xcc\x92\x40\xdd\x02\x0d\x55\xe2\x33\
-\xa5\xe1\x6e\x7e\x4d\xa8\x3d\x38\xbc\xb2\xea\xfe\xdf\x0c\xc3\x86\
-\x71\xf0\xbb\xe6\xb2\x65\x11\x91\x9d\x53\x94\x63\x7f\x78\xc0\xd8\
-\x1a\xd0\x2a\xe0\xd5\x22\x58\xf7\xd7\xa3\x83\xa8\x82\x1f\x78\x96\
-\xb6\xf0\xb3\xba\xee\x3a\x03\x80\x64\x9f\x3f\xf2\xbc\x9c\x20\x49\
-\x30\x4f\x33\xe6\xf9\x02\x87\xf9\x62\x3c\x8c\x64\x16\x7a\x07\x52\
-\x5f\x65\xaf\x21\xbb\x27\x8d\x41\x3e\x41\x6d\x4d\x67\xf9\xb9\x0e\
-\x2c\x21\x72\x4b\xdf\xc8\xa0\x80\xc8\x79\x94\x10\x8d\x3c\xb5\x9f\
-\x70\x5a\x2e\xa1\xca\x49\x3d\xd9\x7b\xdc\x11\x9b\x39\x3e\x4f\x57\
-\xac\x4b\xe8\xe6\x63\xb4\x00\x4f\xf3\xc4\x32\x56\x84\xb3\x5d\xa9\
-\x7c\xd4\x59\xef\xe7\x00\xd0\xec\x03\x38\xa2\x37\xc0\x3f\x87\x01\
-\x79\xb4\xf1\x9e\xe5\xc5\x06\x64\xc9\xdf\xfa\xc2\xdf\xfe\xd2\x1b\
-\x1f\x79\xf4\xf2\x31\xb1\xf4\x70\xd7\xf6\x40\x6d\xdb\xaf\xf0\x90\
-\x91\x3d\x97\xf2\x7e\x1d\xe0\x87\xb2\x29\xf9\x0b\xb5\x93\xba\x6b\
-\x50\x34\x63\xc7\x60\x49\xc5\xcb\x8b\xac\xdb\xd7\x5a\x29\xcc\xe1\
-\x87\xb4\xeb\x6e\xc0\xf6\xf4\x29\x06\xa1\xb2\x21\xa8\xbb\xc1\x30\
-\xb0\x24\xab\x88\xe8\xac\xef\x65\xbe\x88\x00\xc6\x6b\x45\x0a\xb6\
-\x1b\xab\xc1\x1e\x0c\x23\x30\xa2\x3c\xc7\x39\xbc\x34\xcb\x36\xe3\
-\x06\x69\x1b\xd0\x3b\x4c\x6b\xbc\xcf\xcf\xff\x6f\xaf\x7d\xf7\x7b\
-\x9f\x8d\xed\xfb\x6c\xaf\xbb\xcf\x00\xa8\x7c\xa5\x09\x38\xbf\x2f\
-\x09\x8e\x87\x6b\xae\x62\x63\x88\x64\x3f\x42\x64\x1e\x58\xf5\x69\
-\x36\x54\xf8\x89\xee\x3b\x98\x97\xea\xfc\xf0\xb0\x2e\x2e\x63\x53\
-\x61\x1c\xee\xfd\x48\x09\x88\xfa\x9b\x13\x8b\xd4\x55\x74\xc8\xa1\
-\xdf\xb0\x6c\x95\xe5\xb9\x04\x94\x29\x23\x9a\x70\xce\x19\x7c\xbd\
-\x2b\x4e\xeb\xe2\xa1\xb2\x53\x72\x61\x5e\x7a\x04\xc6\xc1\x55\xc5\
-\xba\x2d\xa3\x75\x96\x87\x95\x80\x5f\x09\x8c\x40\x1d\x1f\x88\xc9\
-\x3f\x42\xa2\x4b\x78\x70\xbe\x96\x02\x86\x63\x7a\xc9\xbd\xbf\xef\
-\x1f\xfd\x97\xbf\xb2\xe5\x22\x1f\x32\xc1\xcf\x69\xad\x3f\xd4\x5a\
-\x7d\x54\x23\x57\x06\x23\x25\x7e\x5e\x6f\xa2\x51\x43\xdb\x1a\x96\
-\xf5\xd6\x50\xeb\xe5\xfb\x29\x2c\x09\xb2\x10\xd0\x8b\xf4\x66\xab\
-\x0d\xcd\x9a\x53\xab\x75\x5c\xcb\x71\x4d\xa1\xae\x17\xa0\x50\x93\
-\x71\x48\x89\x09\xf0\xf7\x81\x23\x44\x9f\x80\x23\x1e\x57\x0e\x7e\
-\xd0\xba\xe3\xfb\xf1\x7a\x85\x88\x08\x8d\xc0\xae\x7b\x20\xd0\x9c\
-\x19\x77\x59\x7c\x37\x56\x4c\x24\x4a\x0b\x22\x0f\x3e\x2b\x7b\xf7\
-\x0e\xac\xbb\xca\x00\xfc\xd7\x6f\x7a\xe5\x75\x13\xf9\x5a\x38\x4a\
-\x7e\x9c\x2f\x46\x15\x20\x0e\x7c\x12\x57\xf1\x53\x0e\xb7\x40\x12\
-\x6c\xad\xf2\x30\x59\x77\xe0\x09\xde\x23\x60\x57\x0e\xd7\x1e\x00\
-\x9c\x85\x90\x6e\x04\x78\xf8\x5d\x37\x2a\xfa\xc8\x9d\x32\xdb\x5a\
-\xc3\x52\x37\xb4\xbe\x41\x00\x4c\xa5\x0c\xad\x89\x68\x77\x05\xe8\
-\xa9\x4e\xcb\xa5\x87\xcb\xdc\xda\x02\x02\x91\x69\x34\xfb\xd0\x43\
-\x9e\xb6\xe5\x8a\x5a\x6e\x74\x2a\x16\x67\x28\x72\x7a\x4e\x3d\x3b\
-\x5c\xfe\x77\x3a\x4f\x5b\x1c\xc3\x80\x7e\x44\xcb\x63\xef\x86\xc0\
-\xde\xfc\xda\x77\x5d\xb6\x9b\xf6\x6f\x4c\xf4\x67\x6a\xab\x0f\xa8\
-\x69\x33\xf5\xc1\x9b\x02\x17\x08\x0d\x3c\x80\x79\x7e\x6f\x0d\xcb\
-\xc6\x74\x80\xd2\xec\xa4\x3a\xa7\x2c\xc8\x39\xb3\x2a\x02\x00\x66\
-\x68\x6b\x1f\x69\x51\xb7\x3d\x2d\xe8\xd6\xc7\xe4\x66\xad\x1d\x90\
-\xfd\x75\x06\x3f\xbf\xdb\x9e\x16\x98\x0d\x7a\xf0\xf8\xef\xb3\x83\
-\x8f\x10\x0b\x01\x20\xa2\x43\x0b\x21\x9a\xa7\x20\x7e\x6d\x53\x86\
-\xa6\x04\x78\x63\x97\x1a\x80\xde\x21\x46\x8a\x31\x04\x1f\xa9\x17\
-\xfa\xfd\xcf\xce\x0e\x7e\xf6\xd7\x5d\x55\x06\xfc\x98\xe5\x57\x02\
-\x76\x80\x01\x87\xe9\x08\x72\x59\x23\x0e\x16\x74\x6d\x48\x19\x68\
-\x9d\x9b\xa4\x9b\x21\x79\x15\xa0\x9b\xec\xe1\x35\x6c\x0f\xf7\xfd\
-\xa0\xb6\xde\x5d\x1a\x9c\x5e\x23\x89\xc2\xcc\xc7\x6b\x47\x6f\xbf\
-\x91\xa8\xaa\x26\x63\xc6\xaf\x36\x73\x35\xe2\x4a\x16\xe2\x5c\x5c\
-\xb5\xc7\x6b\xe8\xe0\x67\x53\xa3\x47\x8f\x48\x40\x00\x56\x2f\x52\
-\x61\xde\xef\xdc\xb4\xad\x76\x4e\x00\x8a\x30\x17\x00\x40\x49\xad\
-\x79\x0a\x26\x21\x8d\xdd\xb6\x6d\xc8\xd9\x53\x8d\xf8\x3c\x67\xcd\
-\x41\x06\x43\x37\x7d\x9f\xac\x78\xf5\x0f\xfe\xe9\x9f\x0f\x55\x1b\
-\x7b\xf0\x5b\x1f\xbe\x09\xc3\xbf\x78\xed\x9b\xbe\xe4\xfd\xdd\xea\
-\x35\xc1\xf4\x3a\x40\xd1\xcd\x87\xa5\x82\x38\xc7\xb8\x3e\xca\x6a\
-\xc0\x62\x27\xcc\x13\x3b\x30\x47\xa9\xdf\x48\x81\x36\x90\x1f\x60\
-\x50\xb4\x6a\x28\x73\xde\xbf\xff\x95\x65\xe8\x30\xe4\x66\x83\x79\
-\x09\x21\xab\x92\x58\x08\x07\x7a\x22\x79\xce\xef\xef\x31\x40\xd9\
-\xc1\x3c\x34\x8c\xab\x63\x7b\xa7\xa7\xc5\x2c\x74\xb0\x8f\x41\xc0\
-\xe6\xa3\x6a\x0a\x48\x86\x58\x73\xba\x81\x01\x92\x20\x26\x3f\xfa\
-\xe0\xab\x1f\xbe\xf9\x8c\x6d\xd2\xe7\xd8\xba\xab\x0c\x80\xcc\x79\
-\xd1\x0e\x48\x52\xd4\xb6\x61\x2a\x13\x46\x90\x93\xe8\x71\x60\x70\
-\xf5\x5b\x6e\x84\xde\x3a\xe6\x79\x46\xb4\xc5\x32\xf4\x0b\xaf\xec\
-\x35\x6e\x0f\x61\x01\x0f\x85\x81\x61\x04\x80\xec\x6d\xa9\x86\x0c\
-\x38\xf9\x84\x4a\xc4\xdd\x98\x5e\xd4\x46\x19\xed\x79\x2a\x2e\x47\
-\xae\x30\x0d\x3d\x3a\x6e\xde\xcd\x3d\xfa\xce\x86\x23\x7b\xb0\x94\
-\x32\x3c\xdc\xb6\xae\xee\x89\x75\x6c\x7c\x81\x21\x95\x82\xec\x94\
-\x60\x3b\xdb\xf8\xf0\xc6\x9a\x6a\x95\xbd\xf4\x0e\xb2\x19\xac\x77\
-\xd5\xf7\x6a\xdb\xde\xba\xfd\xde\x2f\xfc\xeb\x3f\xf8\x65\x3f\xf8\
-\xd4\x21\xf7\x02\x7b\x13\xde\xf9\x9b\x00\x5e\xff\xba\x1f\xfd\xfd\
-\xbf\x0c\xe4\xff\x5e\x44\x92\x59\x1a\xf2\x68\xe6\x4c\x41\xda\x59\
-\x03\xba\x60\xd5\x05\xf3\x3c\x33\xd2\x12\x90\x0e\xdc\x15\xb9\x67\
-\xce\x39\x84\x41\xac\xc3\x56\x43\x9e\xf3\x6e\x28\xfc\xf3\x42\x40\
-\x4f\x7f\x86\xea\xc3\xaf\x51\xd8\x1c\xa4\xa0\x3d\xdb\x60\x2b\x22\
-\x70\x84\xb3\xc9\x48\xe3\x5a\xf8\x7b\xf0\xba\xf3\x5f\x39\x27\x37\
-\x03\x9c\x43\x58\xb7\x06\x4b\x02\xf3\x7b\x0e\x23\xb7\xa3\xc3\xde\
-\xfa\x34\xb7\xe5\x73\x7a\xdd\x55\x06\xe0\xf1\xfc\xd2\x77\x5d\xd3\
-\x5f\xfd\x65\xb3\xf4\x05\x6b\x5d\xc0\xe9\xc0\x1c\xfd\xad\xca\xd0\
-\xd2\xc4\x27\x03\x2b\xc3\x3d\x73\xd5\xe0\x90\x7d\x65\x68\x69\xc8\
-\x12\x5e\x25\x3c\x9d\x93\x84\xec\x4c\x2b\xde\xbc\x19\xd6\xe3\x79\
-\xf3\xe8\xc0\xc0\x10\xb6\xd6\xe6\x32\x62\x1c\x85\x15\x61\xfc\x60\
-\x10\xba\xe1\x58\x97\x75\x47\x11\x7c\xa3\x4f\x25\x0e\xbf\x72\x40\
-\xe5\x16\x43\x2c\xc3\xfb\x2a\x4c\x04\xd9\x04\x39\x3a\xe4\x64\xf0\
-\xd8\x68\xb8\x20\x70\x08\x6d\xd7\xe1\xeb\xed\x9f\xb5\x96\xbe\xe5\
-\xfb\xbe\xf6\xed\xbf\xc4\xab\xf6\xd3\x9f\xf4\xba\xfe\xc8\x6b\xfe\
-\x9f\xbf\xf6\x4d\x6f\xfa\x03\x9f\xaf\x29\xbd\x3e\x89\x77\xdc\x08\
-\x67\x24\x36\xdd\x39\x15\x22\x09\x5d\x3a\x96\x65\xc1\x34\x15\xaa\
-\x32\xf9\x48\xb5\xd6\x9b\x93\xa8\x0c\xe8\x1d\x2a\x80\x56\x1b\x78\
-\x85\x7f\xec\xc1\x0a\xec\x35\xba\x08\xa9\x74\x2c\xa1\x9e\xf4\xe4\
-\x43\xef\xcf\xdb\xd3\x1c\xff\xfe\x11\xea\x8f\x58\xc7\x1f\x17\xe9\
-\x5b\x37\xa4\x14\x6d\xc9\x86\xb9\xcc\xce\x6d\x90\x33\x67\x00\xf4\
-\xeb\x78\xf8\xe9\xed\xca\xe7\xf6\xba\xab\x30\x80\x07\x5f\xfd\x60\
-\x4f\xab\x7d\x0d\xc4\xde\x03\xec\xa3\xb2\x0d\x3e\xe5\xd7\x25\x7f\
-\x48\xfa\xe1\x81\x17\xf3\x31\x60\xee\xe5\x07\x22\x1d\x5e\xce\xc8\
-\x15\x00\xf6\xd0\xda\xa3\x71\xa4\x08\x4b\xe1\xed\xbd\x50\x50\x97\
-\xbe\x61\x5b\x37\xf4\xca\x16\xdb\xa9\x64\x57\xf8\xc1\x59\x5f\x3f\
-\x5b\x7b\x4f\xa7\x13\xa2\xb5\x16\xfe\x59\x0f\xd3\x8c\x5c\x0a\x6a\
-\x6d\x58\x96\x05\xdb\x56\xfd\x18\x7b\xed\x1b\x24\xdd\xa4\x4e\x81\
-\x8e\xed\xb4\x9c\x09\x70\xf4\x7d\xf3\x9f\x77\xbc\xc1\xac\xb5\xf6\
-\xbd\xdf\xfd\xa7\xde\xfe\x95\xdf\xf7\xb5\xff\xe7\x2f\x7d\xda\x17\
-\xb7\x97\xef\x84\xe9\xba\xe7\xe0\x54\xf7\x49\xae\x91\x10\x42\x1a\
-\xd1\x8a\xbb\x6e\x15\xa7\xb6\x7a\x3f\x7d\x1f\x83\x58\x72\x17\x98\
-\x8f\x2c\xd7\xe6\xd5\x81\x01\x0a\x9e\xe5\xfc\x8e\xab\x0c\xd9\x31\
-\xd3\x01\x0a\xf6\x68\x11\xe6\x05\x3d\x03\xfa\x76\x74\x3f\x6a\xfe\
-\x3a\xca\x97\x11\x51\xc0\x89\x43\xd4\x5e\xdc\x49\x4c\x4c\x1b\x4b\
-\xda\x7d\xa2\x08\x90\x16\xf9\x9c\xcf\x78\x43\x3e\x0f\xd6\x5d\x65\
-\x00\x00\xe0\x47\x5e\xff\x8b\xef\xf9\xdc\xf7\xfd\xfc\x17\x77\xc5\
-\xff\xd0\x7b\x07\x4c\x51\x7b\x45\x53\x8f\x72\x2d\xc2\x6b\x71\x85\
-\x60\xa3\x66\xbd\x75\xf7\x12\x3c\xd2\x32\x1e\x1a\x1e\x67\x57\xfc\
-\x0d\x0f\x13\xba\xf9\xac\xf7\x77\x34\xe5\x81\x5c\x4e\xac\xcb\x2b\
-\x0c\xf3\x34\xed\x13\x69\xdd\xfb\xa8\x29\xd6\x75\xc3\xba\xad\x83\
-\xe1\x07\x70\xc3\x1d\x0e\x33\xd4\x14\xa7\xe5\x84\xba\xad\x5e\x86\
-\x3b\x0b\x77\x55\x91\xbd\xc2\xa1\x5e\xbd\x00\xcc\x5b\x7f\x49\x6a\
-\x09\x80\x2f\x0d\xa0\x51\xd1\x6a\x7b\xeb\xff\xfa\xa7\xdf\xfe\x6d\
-\x1f\x37\xed\xfe\x14\xd6\x1b\x5f\xf7\x73\xbf\x65\xd0\x07\xcf\x25\
-\xbc\xba\x12\x99\x0f\x41\x12\x02\x94\x3b\xf2\xae\xb5\x61\x59\x4e\
-\xd8\x1a\x91\xff\x94\x70\xd6\x27\xe1\xa5\xb7\xde\xe9\xed\xbb\xf2\
-\x4f\x3c\xd7\x0d\x5d\x1f\x2a\xc8\x21\x2a\xc2\x12\xed\x90\x31\xb7\
-\x33\xae\x45\xfc\xef\xdc\x20\x9c\x21\xfe\x41\x67\x12\x25\x48\x58\
-\x5b\x1d\x23\xd5\x62\x95\x32\x9d\xa9\x04\x02\x59\xf1\x9d\x9f\xc9\
-\xf5\x7a\xbe\xac\xbb\xce\x00\x00\xc0\x1b\xde\x00\xfd\xf5\xdf\x7d\
-\xe3\x0d\xdd\xda\x7b\x6f\x2e\x37\x09\xae\x85\x27\x88\xf0\xd0\xdb\
-\x59\xd5\x37\x5b\x6b\xfb\x18\x69\x43\x34\xcd\x45\x43\x8a\x22\x85\
-\x27\xb5\xbd\x84\xc6\xda\x37\x11\xec\x8e\x8e\x75\x5d\xb1\xba\xa6\
-\x9f\x48\xc6\x61\x9e\x9d\x5e\xac\x5e\x92\x73\x04\xff\x74\x89\x16\
-\x1a\x73\xe0\x79\x48\x29\x43\x20\x58\xd6\x15\xeb\xb6\x0e\xad\x3b\
-\x62\x0e\xf4\x78\x92\x05\xf3\x3c\x23\xe7\x02\xdd\xb6\x11\xa6\xf2\
-\x90\x53\x88\x83\x62\x1a\xf0\x78\x01\xbb\x47\x14\xbd\xf5\x74\xaf\
-\xab\x59\xfa\x1e\x02\x87\xbb\xc7\x56\xf7\xda\xe8\x9b\x63\x22\xfa\
-\x14\xaf\x5d\xeb\xea\x72\x61\x46\x4c\x20\x1b\xcc\x42\x34\x94\x87\
-\x7c\x6b\x75\x17\x1c\x41\x1f\x11\x0d\xe2\xf0\x3b\x35\xd9\xfc\xd0\
-\x1b\x9e\x7c\xf0\xfb\x60\x50\x9e\x0f\x25\x0d\x23\xb0\x97\x6f\x79\
-\x1f\x3b\xf8\xef\xda\xea\x4e\x8f\x06\x06\xd9\xea\x6c\x7d\xc3\x9f\
-\x7b\xcb\xcb\x3e\xeb\xe9\x5e\xbb\xe7\xea\xba\x2b\x0d\x00\x00\xbc\
-\xe3\x8f\xbc\xa3\x41\xca\x77\x79\xdc\xee\x71\xbf\x8d\x5c\xdd\x8c\
-\x4c\x3f\x71\x57\xdf\xbb\x0f\xbf\x70\xf4\x7f\x6c\x20\x9c\x81\x5d\
-\x76\x5e\x87\xf6\xbf\x1b\x07\x56\x2e\xcb\x32\x64\xb3\x29\xbd\x55\
-\x06\x10\x15\xf5\xe5\xba\xae\x7c\x9c\xf2\x60\xf6\xde\x49\x7b\x55\
-\xe6\xf9\xad\x57\x92\x51\x34\x38\xec\x1e\x0a\x4b\xc2\x34\xcd\x28\
-\xb9\xec\x25\xb8\xc8\x6b\x63\xe0\x28\xf8\x5e\x2d\x26\xe8\x32\xdf\
-\x1f\x07\xb1\x1b\x7e\xe1\xe9\x5e\xd3\x37\xbf\xf6\x17\xff\x6f\xeb\
-\xf6\xd6\x71\xe8\xcc\x0f\xfb\xba\x02\x7d\x03\x96\x93\x03\x9b\x34\
-\x8c\x01\xdc\xa5\x54\x50\x92\xa0\xf5\x8e\xea\x9d\x75\x70\x3c\x40\
-\x3c\x7f\x37\xa5\x26\xa2\xb6\xab\x86\xb6\x9f\x85\xf4\x3a\x74\xfd\
-\x76\x3a\x71\x1c\x7a\x1e\x74\x97\x10\x3b\x4f\x01\xc6\xfd\xda\xd3\
-\x06\x43\x60\x3a\x4c\xe9\xb6\xb6\x8e\x14\x0c\xc0\x10\x4f\x89\xd5\
-\x96\xeb\x57\xbb\x97\xee\xa2\x75\x57\x81\x80\x4f\x5e\xbf\xf6\xef\
-\x5c\xfc\xc4\x4b\x3f\x78\xeb\x43\x48\xf8\x6c\x8c\x1b\x1c\xcc\x80\
-\x5d\xe8\x23\x34\xef\x9b\x34\x1f\x1b\xb6\xa3\xcf\xc1\xe2\x13\x90\
-\x7f\x1f\x18\x9c\x6a\x77\x69\x6e\x7a\xa6\x98\x22\x33\x4d\x13\x9b\
-\x6f\x00\xcf\x21\x0c\xdb\xd6\xd0\x9c\x0f\x1f\x38\x82\x48\xc2\x54\
-\x88\x94\x8f\x82\xe0\x00\xad\xf8\xcf\x0c\xf2\xea\x25\xef\x0c\xa6\
-\xf8\x6c\xe9\x30\x51\x18\xc3\x14\x38\x53\xde\x31\x33\x6c\x75\x45\
-\xce\x13\xe9\xbe\x7c\xfc\x43\x2f\xae\x2f\xfa\xdb\xcf\xc4\x35\x55\
-\xd4\xef\x82\xe5\x57\xa9\x21\x47\x79\x2e\x41\x7d\x3c\x3a\x20\x75\
-\x83\xcc\x87\xf1\x3d\x4b\x3a\x20\x73\x76\x2b\x7a\xaf\xa3\xf9\x47\
-\x20\x54\x15\xb6\xf8\x5e\x5c\xbd\x79\x4a\x14\xdf\xd9\x35\x02\x87\
-\xf1\xf6\x5e\x7f\x47\x5e\x10\x5c\x09\x72\xaf\xce\x52\xb4\xb3\xeb\
-\x6f\x67\xaf\x1f\x6b\xa4\x78\x02\x4f\x07\x36\xcc\xd3\x81\xbf\x93\
-\xbb\xd6\x2f\x3e\x65\xdd\xd5\xdf\xf4\x1d\x7f\xe4\x1d\xcd\xcc\x7e\
-\x6c\x3f\x38\xbb\xf7\x0f\x2d\x7d\x11\x73\x8a\xaa\xa2\x2e\x2b\xe5\
-\xb6\x97\x0d\xba\x56\x84\xec\xd6\x2e\x6b\xcd\xe7\x6f\xdb\x86\x6d\
-\xdd\x3c\xef\xa6\xec\x74\x99\x32\x04\x09\xad\x77\x6c\xeb\x86\x75\
-\x5d\xb0\x2e\x0b\x1e\x7b\xec\x71\xdc\xba\xbc\x89\xb5\xae\xe8\xbd\
-\x02\x50\x4c\x53\xc1\x54\x58\x07\x3f\x97\xbe\x56\x80\x53\x68\x73\
-\xc1\x3c\xcf\x98\xa6\x09\xc8\x32\x3c\xd8\x00\x0b\xdd\x38\xa5\x44\
-\xa3\x83\x9c\x21\x25\x8d\xcd\xcf\xf1\xe6\x0b\x5b\x71\xb4\x3e\x70\
-\xf8\xe8\xe9\x0f\xbf\xe1\xd5\x0f\x3e\x23\xc3\x2b\xde\xf2\xba\xf7\
-\xfe\x32\x80\xb7\x86\x97\x36\x8f\x32\xa0\xac\x92\x98\x76\x58\x63\
-\x03\x53\xd0\x92\x99\x52\xed\x9a\xfb\xda\xd9\x37\x50\xdb\x19\x38\
-\x07\x9f\x3c\xe4\x0d\x3a\xcd\x0d\x41\x94\x64\x47\x68\x2f\x3b\xff\
-\x3f\x84\x44\x87\x77\xc7\x59\xce\xaf\xfb\xfb\x7d\x22\xd0\x43\xdc\
-\x30\x19\xc4\x05\x4c\xf5\x13\x3c\xf2\xee\x5d\x77\x75\x04\x00\x00\
-\x48\xf2\x7f\x18\xec\x2f\x8a\x0b\x7d\x04\x39\xc8\xcc\xa7\xd6\x26\
-\x2a\xe3\xf6\xce\x52\x96\x75\xea\xf8\xb5\xda\x80\xa9\x40\x94\x24\
-\x20\x18\x90\x3a\x4b\x71\x75\xab\x80\x71\xc4\x78\xf2\x49\xdc\x5b\
-\x75\xfa\xb0\x33\x78\x06\x8f\x28\x09\x8a\x64\xa4\x92\x9c\x6a\xcc\
-\x8f\x45\x59\x6b\xf3\xe7\xb0\x65\x37\xfb\x81\x61\x65\x8a\x81\x74\
-\x04\x06\x7e\xbc\x46\x0a\x93\x13\x2b\x0b\xad\x37\x74\xe9\xd8\x45\
-\x30\x01\x40\x51\x9b\xfe\x83\x0d\xfd\xbb\x7e\xe0\xcf\xfc\xd3\x67\
-\x7c\x70\xa5\x55\xfc\x57\x32\xe1\x8f\x02\x78\x71\x78\x5f\x71\x40\
-\x54\x0c\xe4\xd1\x4b\x46\x29\x85\x55\x02\x11\xf4\x0e\x48\xc7\xf0\
-\xc6\x12\x20\x9e\x1b\x0e\x7e\x6c\xff\xce\xfe\xef\xde\x80\x2e\x86\
-\x94\xd3\xe8\x68\x34\x8f\x72\x86\xee\x22\xbc\x52\xe0\xd7\x0c\x51\
-\xad\x1d\x11\xd5\xef\xbc\x62\xdc\x98\x19\x50\xeb\x8a\xf9\x70\xf1\
-\x14\x43\x30\x1d\x5a\x7b\x9a\x97\xec\x39\xbb\xee\xda\xdc\x26\xd6\
-\x7f\xfa\xa6\x57\xbe\xb4\xe4\xe9\xdf\x48\xca\x38\x4c\x47\xd2\x70\
-\x9d\xfd\xb5\xb6\x15\xa2\x0a\x34\x2a\xe8\x42\x01\x4d\x46\xc5\x9d\
-\x69\x72\xa9\x68\xca\x80\xe5\x52\x90\xb2\x00\x4a\xf0\x50\x00\x52\
-\x63\x91\x10\x13\x7e\x18\xb1\xf2\x92\x72\x5f\xc9\xf0\x32\x2e\x29\
-\x88\x54\x7c\x88\xa8\x1b\x1e\x12\x66\x9e\x7a\x1b\xe2\x28\x4b\x44\
-\x2d\xfe\xd3\x68\x98\x99\xf2\xe4\xb9\x2a\x7f\xdb\x5a\xe3\xa0\x50\
-\x18\x6a\xd3\x7f\xf0\x7d\x7f\xe6\xed\x7f\xea\x76\x5e\xd7\xd7\xfc\
-\xf0\x2b\xff\xa0\x25\xfd\x51\x33\x7b\x79\x1c\xe6\x11\x9d\x24\x01\
-\xf2\xc4\xae\xc4\x32\x63\xf0\x9e\xa1\xb8\x5c\x16\xec\x35\x7a\xff\
-\xde\x72\xf6\x7d\x3d\xa7\x87\x45\x2d\xc6\xc3\xd4\x44\x15\x24\x0a\
-\x98\x29\x54\x12\x72\xcc\xf3\xf3\x54\xe4\xd3\x2d\x6f\xe4\x5c\x86\
-\xea\xb0\x9b\xa5\xa1\xfd\x78\x86\x09\xac\x6f\xf9\xc6\x77\x5f\x7c\
-\xa6\xd5\x93\xe7\xfa\xba\xeb\x23\x80\x3c\x25\xb3\x0e\x1c\xca\x61\
-\xd4\x78\x63\x63\xc1\xcc\x65\xaf\x04\x39\x27\xfc\xff\xed\x9d\x5b\
-\x8c\x5d\x55\x19\xc7\x7f\xdf\xda\x7b\x9f\x33\x9d\x42\x22\x88\x51\
-\x40\x5f\x88\x06\x62\x2f\xd1\x88\x44\xf0\x81\x2a\xfa\x20\x6a\x20\
-\x45\x2e\x1d\xa0\x9d\x82\x8a\x86\x17\x13\x03\x2f\x5e\x68\xe2\x83\
-\x26\x3c\x68\x34\x45\xe5\xd6\x16\xe8\x54\xac\x10\x09\x0f\x78\x89\
-\xd2\x7a\x49\x14\xc1\x90\xd2\x6a\x30\x1a\x4b\xc4\xa8\x29\x0f\xc5\
-\xd2\x99\x73\xf6\x65\x7d\x3e\xac\xcb\xde\x67\xda\x1a\x0a\xb4\x33\
-\x3d\xb3\x7e\x4d\x93\x99\x9c\xbd\xf7\xcc\xde\xb3\xd7\xb7\xd6\x77\
-\x59\xff\xaf\xb2\x0d\x58\x83\xe4\x6e\x90\x6b\x10\xc5\x10\x1f\x55\
-\xb7\x59\x2c\x10\x0a\xed\x25\x7a\x13\x7d\x9a\xa6\xa1\xd2\xda\x5d\
-\x59\xdc\x8c\x6e\xfc\x36\x53\xd7\xf3\xce\xbd\x58\x79\x96\xd3\x2b\
-\xfa\x94\xb5\x8b\xf2\x83\x17\xb0\xd4\xd0\xb8\xca\xe3\xbf\x71\x15\
-\x87\x44\xdf\xde\x11\xb6\x1d\xdb\xb8\xa2\x50\x70\x75\xff\x28\x56\
-\x9b\xe7\xcb\xe2\xe0\xba\x13\xfd\x5c\x1f\xba\x69\xcf\x1f\x81\x77\
-\x4f\x6d\x5b\x71\x91\x5a\x59\x8b\x98\x4b\x51\xde\x07\x5a\x84\x67\
-\x5b\x57\x15\x19\x4e\x76\x1c\xc2\x73\x70\xe2\xbd\x06\x4b\x83\x10\
-\x35\x17\x6c\x6b\xe2\x50\x70\xfa\x2d\x1a\x2e\x85\xaa\xa0\xb5\x05\
-\x03\xb5\x2a\xf8\x2c\x09\xe1\xac\x8e\x0d\x6d\x3b\x43\x43\x2c\x07\
-\xa7\x35\xda\xee\x18\x43\x2f\xef\x01\x50\xd5\x65\x2b\x45\xee\x33\
-\x3f\x1d\xfe\x31\xae\x83\x1f\x96\x80\x01\x90\x26\xbf\xd0\x18\x43\
-\x6e\xb2\x91\x2a\xba\x41\x35\xc4\x36\x0d\x46\x43\x00\x4e\x9c\xbc\
-\x95\xb8\x36\x5b\xc6\xb8\x99\xdd\xe0\x9a\x47\x66\xc6\x35\xc4\x34\
-\x88\x8f\x60\x0b\xfd\x7e\x9f\x3c\x2b\x68\x32\xb7\xf1\x45\x7c\xd0\
-\x0a\xc2\x7b\x26\x6d\xc0\xcb\x18\x27\x53\xae\x96\x4c\xb2\xb8\xcd\
-\x35\xbc\x5a\x23\x6f\x58\x18\xfc\x61\x00\xcc\x2b\x1b\x0e\xd1\xb0\
-\xcc\x8f\xfe\xda\x96\xce\x67\xd6\x66\x6e\x60\xed\xb5\x77\x5f\xf1\
-\xcc\x49\xeb\x56\x3b\xb3\x61\xdf\x53\xc0\x53\x00\x37\x3e\xb0\x7a\
-\x79\xdd\x34\x1f\x16\xe4\x72\xe0\x5a\x84\x33\x86\xf5\x90\xcc\x66\
-\xbe\xbd\x77\x27\x85\x1a\x06\xa4\x13\x6c\xc4\x18\x27\xbf\x21\x8a\
-\x93\x19\xd7\xc6\x1b\xc2\x06\xc5\x10\x85\x98\x2c\x5e\x6d\x79\xde\
-\xaa\xa9\x33\xde\x9d\xfe\x60\x30\x02\x1a\x0f\x08\x52\x8b\xc6\xa7\
-\x66\x03\x79\xee\x6a\x2f\x6c\x73\xd4\x18\xc0\xae\x37\xe0\x31\x2d\
-\x5a\xc6\xde\x00\x34\xd4\x5f\x28\x32\xaf\x03\xe0\x7d\x48\x97\x73\
-\xae\xdc\xbb\xe7\x97\xa7\xc6\xb8\xa0\x15\xe2\x7c\x70\x93\x79\x03\
-\x60\xdd\x00\x34\x99\xdf\x63\xef\x5f\x2d\xc9\x0c\x79\x5e\xc4\xa5\
-\xad\x46\xff\xb3\xa3\x43\x28\xfe\x85\xf5\xa5\xbd\x61\x3b\xaa\xcb\
-\x12\xf8\x21\x7e\x94\xb9\x25\x8a\xf7\x86\x99\x3f\xa4\xae\x62\xa2\
-\x40\xdd\xb9\xc6\x05\xc0\x82\xba\x50\x0d\xb7\x9d\x08\x9f\xff\xd5\
-\xf2\xe0\xfa\x3d\x87\x81\xc7\x81\xc7\x6f\xba\xef\xfc\xdb\x07\x59\
-\xf1\x55\xe0\xa6\xc6\x36\x67\x06\x95\xe2\x48\x88\xc7\x74\xbc\x81\
-\xdc\xe4\xf4\xf2\x22\xee\x70\x2c\xeb\x0a\x29\x7d\x3b\x6e\xd3\x71\
-\x25\x7c\x82\xe0\x08\xfc\x78\x17\x7f\xfd\xf0\x27\x19\xf9\xdc\xbb\
-\x1b\xce\x0d\x6c\xe2\x4a\xad\xc8\x7b\x0c\xed\xe0\x28\x97\xd4\x9f\
-\xbc\xce\xc7\xb2\xa8\x19\xeb\x2c\xc0\x9a\x27\xd7\xe4\xaa\xfa\x41\
-\x13\xdb\x6c\xbb\xa6\x8f\x55\x3d\x8c\x41\x35\xef\xbd\x62\x33\x83\
-\x77\xe7\x5b\x6d\xc0\xda\xd2\x0c\x87\x64\x1a\x3a\xc6\x78\xc9\x30\
-\xa5\xad\x4d\x8f\xa9\x3d\x6d\xff\xc7\x7f\x2e\x7d\x25\x71\xef\xaf\
-\xc6\x72\x55\x37\xc8\x2d\xa8\x2b\x40\xa2\xfd\x4d\x5a\xc9\xac\x20\
-\x5a\x81\x76\x7e\x96\xd7\x18\x50\xb7\x42\x18\x56\x43\x5f\x4c\xd3\
-\xdc\xb7\xf9\xca\x5f\x2c\x9a\x6d\xab\xf7\xdf\xfc\xfc\xa1\x99\xe9\
-\xbd\xb7\xf5\xf4\x95\x73\x55\xe4\x73\xc0\x81\xf8\x61\xb4\x95\x21\
-\x27\x0f\x60\xe8\x15\x85\x33\xba\x99\xf1\xbb\x18\x7d\x61\x8e\xb8\
-\x54\xa3\x64\x82\xc9\x7d\xcb\xef\x4c\xdc\x8a\xcc\xef\x35\x70\x6a\
-\xc2\xe2\xfe\x86\x99\x78\x57\x4c\xe8\x17\x7d\x7a\x45\xcf\x7d\x2e\
-\xa3\xb6\xa3\x5b\x00\x64\xc4\xf8\x8a\xcd\x11\x86\x26\x1f\xfe\xfc\
-\x44\x3e\xa7\x85\x66\xac\x0d\xc0\x5b\x0e\x1c\x30\x21\x22\x1c\x06\
-\xe9\xa0\x0a\xb5\xf7\xc1\xb7\xb4\x04\xb9\x5a\x0d\xb3\xb9\x55\xa8\
-\x2d\x5a\xb9\x06\x9c\xaa\x4a\x2f\x2f\xe8\xe5\xbd\x28\xdf\xed\xd4\
-\x7d\xc3\xb8\xee\x0c\xfa\x8e\x21\xb0\xbe\xfa\x2f\x74\xfa\x8d\xb3\
-\x97\x7f\xe7\x9b\xb2\xa6\x9c\x1d\x50\xce\xce\x79\x0d\x80\x79\xc6\
-\xc4\xaf\x79\x47\xdb\x7e\xa9\x7f\x59\x0d\x4d\x53\x3b\x41\x10\xdb\
-\xfc\x4a\xfa\x13\xb7\x2e\xd8\x83\xfe\x3f\x6c\xdd\xb8\x7f\xb0\x63\
-\xc3\x73\xdf\xaf\x86\xfd\x77\x01\xf7\x02\xed\x4e\xe2\x38\x20\xc5\
-\x77\x4c\x1a\x9d\xd6\xad\x55\xd4\x64\x6e\x95\x36\xaf\x5a\xaf\xfd\
-\x86\x38\xd8\xc5\xb4\xc5\x5d\x62\x84\xa2\x70\xdb\xaf\x8b\x5e\xc1\
-\x44\x7f\xc2\x65\x13\xb2\xd6\x4d\xb3\x3a\xba\x2a\xc9\x65\xb4\x00\
-\x08\x78\x78\xfb\x0d\x7f\xfd\xef\x1b\xf4\x28\x16\x25\x63\x6d\x00\
-\x96\x1f\x3e\x6c\x42\xad\x3e\xa8\x13\xfd\x68\xdc\x1f\xdd\xaa\x0b\
-\x28\x21\x6d\x20\x0e\x3f\x68\xa9\x2b\x6c\x68\xc2\x81\x62\x26\x7a\
-\x98\x2c\x77\x5f\x67\x59\x88\x57\xe3\x05\x04\x68\x65\xa6\xba\x06\
-\xc0\xb6\x4b\xfe\x20\x2e\xe2\x0d\x84\xc5\x6d\x84\xb1\x7e\xe9\xae\
-\xb6\xa1\xa9\xaa\x78\x4e\x34\x28\x61\xc7\x62\x48\x99\xb9\x7a\x62\
-\x40\xa8\xeb\x8a\x61\x39\x87\xb5\xf5\xa3\x7b\xce\xd0\xcb\xbe\x73\
-\xf9\x13\xc3\x93\xfc\x78\x8f\x8b\x9d\xb7\x3c\xf3\xf2\xcc\xf4\xde\
-\xcf\xa0\x5c\x25\xe8\x2c\x84\x5b\x09\x83\xf9\x18\xbe\x90\x04\xb7\
-\x4b\x5d\xc6\xc6\x7f\xd7\xef\x4d\xd0\x2b\x7a\x23\x75\xfb\xf3\x71\
-\xea\x42\x2e\x83\xe7\x1a\x80\x8e\xce\xf0\xa1\xce\x23\x10\xf7\x8b\
-\x38\x66\xad\xe6\x77\x1c\xcf\x3d\x9e\x8a\x8c\xb5\x01\xe8\x95\x6f\
-\x36\xe0\x7a\xdc\xcf\x0e\x0f\x53\xd6\x43\x62\xba\x8a\x38\x96\xda\
-\x01\xa7\xea\x37\x06\xc5\x84\x1b\x14\x19\x45\xee\xb6\x14\x77\x67\
-\x7b\x1b\x3a\xc6\xa2\x18\x2f\xb3\xd5\x0e\xf2\xb8\x03\xcf\x07\x11\
-\x7d\x89\x8a\x57\xf9\xd1\xc6\x52\x97\xc3\x91\x09\xaf\x95\xbf\x6a\
-\xaf\x11\x8e\xb7\x1d\xa3\x60\xd5\x52\x35\x25\x65\x5d\xbd\xdc\x68\
-\x73\xfb\x59\x7b\x76\x5f\xbd\xeb\x43\xbb\x4e\x99\x3c\xf5\xcc\xc6\
-\xbd\x8f\x62\x58\x0b\x0c\xba\x33\x79\xcc\xe5\x77\x90\x79\xbe\xbe\
-\x68\x2b\xd6\x6a\xc4\x90\x99\x9c\x7e\x7f\xe2\x68\x4b\x77\x77\x4d\
-\x70\x52\xe9\xde\x10\xe7\x31\x75\xea\xaf\xd7\x39\xd6\x46\x51\x53\
-\x7f\xae\xca\xd7\x7e\xb0\xf1\xd9\xfd\xc7\x7f\x87\xa7\x16\x63\x6d\
-\x00\x80\xca\x82\x13\xad\x6c\xea\xe8\x0a\x44\x7f\x5b\xbb\xc6\x40\
-\xdb\xcd\x27\x3e\xf5\x67\x8d\x21\x2f\x7a\xbe\x3f\x1c\xc1\xd7\xf6\
-\x82\x15\x41\x82\x3b\xc4\x07\xa4\x9d\xbd\xbd\x6b\x11\x8a\x5e\xd4\
-\x2a\x4d\x55\x31\x3b\xfb\x0a\xc3\xe1\x90\x72\x30\x47\x6d\xeb\x79\
-\xc7\x75\x22\x12\xda\xce\xfc\x71\x65\x12\x57\x07\x60\x55\x7f\x69\
-\xfb\x87\x2e\xd8\xbc\x76\xf7\x9d\x9b\x36\x71\xd4\xd0\xf5\x62\x66\
-\x66\xfd\xbe\x9f\xaa\xd1\x4b\x50\x1e\x06\x6a\x70\xc6\x72\xfe\xce\
-\xbc\xb8\x3a\x10\xf1\x6a\xcc\x20\x76\x7e\xe0\x54\x28\xb2\xa2\xb3\
-\x92\x18\xc5\x5d\xb7\x2d\x82\xec\x15\x7d\x8c\xb8\x2c\x4f\xd1\x73\
-\xa5\xbf\xaa\x50\xd6\x83\xee\x49\x0f\xd7\xcb\x2f\xb8\xf3\x75\xde\
-\xe6\x29\xc1\xd8\x17\x02\x4d\x6d\x5d\x59\x0a\x14\x18\x43\x68\xfd\
-\x0c\xc6\xed\x60\x0d\x1e\xa8\x08\xa2\xed\xc6\xa0\x30\x33\x65\x79\
-\xc1\xe4\xb2\xe5\x00\x4e\x20\xd2\x08\xc3\x72\x48\x63\x6b\x32\x93\
-\xb1\xac\x3f\x19\x7f\x4e\x6d\x6b\xaa\xca\x29\xff\x74\xd3\x81\xc6\
-\x40\x41\x41\x59\x97\xb1\xc2\xcc\x74\x6a\xd6\x7d\x58\x1f\x29\x0a\
-\x57\xd6\x4b\x77\x31\xec\xd3\x96\x7e\xc3\x8f\x55\x7b\x08\xcb\xa6\
-\xcd\x57\xed\xfe\xe6\xb8\xe4\xa6\xd7\x6d\x5b\xb9\x5a\x2c\xdf\x46\
-\xb8\x14\x5c\x34\x3e\xf7\x33\x7a\x59\x97\x34\x75\x89\xb1\x4d\x1b\
-\x78\x45\x20\xcb\x99\xe8\x2f\x1b\xb9\xce\xa0\x74\xdd\x93\x50\x10\
-\xeb\xb6\x81\x93\x65\xa8\xaf\xeb\xef\x17\x13\xb1\x33\x73\x17\x05\
-\x2f\xc5\x16\xf7\x53\xec\x3c\x6d\xd0\xbf\xfe\xee\x5b\x9e\x39\x52\
-\x25\x69\x0c\x59\x0a\x06\xe0\x29\xe0\xfd\x22\xe2\x07\xf6\xb1\x8c\
-\x80\x1f\xe4\xe2\xfd\x4d\x93\xb3\xac\xbf\x8c\x2c\x6b\x1b\x60\x36\
-\x5e\x89\x57\x7c\xf4\x6a\xb2\x37\x89\x64\x99\xcb\xc5\x6b\x4d\x55\
-\x0d\x43\x76\x3b\x9e\xe3\xa2\x7d\xdd\x59\x4b\x7d\x6a\xd0\x0d\x6e\
-\x55\xc5\xe4\x99\xbb\x8e\x68\x3c\x2e\xf4\xad\xf3\x36\xe2\x45\xa8\
-\xb7\xea\xc4\x70\xf3\x5d\x1f\xff\xc3\xbf\x4f\xea\x03\x3c\x49\xac\
-\xdb\xb2\xea\x4a\x11\xbd\x16\xf8\x44\x66\xf2\xd3\xf2\x2c\xa7\xb6\
-\x35\x4d\x5d\xb9\x01\x0d\x21\xbf\x87\xfa\xaa\xce\xee\x80\x1e\x56\
-\x5e\x52\xad\xa9\x30\x5e\xe6\x5d\x01\xcd\x73\xf0\x33\xbe\xd3\x89\
-\x6c\xb1\x6a\x29\xcb\xa0\xc6\xc4\x9c\xa0\xb7\x6d\xdf\xb0\xef\xae\
-\x71\x31\xae\xaf\x86\xf1\x37\x00\xdb\x56\x5d\x81\xea\x8c\xc0\x24\
-\x51\xee\x69\xd4\x08\x38\x33\xe0\x8a\x6d\xdc\x4a\x20\xa3\xdf\x5f\
-\xe6\x76\xe2\xf9\xeb\x28\xca\xdc\x70\x0e\x83\x46\xe7\xb4\xc8\x7a\
-\xf4\xfc\x32\xb2\xb1\x35\x65\x55\x8e\x56\x9b\xa9\x44\xe9\x2a\xf1\
-\x5a\x74\x31\x2b\x81\x9b\xd1\x8c\x71\x85\x45\x6e\x21\x20\x07\xd1\
-\x66\x1f\xa2\xff\xb2\x56\x5e\x14\xf8\xa7\xc5\x3e\xfd\xbd\x4f\xfd\
-\x66\xf7\x52\x79\x29\x6f\xd8\xb2\x72\x8d\x15\x9e\x00\xda\xd1\xaa\
-\xea\x8d\x80\x40\xe6\x6a\x28\xfa\x79\xdf\x57\x18\x3a\xaa\xaa\xa4\
-\xb6\x35\xc6\x2f\xf7\x43\x96\x21\xac\x18\x54\x24\xae\x2e\x54\xa1\
-\xb1\x15\x75\x1d\xda\x96\xb1\x4b\xea\x66\x7a\xe6\xd3\x7f\x7e\xe1\
-\x24\xdf\xee\x82\x33\xf6\x06\x00\x5c\xdd\xba\x35\xf6\xc7\x82\xbc\
-\x23\x54\xe6\x05\x23\x20\x7e\xe3\x0e\x80\xa8\x41\x44\x99\x98\x58\
-\xee\xfc\x4a\x20\x28\xdd\x0c\x4b\x5f\x5c\xe7\xeb\xfb\xf1\x7d\x04\
-\x26\xfa\x93\x18\xc9\x18\xd6\x03\x9a\xa6\x76\x59\x3e\x6f\x68\x42\
-\xad\x41\xd0\x98\x23\x14\xaa\x98\x38\x9a\xff\x63\xd1\x87\x50\xfb\
-\x27\x11\x33\xc8\x97\x2d\x7f\x64\xb1\x47\xf3\x4f\x06\xde\x68\xff\
-\x88\x50\xa8\xa6\x6d\x00\x50\x7d\x42\xbf\xdf\x9b\x70\x75\xfb\x1e\
-\x05\xca\x6a\x80\xd6\x15\xf8\x3a\x8b\x10\xe4\x0d\xab\x06\xb7\xe9\
-\xca\xf7\x1b\x88\x67\xca\x3e\xc9\xe7\x2e\x19\xf7\x74\xdf\xb1\x58\
-\x12\x06\x00\x60\x7a\xcb\x7b\xde\x54\x4a\x7d\xa7\x20\x1b\x10\x8a\
-\x51\x23\x20\x88\x6f\x1e\x2a\x22\x2e\xba\x5c\xf4\x11\x63\xa8\x9b\
-\x9a\xaa\xae\xfc\x4a\x81\x38\x80\x83\x21\x30\x46\xc8\xb2\x22\x06\
-\x19\x81\xbf\xdb\xa6\xf9\x0a\xb6\x79\x36\xcf\x7b\x6d\x74\xbe\x0f\
-\xd5\xe1\xec\xdc\x2c\xb3\x6b\x0d\x9c\xae\x22\x4f\xda\xf3\x66\xb7\
-\xdf\x7d\xe1\xd2\xf0\x35\x8f\x97\xa9\x2d\xab\xa6\x11\xbd\x9f\xf0\
-\x8e\x46\x1f\xdd\x20\x18\xfa\xfd\x89\x23\x5e\xde\xba\xf1\x6e\x58\
-\xb7\xea\x30\x18\x5e\xbf\xe2\xd3\xd1\x38\xc0\x5c\x66\xcc\x45\x0f\
-\xae\xdf\xb3\xf7\x04\xdd\xc6\xa2\x67\xc9\x18\x80\xc0\x75\xf7\x9d\
-\x7f\x4e\x9e\x17\x5f\x52\xe4\xb3\x22\x92\x87\x47\x60\xe6\x19\x04\
-\x70\x85\x25\xc4\xb9\x9c\x4e\x0c\xc1\x4d\x2f\x6e\x57\xa0\xb4\xef\
-\x97\x08\x4a\xb6\xe6\x9e\x6b\x7e\xbd\x7b\x41\x6e\x6e\xcc\x98\xda\
-\xba\xf2\xf3\xc0\x5d\x40\x67\x10\xe3\x56\x00\x3e\x9a\xdf\x25\xf4\
-\x56\x70\xf5\x02\x96\x50\xfc\x1f\x0b\x31\x01\x3a\x69\x40\x45\xa7\
-\x76\x4c\xef\xdb\x71\x82\x6f\x63\x51\xb3\xe4\x0c\x40\xe0\xc6\x07\
-\x56\xaf\x6c\xac\x7e\x4b\x44\x2e\x33\x9d\x74\x53\x9b\x29\x10\x40\
-\xe6\x8c\x48\x0d\x9c\xde\xcd\x59\x77\x83\x89\x6e\x82\x89\x26\xe2\
-\xc0\x41\xf3\xf6\xb3\x77\x5e\xb3\x73\x5e\xe1\x7b\xe2\xb5\x32\xb5\
-\x6d\xe5\x1d\x28\x9f\x04\x7a\xc0\xd9\xc0\x59\xe0\xcc\x72\x9e\xe7\
-\x64\x59\x1b\xa7\xa9\x6a\x27\xab\x26\x1d\xa1\xd5\xae\x71\x46\x09\
-\x2b\x00\x2b\xf0\xe5\xed\xd3\x7b\xbf\x7e\x92\x6f\x67\xd1\xb1\x64\
-\x0d\x40\xe0\xfa\x2d\xab\x3f\x80\xe8\x2d\x22\xf2\x51\x41\xce\x45\
-\xe4\x31\x30\xdf\xcd\x1a\xfb\xfb\xad\x1b\x9f\x3d\x08\x70\xf3\x0f\
-\x2f\x3e\x53\xeb\xc1\xf9\x82\xae\x50\xf2\xcb\x04\x3e\xa2\xc8\x59\
-\x82\x44\x7f\x5e\x60\x56\x6c\xb3\xfe\x9e\xa9\xa7\x1f\x59\xe0\x5b\
-\x1a\x6b\xae\xbe\x77\xc5\x99\x79\x26\x37\x8b\xf0\x45\xe0\xad\xe0\
-\x56\x6f\xd6\x07\x5b\xc1\xd7\x0a\x10\xdd\x7f\xf7\xb5\xba\xd8\x0c\
-\x22\x87\x10\xb9\x71\x66\xc3\x73\x8f\x2d\xd0\x2d\x2c\x2a\x96\xbc\
-\x01\x78\x2d\x6c\xda\x84\xd9\xff\xce\x8b\xae\x93\xcc\x7e\xcc\x20\
-\x93\x28\x7b\x1b\xc9\xb6\x6c\x5d\xf7\xbb\xfd\x0b\xfd\xbb\x2d\x15\
-\xae\xde\xb2\xe2\x6d\x85\xc8\xcf\x80\x55\x47\x7c\x38\x7f\x8b\x65\
-\xbb\x7a\x7b\x1a\x6d\xa6\xbc\xac\x59\x82\x64\x00\x12\xa7\x30\x6b\
-\x9e\x5c\x93\x9f\xf3\xc2\x4b\x1b\x40\x6e\x05\x7d\xef\x31\x0e\x53\
-\x15\xf6\xa0\xf2\x68\x3d\x69\xbf\xb1\xf3\x9a\x7d\x6f\x88\x36\xe2\
-\xb8\x90\x0c\x40\x62\x2c\x98\xba\x7f\xd5\x79\x18\x2e\x06\x3d\x1b\
-\x91\x4c\xa1\x12\xf8\x9b\x16\xc3\xdf\xee\x98\xfa\xcb\x4b\x0b\xfd\
-\xfb\x25\x12\x89\x44\x22\x91\x48\x24\x12\x89\x44\x22\x91\x48\x24\
-\x12\x89\x44\x22\x91\x48\x24\x12\x89\x44\x22\x91\x48\x24\x12\x89\
-\x44\x22\x91\x48\x24\x12\x89\x44\x22\x91\x48\x24\x12\x89\x44\x22\
-\x91\x48\x24\x12\x89\x44\x22\x91\x48\x24\x12\x89\x44\x22\x91\x48\
-\x24\x12\x89\x44\x22\x91\x48\x74\xf9\x1f\x31\x10\xd3\xa1\x38\x41\
-\x1f\x2c\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
-"
-
-qt_resource_name = "\
-\x00\x0f\
-\x05\xa8\x1f\x27\
-\x00\x6b\
-\x00\x61\x00\x72\x00\x6d\x00\x61\x00\x2d\x00\x70\x00\x6c\x00\x61\x00\x69\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
-\x00\x0f\
-\x0f\xd6\xf9\xe7\
-\x00\x6b\
-\x00\x61\x00\x72\x00\x6d\x00\x61\x00\x2d\x00\x61\x00\x6e\x00\x67\x00\x65\x00\x6c\x00\x2e\x00\x70\x00\x6e\x00\x67\
-\x00\x10\
-\x0a\xd5\x66\xe7\
-\x00\x6b\
-\x00\x61\x00\x72\x00\x6d\x00\x61\x00\x2d\x00\x63\x00\x72\x00\x79\x00\x69\x00\x6e\x00\x67\x00\x2e\x00\x70\x00\x6e\x00\x67\
-\x00\x16\
-\x08\xe7\x61\x67\
-\x00\x66\
-\x00\x65\x00\x64\x00\x6f\x00\x72\x00\x61\x00\x2d\x00\x67\x00\x6f\x00\x6f\x00\x65\x00\x79\x00\x2d\x00\x6b\x00\x61\x00\x72\x00\x6d\
-\x00\x61\x00\x2e\x00\x70\x00\x6e\x00\x67\
-"
-
-qt_resource_struct = "\
-\x00\x00\x00\x00\x00\x02\x00\x00\x00\x04\x00\x00\x00\x01\
-\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
-\x00\x00\x00\x6e\x00\x00\x00\x00\x00\x01\x00\x00\x38\xfe\
-\x00\x00\x00\x48\x00\x00\x00\x00\x00\x01\x00\x00\x25\xdb\
-\x00\x00\x00\x24\x00\x00\x00\x00\x00\x01\x00\x00\x11\x17\
-"
-
-def qInitResources():
- QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
-
-def qCleanupResources():
- QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
-
-qInitResources()
diff --git a/src/requirements.txt b/src/requirements.txt
new file mode 100644
index 0000000..97bbfc8
--- /dev/null
+++ b/src/requirements.txt
@@ -0,0 +1 @@
+python3-bodhi
diff --git a/src/sendkarma.py b/src/sendkarma.py
deleted file mode 100644
index 129f453..0000000
--- a/src/sendkarma.py
+++ /dev/null
@@ -1,77 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-import threading
-
-from fedora.client import AuthError
-from fedora.client import ServerError
-from fedora.client.bodhi import BodhiClient
-
-from idlequeue import *
-
-class SendKarma(threading.Thread):
- def __init__(self, package, username, password, message, karma, main_thread, parent=None):
- #super(SendKarma, self).__init__(parent)
- threading.Thread.__init__(self)
- self.package = package
- self.username = username
- self.password = password
- self.message = message
- self.karma = karma
- self.main_thread = main_thread
-
- def run(self):
- bc = BodhiClient()
- bc.username = self.username
- bc.password = self.password
-
- # Try send it 3 times if ServerError occours
- for retry in range(3):
- try:
- # Send comment to bodhi
- bc.comment(self.package["title"], self.message, karma=self.karma)
- message = "Comment submitted successfully."
- message2 = ("Reloading bodhi update for "
- + str(self.package['itemlist_name']) + "...")
- main_thread_call(self.main_thread.add_status_item, message)
- main_thread_call(self.main_thread.add_status_item, message2)
-
- # Reload bodhi update
- main_thread_call(self.main_thread.bodhi_workers_queue.put,
- ['package_update', self.package['dnf_package']])
- # Clean up after sending
- main_thread_call(self.main_thread.sending_done, self.username, self.password)
- return
- except AuthError:
- message = "Invalid username or password. Please try again."
- main_thread_call(self.main_thread.add_status_item,
- message)
- break
- except ServerError, e:
- message = "Server error %s" % str(e)
- main_thread_call(self.main_thread.add_status_item,
- message)
-
- # In case of errors, return button and others back
- main_thread_call(self.main_thread.sending_done, self.username, self.password)
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/toolbox.py b/src/toolbox.py
deleted file mode 100644
index 8cddedf..0000000
--- a/src/toolbox.py
+++ /dev/null
@@ -1,129 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Fedora Gooey Karma prototype
-# based on the https://github.com/mkrizek/fedora-gooey-karma
-#
-# Copyright (C) 2013
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see .
-#
-# Author: Branislav Blaskovic
-
-from PySide import QtGui
-
-class Toolbox:
- def __init__(self, main):
- # Grab MainWindow instance
- self.main = main
-
- def __toolbox_current_tab(self):
- # What is the currently selected toolbox?
- if self.main.ui.toolBoxWhatToTest.currentIndex() == self.main.ui.toolBoxWhatToTest.count() -1:
- return 'ignored'
- else:
- return 'favorite'
-
- def negative_karma_clicked(self, item, column):
- # Get package name even if comment selected
- if item.parent() is not None:
- item = item.parent()
-
- # Set package name as search text
- self.main.ui.searchEdit.setText(str(item.text(0)))
-
- def currently_running_clicked(self, item, column):
- # Get package name even if comment selected
- if item.parent() is not None:
- item = item.parent()
-
- # Set package name as search text
- self.main.ui.searchEdit.setText(str(item.text(0)))
-
- def favorite_item_clicked(self, item, column):
- # Get package name
- # Do this only when package is selected (not the header text)
- if item.parent() is not None:
- self.main.ui.searchEdit.setText(str(item.text(0)))
-
- def move_toolbox_buttons(self, index):
- ## Copy widget with pkg list tools to current index one
- if self.__toolbox_current_tab() == 'ignored':
- self.main.ui.toolBoxIgnoredLayout.addWidget(self.main.ui.tool_add_remove_pkg)
- else:
- self.main.ui.toolBoxFavoriteLayout.addWidget(self.main.ui.tool_add_remove_pkg)
-
- def config_add_package(self):
- # Add package from lineedit to config according to selected toolbox
- if self.__toolbox_current_tab() == 'ignored':
- self.main.config.ignored_packages.add_package(self.main.ui.tool_pkg_name.text())
- else:
- self.main.config.favorited_packages.add_package(self.main.ui.tool_pkg_name.text())
- self.update_favorite_ignored_pkg_lists()
- self.main.ui.tool_pkg_name.clear()
- self.main.config.save_config()
-
- def config_remove_package(self):
- # Removes selected package
- if self.__toolbox_current_tab() == 'ignored':
- try:
- self.main.config.ignored_packages.remove_package(self.main.ui.tool_pkg_list_ignored.currentItem().text(0))
- except:
- pass
- else:
- try:
- self.main.config.favorited_packages.remove_package(self.main.ui.tool_pkg_list_favorite.currentItem().text(0))
- except:
- pass
- self.main.config.save_config()
- self.update_favorite_ignored_pkg_lists()
-
- def update_favorite_ignored_pkg_lists(self):
- self.main.ui.tool_pkg_list_ignored.clear()
- self.main.ui.tool_pkg_list_favorite.clear()
-
- # Prepare list of package names
- pkg_names = []
- for key in self.main.installed_updates.keys():
- pkg_names.append(self.main.installed_updates[key].parsed_nvr['name'])
-
- # Top level items
- def create_top_level_item(text, widget):
- item = QtGui.QTreeWidgetItem()
- item.setText(0, text)
- widget.insertTopLevelItem(0, item)
- item.setExpanded(True)
- return item
-
- # Top level items
- ## Set names
- fav_not_available = create_top_level_item('Bodhi update not available', self.main.ui.tool_pkg_list_favorite)
- fav_available = create_top_level_item('Bodhi update available', self.main.ui.tool_pkg_list_favorite)
-
- # Favorite packages
- for pkg in self.main.config.favorited_packages:
- item = QtGui.QTreeWidgetItem()
- item.setText(0, pkg)
- # If this package name is in available packages
- if pkg in pkg_names:
- fav_available.addChild(item)
- else:
- fav_not_available.addChild(item)
-
- # Ignored packages
- for pkg in self.main.config.ignored_packages:
- item = QtGui.QTreeWidgetItem()
- item.setText(0, pkg)
- self.main.ui.tool_pkg_list_ignored.insertTopLevelItem(0, item)
-
-# vim: set expandtab ts=4 sts=4 sw=4 :
diff --git a/src/ui/mainwindow.ui b/src/ui/mainwindow.ui
deleted file mode 100644
index de3ed50..0000000
--- a/src/ui/mainwindow.ui
+++ /dev/null
@@ -1,918 +0,0 @@
-
-
- MainWindow
-
-
-
- 0
- 0
- 1002
- 772
-
-
-
- Fedora Gooey Karma
-
-
-
- -
-
-
-
-
-
-
- 250
- 16777215
-
-
-
-
-
-
-
- Filter
-
-
- false
-
-
-
-
-
-
-
-
-
-
- true
-
-
-
-
-
-
-
-
-
- Search packages...
-
-
-
- -
-
-
- Clear search
-
-
- Clear
-
-
-
-
-
- -
-
-
- User filter
-
-
- false
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
-
-
-
-
-
- Karma not submitted by user
-
-
- -
-
- Karma submitted by user
-
-
-
-
- -
-
-
- false
-
-
- username for karma filter
-
-
-
-
-
-
- -
-
-
-
-
-
- Installed
-
-
- true
-
-
- true
-
-
- false
-
-
- false
-
-
- false
-
-
-
- -
-
-
- Available
-
-
- true
-
-
- false
-
-
- false
-
-
- false
-
-
- false
-
-
-
-
-
-
-
-
- -
-
-
- QFrame::Sunken
-
-
- false
-
-
- true
-
-
-
- -
-
-
-
-
-
- -
-
-
- Reload packages
-
-
-
-
-
-
-
-
- -
-
-
-
- 6
- 0
-
-
-
-
- 9000
- 9000
-
-
-
- false
-
-
-
-
-
- 1
-
-
-
- false
-
-
-
-
-
- What to test
-
-
-
-
-
-
- 2
-
-
-
-
- 0
- 0
- 84
- 84
-
-
-
- Fedora Gooey Karma
-
-
-
-
-
-
- background-color: rgba(255, 255, 255, 0);
-
-
- QFrame::Plain
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Welcome to<span style=" font-weight:600;"> Fedora Gooey Karma</span> tool which helps you with testing new updates for your Fedora.</p>
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To load updates, press lower-left <span style=" font-weight:600;">Reload packages</span> button. If you are not sure what you should test, wait until all packages are loaded and see sections below this text.</p></body></html>
-
-
-
-
-
-
-
-
- 0
- 0
- 602
- 103
-
-
-
- Updates with negative karma
-
-
- -
-
-
- It would be nice to re-test updates which has got negative karma. See these packages below.
-
-
-
- -
-
-
-
- Package
-
-
-
-
-
-
-
-
-
- 0
- 0
- 712
- 454
-
-
-
- Currently running applications
-
-
- -
-
-
-
- Package
-
-
-
-
-
-
-
-
-
- 0
- 0
- 361
- 122
-
-
-
- Favorite packages
-
-
- -
-
-
-
- Package
-
-
-
-
- -
-
-
- 0
-
-
-
-
-
-
- 0
- 0
-
-
-
-
-
-
-
- Remove selected package
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
- -
-
-
- Add package
-
-
-
-
-
-
-
-
-
-
-
-
-
- 0
- 0
- 84
- 84
-
-
-
- Ignored packages
-
-
- -
-
-
-
- Package
-
-
-
-
-
-
-
-
-
-
-
-
- ArrowCursor
-
-
-
-
-
- Package info
-
-
- -
-
-
- QTabWidget::East
-
-
- 0
-
-
-
- Info
-
-
-
-
-
-
- Qt::Vertical
-
-
-
- Qt::Horizontal
-
-
-
-
-
-
-
-
- 16
-
-
-
- ArrowCursor
-
-
- false
-
-
- Qt::NoFocus
-
-
- false
-
-
- Package name
-
-
- Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse
-
-
-
- -
-
-
-
- Monospace
- 8
-
-
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Monospace'; font-size:8pt; font-weight:400; font-style:normal;">
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt;"><br /></p></body></html>
-
-
-
-
-
-
-
- Qt::Vertical
-
-
-
- ArrowCursor
-
-
- Qt::ScrollBarAsNeeded
-
-
- Qt::ScrollBarAsNeeded
-
-
- false
-
-
- false
-
-
- 2
-
-
-
- Bug id
-
-
-
-
- Title
-
-
-
-
-
- false
-
-
-
- Test cases
-
-
-
-
-
-
- Related packages
-
-
-
-
-
-
-
-
-
-
-
- Comments
-
-
- -
-
-
-
-
-
-
- 16
-
-
-
- FAS credentials
-
-
-
- -
-
-
-
-
-
- username
-
-
-
- -
-
-
- QLineEdit::Password
-
-
- password
-
-
-
- -
-
-
- 1
-
-
-
-
- +1
-
-
- -
-
- 0
-
-
- -
-
- -1
-
-
-
-
- -
-
-
- Send Karma
-
-
-
-
-
-
- -
-
-
- Keep me signed in
-
-
- true
-
-
-
-
- -
-
-
-
- 16
-
-
-
- Your comment
-
-
-
- -
-
-
- Qt::Vertical
-
-
- 6
-
-
-
-
- 16777215
- 80
-
-
-
-
-
-
- 0
- 0
-
-
-
- false
-
-
- false
-
-
- true
-
-
- false
-
-
- 30
-
-
-
- #
-
-
- AlignRight|AlignVCenter
-
-
-
-
- Karma
-
-
-
-
- User
-
-
-
- 75
- true
-
-
-
-
-
- Comment
-
-
-
-
-
-
-
-
-
-
-
- Settings
-
-
- -
-
-
- QFormLayout::ExpandingFieldsGrow
-
-
-
-
-
- Package category
-
-
-
- -
-
-
- Normal package
-
-
- true
-
-
-
- -
-
-
- Favorite package
-
-
-
- -
-
-
- Ignore this package
-
-
-
- -
-
-
- Open bodhi update in web browser
-
-
-
- -
-
-
- Download source RPM
-
-
-
- -
-
-
- Tools
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 80
-
-
-
- true
-
-
- Press and hold mouse button to expand
-
-
- QAbstractItemView::NoSelection
-
-
- false
-
-
-
-
-
-
-
-
-
- Quit
-
-
-
-
- About Fedora Gooey Karma
-
-
-
-
- karmaBox
- sendBtn
- loadPackagesBtn
- availableBtn
- pkgList
- releaseComboBox
- installedBtn
-
-
-
-
- karmaCheckBox
- toggled(bool)
- karmaFilterWidget
- setShown(bool)
-
-
- 84
- 96
-
-
- 40
- 142
-
-
-
-
- pushButton
- clicked()
- searchEdit
- clear()
-
-
- 220
- 70
-
-
- 188
- 69
-
-
-
-
-
diff --git a/src/window.py b/src/window.py
new file mode 100644
index 0000000..6d0f840
--- /dev/null
+++ b/src/window.py
@@ -0,0 +1,344 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'ui/MainWindow.ui'
+#
+# Created by: PyQt5 UI code generator 5.13.0
+#
+# WARNING! All changes made in this file will be lost!
+
+
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+
+class Ui_MainWindow(object):
+ def setupUi(self, MainWindow):
+ MainWindow.setObjectName("MainWindow")
+ MainWindow.resize(1031, 766)
+ MainWindow.setMouseTracking(False)
+ self.centralwidget = QtWidgets.QWidget(MainWindow)
+ self.centralwidget.setObjectName("centralwidget")
+ self.gridLayout = QtWidgets.QGridLayout(self.centralwidget)
+ self.gridLayout.setObjectName("gridLayout")
+ self.loginButton = QtWidgets.QPushButton(self.centralwidget)
+ self.loginButton.setObjectName("loginButton")
+ self.gridLayout.addWidget(self.loginButton, 1, 4, 1, 1)
+ self.frame = QtWidgets.QFrame(self.centralwidget)
+ self.frame.setEnabled(True)
+ self.frame.setAutoFillBackground(False)
+ self.frame.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedKingdom))
+ self.frame.setFrameShape(QtWidgets.QFrame.StyledPanel)
+ self.frame.setFrameShadow(QtWidgets.QFrame.Raised)
+ self.frame.setObjectName("frame")
+ self.gridLayout_2 = QtWidgets.QGridLayout(self.frame)
+ self.gridLayout_2.setObjectName("gridLayout_2")
+ self.karmaBox = QtWidgets.QComboBox(self.frame)
+ self.karmaBox.setObjectName("karmaBox")
+ self.karmaBox.addItem("")
+ self.karmaBox.addItem("")
+ self.karmaBox.addItem("")
+ self.gridLayout_2.addWidget(self.karmaBox, 28, 5, 1, 1)
+ self.Karma = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Karma.setFont(font)
+ self.Karma.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Karma.setObjectName("Karma")
+ self.gridLayout_2.addWidget(self.Karma, 12, 4, 1, 1)
+ self.UpdateType = QtWidgets.QLabel(self.frame)
+ self.UpdateType.setObjectName("UpdateType")
+ self.gridLayout_2.addWidget(self.UpdateType, 1, 3, 1, 1)
+ self.Request = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Request.setFont(font)
+ self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request.setText("")
+ self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Request.setObjectName("Request")
+ self.gridLayout_2.addWidget(self.Request, 10, 6, 1, 1)
+ self.Release_notes = QtWidgets.QTextBrowser(self.frame)
+ self.Release_notes.setObjectName("Release_notes")
+ self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 6)
+ self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
+ self.treeWidget_comment.setObjectName("treeWidget_comment")
+ self.gridLayout_2.addWidget(self.treeWidget_comment, 13, 3, 1, 6)
+ self.Status_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Status_static.setFont(font)
+ self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Status_static.setObjectName("Status_static")
+ self.gridLayout_2.addWidget(self.Status_static, 9, 5, 1, 1)
+ self.label_2 = QtWidgets.QLabel(self.frame)
+ self.label_2.setObjectName("label_2")
+ self.gridLayout_2.addWidget(self.label_2, 17, 3, 1, 1)
+ self.Package_name_main = QtWidgets.QLabel(self.frame)
+ self.Package_name_main.setMaximumSize(QtCore.QSize(1000, 1000))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(22)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_name_main.setFont(font)
+ self.Package_name_main.setObjectName("Package_name_main")
+ self.gridLayout_2.addWidget(self.Package_name_main, 5, 3, 1, 4)
+ self.Package_breif = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(12)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_breif.setFont(font)
+ self.Package_breif.setObjectName("Package_breif")
+ self.gridLayout_2.addWidget(self.Package_breif, 6, 3, 1, 1)
+ self.Status = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Status.setFont(font)
+ self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Status.setObjectName("Status")
+ self.gridLayout_2.addWidget(self.Status, 9, 6, 1, 1)
+ self.Date_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Date_static.setFont(font)
+ self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Date_static.setObjectName("Date_static")
+ self.gridLayout_2.addWidget(self.Date_static, 10, 3, 1, 1)
+ self.pushButton = QtWidgets.QPushButton(self.frame)
+ self.pushButton.setObjectName("pushButton")
+ self.gridLayout_2.addWidget(self.pushButton, 28, 6, 1, 2)
+ self.frame_2 = QtWidgets.QFrame(self.frame)
+ self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
+ self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
+ self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
+ self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
+ self.frame_2.setObjectName("frame_2")
+ self.gridLayout_3 = QtWidgets.QGridLayout(self.frame_2)
+ self.gridLayout_3.setObjectName("gridLayout_3")
+ self.listWidget = QtWidgets.QListWidget(self.frame_2)
+ self.listWidget.setObjectName("listWidget")
+ self.gridLayout_3.addWidget(self.listWidget, 1, 0, 1, 2)
+ self.label_4 = QtWidgets.QLabel(self.frame_2)
+ self.label_4.setObjectName("label_4")
+ self.gridLayout_3.addWidget(self.label_4, 10, 0, 1, 1)
+ self.PageNum = QtWidgets.QLabel(self.frame_2)
+ self.PageNum.setObjectName("PageNum")
+ self.gridLayout_3.addWidget(self.PageNum, 10, 1, 1, 1)
+ self.fetchUpdatesButton = QtWidgets.QPushButton(self.frame_2)
+ self.fetchUpdatesButton.setObjectName("fetchUpdatesButton")
+ self.gridLayout_3.addWidget(self.fetchUpdatesButton, 11, 0, 1, 2)
+ self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
+ self.lineEdit.setObjectName("lineEdit")
+ self.gridLayout_3.addWidget(self.lineEdit, 0, 0, 1, 2)
+ self.previousButton = QtWidgets.QPushButton(self.frame_2)
+ self.previousButton.setObjectName("previousButton")
+ self.gridLayout_3.addWidget(self.previousButton, 8, 0, 1, 1)
+ self.nextButton = QtWidgets.QPushButton(self.frame_2)
+ self.nextButton.setObjectName("nextButton")
+ self.gridLayout_3.addWidget(self.nextButton, 8, 1, 1, 1)
+ self.gridLayout_2.addWidget(self.frame_2, 0, 0, 29, 1)
+ self.Karma_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Karma_static.setFont(font)
+ self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Karma_static.setObjectName("Karma_static")
+ self.gridLayout_2.addWidget(self.Karma_static, 12, 3, 1, 1)
+ self.Release = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Release.setFont(font)
+ self.Release.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Release.setObjectName("Release")
+ self.gridLayout_2.addWidget(self.Release, 9, 4, 1, 1)
+ self.karmaText = QtWidgets.QLabel(self.frame)
+ self.karmaText.setObjectName("karmaText")
+ self.gridLayout_2.addWidget(self.karmaText, 28, 4, 1, 1)
+ self.Request_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Request_static.setFont(font)
+ self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Request_static.setObjectName("Request_static")
+ self.gridLayout_2.addWidget(self.Request_static, 10, 5, 1, 1)
+ self.Submit_user = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Submit_user.setFont(font)
+ self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Submit_user.setObjectName("Submit_user")
+ self.gridLayout_2.addWidget(self.Submit_user, 12, 6, 1, 1)
+ self.Submitter_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Submitter_static.setFont(font)
+ self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Submitter_static.setObjectName("Submitter_static")
+ self.gridLayout_2.addWidget(self.Submitter_static, 12, 5, 1, 1)
+ self.commentEdit = QtWidgets.QTextEdit(self.frame)
+ self.commentEdit.setMaximumSize(QtCore.QSize(16777215, 100))
+ self.commentEdit.setObjectName("commentEdit")
+ self.gridLayout_2.addWidget(self.commentEdit, 18, 3, 1, 6)
+ self.Release_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Release_static.setFont(font)
+ self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Release_static.setObjectName("Release_static")
+ self.gridLayout_2.addWidget(self.Release_static, 9, 3, 1, 1)
+ self.Date_submitted = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Date_submitted.setFont(font)
+ self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Date_submitted.setObjectName("Date_submitted")
+ self.gridLayout_2.addWidget(self.Date_submitted, 10, 4, 1, 1)
+ self.critpathText = QtWidgets.QLabel(self.frame)
+ self.critpathText.setObjectName("critpathText")
+ self.gridLayout_2.addWidget(self.critpathText, 26, 4, 1, 1)
+ self.critpathBox = QtWidgets.QComboBox(self.frame)
+ self.critpathBox.setObjectName("critpathBox")
+ self.critpathBox.addItem("")
+ self.critpathBox.addItem("")
+ self.critpathBox.addItem("")
+ self.gridLayout_2.addWidget(self.critpathBox, 26, 5, 1, 1)
+ self.Karma_static.raise_()
+ self.frame_2.raise_()
+ self.Package_breif.raise_()
+ self.commentEdit.raise_()
+ self.Package_name_main.raise_()
+ self.Release_static.raise_()
+ self.Date_static.raise_()
+ self.pushButton.raise_()
+ self.Release.raise_()
+ self.Date_submitted.raise_()
+ self.Karma.raise_()
+ self.Submitter_static.raise_()
+ self.Request_static.raise_()
+ self.Submit_user.raise_()
+ self.Status_static.raise_()
+ self.Status.raise_()
+ self.Request.raise_()
+ self.UpdateType.raise_()
+ self.karmaBox.raise_()
+ self.karmaText.raise_()
+ self.label_2.raise_()
+ self.Release_notes.raise_()
+ self.treeWidget_comment.raise_()
+ self.critpathText.raise_()
+ self.critpathBox.raise_()
+ self.gridLayout.addWidget(self.frame, 3, 0, 1, 5)
+ self.usernamLable = QtWidgets.QLabel(self.centralwidget)
+ self.usernamLable.setObjectName("usernamLable")
+ self.gridLayout.addWidget(self.usernamLable, 1, 3, 1, 1, QtCore.Qt.AlignRight)
+ MainWindow.setCentralWidget(self.centralwidget)
+ self.statusbar = QtWidgets.QStatusBar(MainWindow)
+ self.statusbar.setObjectName("statusbar")
+ MainWindow.setStatusBar(self.statusbar)
+
+ self.retranslateUi(MainWindow)
+ self.karmaBox.setCurrentIndex(1)
+ self.critpathBox.setCurrentIndex(1)
+ QtCore.QMetaObject.connectSlotsByName(MainWindow)
+
+ def retranslateUi(self, MainWindow):
+ _translate = QtCore.QCoreApplication.translate
+ MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
+ self.loginButton.setText(_translate("MainWindow", "Login"))
+ self.karmaBox.setCurrentText(_translate("MainWindow", "0"))
+ self.karmaBox.setItemText(0, _translate("MainWindow", "1"))
+ self.karmaBox.setItemText(1, _translate("MainWindow", "0"))
+ self.karmaBox.setItemText(2, _translate("MainWindow", "-1"))
+ self.Karma.setText(_translate("MainWindow", "__"))
+ self.UpdateType.setText(_translate("MainWindow", "__"))
+ self.treeWidget_comment.headerItem().setText(0, _translate("MainWindow", "#"))
+ self.treeWidget_comment.headerItem().setText(1, _translate("MainWindow", "karma"))
+ self.treeWidget_comment.headerItem().setText(2, _translate("MainWindow", "critpath"))
+ self.treeWidget_comment.headerItem().setText(3, _translate("MainWindow", "user"))
+ self.treeWidget_comment.headerItem().setText(4, _translate("MainWindow", "comment"))
+ self.Status_static.setText(_translate("MainWindow", "Status"))
+ self.label_2.setText(_translate("MainWindow", "Comment"))
+ self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
+ self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.Status.setText(_translate("MainWindow", "__"))
+ self.Date_static.setText(_translate("MainWindow", "date submitted"))
+ self.pushButton.setText(_translate("MainWindow", "Submit"))
+ self.label_4.setText(_translate("MainWindow", "Page number:"))
+ self.PageNum.setText(_translate("MainWindow", "1"))
+ self.fetchUpdatesButton.setText(_translate("MainWindow", "Fetch Updates"))
+ self.previousButton.setText(_translate("MainWindow", "Previous"))
+ self.nextButton.setText(_translate("MainWindow", "Next"))
+ self.Karma_static.setText(_translate("MainWindow", "Karma"))
+ self.Release.setText(_translate("MainWindow", "__"))
+ self.karmaText.setText(_translate("MainWindow", "Karma"))
+ self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.Submit_user.setText(_translate("MainWindow", "__"))
+ self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
+ self.Release_static.setText(_translate("MainWindow", "Release"))
+ self.Date_submitted.setText(_translate("MainWindow", "__"))
+ self.critpathText.setText(_translate("MainWindow", "critpath"))
+ self.critpathBox.setCurrentText(_translate("MainWindow", "0"))
+ self.critpathBox.setItemText(0, _translate("MainWindow", "1"))
+ self.critpathBox.setItemText(1, _translate("MainWindow", "0"))
+ self.critpathBox.setItemText(2, _translate("MainWindow", "-1"))
+ self.usernamLable.setText(_translate("MainWindow", "Username"))
diff --git a/ui/Login.ui b/ui/Login.ui
new file mode 100644
index 0000000..f9bb4ee
--- /dev/null
+++ b/ui/Login.ui
@@ -0,0 +1,93 @@
+
+
+ Login
+
+
+
+ 0
+ 0
+ 250
+ 300
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 250
+ 300
+
+
+
+
+ 250
+ 300
+
+
+
+ Login
+
+
+
+
+ 0
+ 0
+ 241
+ 291
+
+
+
+ -
+
+
+
+
+
+ QLineEdit::Password
+
+
+
+ -
+
+
+ Username
+
+
+
+ -
+
+
+ Password
+
+
+
+ -
+
+
+ -
+
+
+ Fedora Version
+
+
+
+ -
+
+
+ Save
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/ui/MainWindow.ui b/ui/MainWindow.ui
new file mode 100644
index 0000000..747cdce
--- /dev/null
+++ b/ui/MainWindow.ui
@@ -0,0 +1,603 @@
+
+
+ MainWindow
+
+
+
+ 0
+ 0
+ 1031
+ 766
+
+
+
+ false
+
+
+ MainWindow
+
+
+
+ -
+
+
+ Login
+
+
+
+ -
+
+
+ true
+
+
+ false
+
+
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
-
+
+
+ 0
+
+
+ 1
+
+
-
+
+ 1
+
+
+ -
+
+ 0
+
+
+ -
+
+ -1
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+ __
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+ -
+
+
+
+ #
+
+
+
+
+ karma
+
+
+
+
+ critpath
+
+
+
+
+ user
+
+
+
+
+ comment
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Status
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+ Comment
+
+
+
+ -
+
+
+
+ 1000
+ 1000
+
+
+
+
+ OpenSymbol
+ 22
+ 50
+ false
+
+
+
+ Package Name
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 12
+ 50
+ false
+
+
+
+ breif
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ date submitted
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+ Submit
+
+
+
+ -
+
+
+
+ 300
+ 600
+
+
+
+
+ 300
+ 16777215
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
-
+
+
+ -
+
+
+ Page number:
+
+
+
+ -
+
+
+ 1
+
+
+
+ -
+
+
+ Fetch Updates
+
+
+
+ -
+
+
+ -
+
+
+ Previous
+
+
+
+ -
+
+
+ Next
+
+
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Karma
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+ Karma
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Request
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Submitter
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ 16777215
+ 100
+
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 75
+ true
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ Release
+
+
+ Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
+
+
+
+ -
+
+
+
+ OpenSymbol
+ 50
+ false
+ true
+
+
+
+ ArrowCursor
+
+
+ Qt::LeftToRight
+
+
+ __
+
+
+ Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
+
+
+
+ -
+
+
+ critpath
+
+
+
+ -
+
+
+ 0
+
+
+ 1
+
+
-
+
+ 1
+
+
+ -
+
+ 0
+
+
+ -
+
+ -1
+
+
+
+
+
+ Karma_static
+ frame_2
+ Package_breif
+ commentEdit
+ Package_name_main
+ Release_static
+ Date_static
+ pushButton
+ Release
+ Date_submitted
+ Karma
+ Submitter_static
+ Request_static
+ Submit_user
+ Status_static
+ Status
+ Request
+ UpdateType
+ karmaBox
+ karmaText
+ label_2
+ Release_notes
+ treeWidget_comment
+ critpathText
+ critpathBox
+
+
+ -
+
+
+ Username
+
+
+
+
+
+
+
+
+
+
From 3a0ac7a5d402273ea53056b3fdbd4febf2f60b4a Mon Sep 17 00:00:00 2001
From: zubin
Date: Jul 16 2019 13:21:26 +0000
Subject: [PATCH 11/18] merge issue fix
---
diff --git a/src/fedora-gooey-karma b/src/fedora-gooey-karma
index d84b713..95ad217 100755
--- a/src/fedora-gooey-karma
+++ b/src/fedora-gooey-karma
@@ -225,9 +225,10 @@ class Main():
# selecting the update
- def populateComments()
- try:
+ # populates comments in the section
+ def populateComments(self, t):
+ try:
for comments in t['comments']:
comment = QtWidgets.QTreeWidgetItem()
comment.setText(0, str(comments['id']))
From ea0906b872bfe765102e296d584e4af50368cfae Mon Sep 17 00:00:00 2001
From: zubin
Date: Jul 18 2019 07:15:33 +0000
Subject: [PATCH 12/18] RPM build prep
---
diff --git a/README.md b/README.md
index 51a06a6..7bd6fd6 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,17 @@
-**THIS PROJECT IS NOW UNMAINTAINED.**
-
-This project has been broken with the switch from Bodhi1 to Bodhi2, and nobody
-found the time to fix it since. If somebody wants to fix the project and
-start maintaining it, you're very welcome, please submit a pull request.
-
-----
-
# Fedora Gooey Karma
fedora-gooey-karma provides similar functionality to the fedora-easy-karma via GUI. It also currently provides some extra info like: dnf info, bodhi info, test cases, bugs.
-Based on http://tirfa.com/gooey-karma.html
+https://fedoraproject.org/wiki/Fedora_Gooey_Karma
## Dependencies
+ python3-bodhi
+ python3-fedora
+ PyQt5
- python-fedora
- fedora-cert
- dnf
- bodhi-client
- python-pyside
- python-keyring
- koji
- PyQt4
-
-To install these dependencies, use this command:
- dnf install python-fedora fedora-cert bodhi-client python-pyside python-keyring koji PyQt4
-
-## Installation and usage
+## usage
### Clone the repo
@@ -37,30 +20,8 @@ To install these dependencies, use this command:
### Run the application
-The easiest way to run application is to type:
-
- make run
-
-You can also run the script without Makefile:
-
./src/fedora-gooey-karma
-### Installation to filesystem
-
-If you decide to install application to filesystem, use install phase from Makefile:
-
- make install
-
-### Building rpm package on Fedora
-
-You are able to build your own RPM package on Fedora using `fedora-package/build_rpm.sh` script in the `tools` branch. Please review this script before to adjust paths of rpmbuild and so.
-
-## Authors
-
- Branislav Blaskovic
- Tomas Meszaros
- Dominika Regeciova
-
## Contact
Contact [Fedora QA](https://fedoraproject.org/wiki/QA#Communicate).
diff --git a/fedora-gooey-karma.desktop b/fedora-gooey-karma.desktop
deleted file mode 100644
index 6f899a1..0000000
--- a/fedora-gooey-karma.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Type=Application
-Encoding=UTF-8
-Name=Fedora Gooey Karma
-Comment=Helps you to easily and fast provide feedback for all testing updates that you have currently installed
-Exec=fedora-gooey-karma
-Icon=fedora-gooey-karma
-Terminal=false
-Categories=GNOME;GTK;System;
diff --git a/icons/16x16/apps/fedora-gooey-karma.png b/icons/16x16/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..5f18e88
Binary files /dev/null and b/icons/16x16/apps/fedora-gooey-karma.png differ
diff --git a/icons/24x24/apps/fedora-gooey-karma.png b/icons/24x24/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..82e51a7
Binary files /dev/null and b/icons/24x24/apps/fedora-gooey-karma.png differ
diff --git a/icons/256x256/apps/fedora-gooey-karma.png b/icons/256x256/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..ba5a0be
Binary files /dev/null and b/icons/256x256/apps/fedora-gooey-karma.png differ
diff --git a/icons/32x32/apps/fedora-gooey-karma.png b/icons/32x32/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..902fcb0
Binary files /dev/null and b/icons/32x32/apps/fedora-gooey-karma.png differ
diff --git a/icons/48x48/apps/fedora-gooey-karma.png b/icons/48x48/apps/fedora-gooey-karma.png
new file mode 100644
index 0000000..67b3ac3
Binary files /dev/null and b/icons/48x48/apps/fedora-gooey-karma.png differ
diff --git a/src/FedoraGooeyLoginWindow.py b/src/FedoraGooeyLoginWindow.py
new file mode 100644
index 0000000..e746b7a
--- /dev/null
+++ b/src/FedoraGooeyLoginWindow.py
@@ -0,0 +1,63 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'ui/Login.ui'
+#
+# Created by: PyQt5 UI code generator 5.13.0
+#
+# WARNING! All changes made in this file will be lost!
+
+
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+
+class Ui_Login(object):
+ def setupUi(self, Login):
+ Login.setObjectName("Login")
+ Login.resize(250, 300)
+ sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
+ sizePolicy.setHorizontalStretch(0)
+ sizePolicy.setVerticalStretch(0)
+ sizePolicy.setHeightForWidth(Login.sizePolicy().hasHeightForWidth())
+ Login.setSizePolicy(sizePolicy)
+ Login.setMinimumSize(QtCore.QSize(250, 300))
+ Login.setMaximumSize(QtCore.QSize(250, 300))
+ self.gridLayoutWidget = QtWidgets.QWidget(Login)
+ self.gridLayoutWidget.setGeometry(QtCore.QRect(0, 0, 241, 291))
+ self.gridLayoutWidget.setObjectName("gridLayoutWidget")
+ self.gridLayout = QtWidgets.QGridLayout(self.gridLayoutWidget)
+ self.gridLayout.setContentsMargins(0, 0, 0, 0)
+ self.gridLayout.setObjectName("gridLayout")
+ self.Password = QtWidgets.QLineEdit(self.gridLayoutWidget)
+ self.Password.setText("")
+ self.Password.setEchoMode(QtWidgets.QLineEdit.Password)
+ self.Password.setObjectName("Password")
+ self.gridLayout.addWidget(self.Password, 5, 0, 1, 1)
+ self.label_username = QtWidgets.QLabel(self.gridLayoutWidget)
+ self.label_username.setObjectName("label_username")
+ self.gridLayout.addWidget(self.label_username, 2, 0, 1, 1)
+ self.label_Password = QtWidgets.QLabel(self.gridLayoutWidget)
+ self.label_Password.setObjectName("label_Password")
+ self.gridLayout.addWidget(self.label_Password, 4, 0, 1, 1)
+ self.fedoraReleases = QtWidgets.QComboBox(self.gridLayoutWidget)
+ self.fedoraReleases.setObjectName("fedoraReleases")
+ self.gridLayout.addWidget(self.fedoraReleases, 7, 0, 1, 1)
+ self.label_FeodraVersion = QtWidgets.QLabel(self.gridLayoutWidget)
+ self.label_FeodraVersion.setObjectName("label_FeodraVersion")
+ self.gridLayout.addWidget(self.label_FeodraVersion, 6, 0, 1, 1)
+ self.saveButton = QtWidgets.QPushButton(self.gridLayoutWidget)
+ self.saveButton.setObjectName("saveButton")
+ self.gridLayout.addWidget(self.saveButton, 8, 0, 1, 1)
+ self.Username = QtWidgets.QLineEdit(self.gridLayoutWidget)
+ self.Username.setObjectName("Username")
+ self.gridLayout.addWidget(self.Username, 3, 0, 1, 1)
+
+ self.retranslateUi(Login)
+ QtCore.QMetaObject.connectSlotsByName(Login)
+
+ def retranslateUi(self, Login):
+ _translate = QtCore.QCoreApplication.translate
+ Login.setWindowTitle(_translate("Login", "Login"))
+ self.label_username.setText(_translate("Login", "Username"))
+ self.label_Password.setText(_translate("Login", "Password"))
+ self.label_FeodraVersion.setText(_translate("Login", "Fedora Version"))
+ self.saveButton.setText(_translate("Login", "Save"))
diff --git a/src/FedoraGooeyMainWindow.py b/src/FedoraGooeyMainWindow.py
new file mode 100644
index 0000000..6d0f840
--- /dev/null
+++ b/src/FedoraGooeyMainWindow.py
@@ -0,0 +1,344 @@
+# -*- coding: utf-8 -*-
+
+# Form implementation generated from reading ui file 'ui/MainWindow.ui'
+#
+# Created by: PyQt5 UI code generator 5.13.0
+#
+# WARNING! All changes made in this file will be lost!
+
+
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+
+class Ui_MainWindow(object):
+ def setupUi(self, MainWindow):
+ MainWindow.setObjectName("MainWindow")
+ MainWindow.resize(1031, 766)
+ MainWindow.setMouseTracking(False)
+ self.centralwidget = QtWidgets.QWidget(MainWindow)
+ self.centralwidget.setObjectName("centralwidget")
+ self.gridLayout = QtWidgets.QGridLayout(self.centralwidget)
+ self.gridLayout.setObjectName("gridLayout")
+ self.loginButton = QtWidgets.QPushButton(self.centralwidget)
+ self.loginButton.setObjectName("loginButton")
+ self.gridLayout.addWidget(self.loginButton, 1, 4, 1, 1)
+ self.frame = QtWidgets.QFrame(self.centralwidget)
+ self.frame.setEnabled(True)
+ self.frame.setAutoFillBackground(False)
+ self.frame.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedKingdom))
+ self.frame.setFrameShape(QtWidgets.QFrame.StyledPanel)
+ self.frame.setFrameShadow(QtWidgets.QFrame.Raised)
+ self.frame.setObjectName("frame")
+ self.gridLayout_2 = QtWidgets.QGridLayout(self.frame)
+ self.gridLayout_2.setObjectName("gridLayout_2")
+ self.karmaBox = QtWidgets.QComboBox(self.frame)
+ self.karmaBox.setObjectName("karmaBox")
+ self.karmaBox.addItem("")
+ self.karmaBox.addItem("")
+ self.karmaBox.addItem("")
+ self.gridLayout_2.addWidget(self.karmaBox, 28, 5, 1, 1)
+ self.Karma = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Karma.setFont(font)
+ self.Karma.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Karma.setObjectName("Karma")
+ self.gridLayout_2.addWidget(self.Karma, 12, 4, 1, 1)
+ self.UpdateType = QtWidgets.QLabel(self.frame)
+ self.UpdateType.setObjectName("UpdateType")
+ self.gridLayout_2.addWidget(self.UpdateType, 1, 3, 1, 1)
+ self.Request = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Request.setFont(font)
+ self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request.setText("")
+ self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Request.setObjectName("Request")
+ self.gridLayout_2.addWidget(self.Request, 10, 6, 1, 1)
+ self.Release_notes = QtWidgets.QTextBrowser(self.frame)
+ self.Release_notes.setObjectName("Release_notes")
+ self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 6)
+ self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
+ self.treeWidget_comment.setObjectName("treeWidget_comment")
+ self.gridLayout_2.addWidget(self.treeWidget_comment, 13, 3, 1, 6)
+ self.Status_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Status_static.setFont(font)
+ self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Status_static.setObjectName("Status_static")
+ self.gridLayout_2.addWidget(self.Status_static, 9, 5, 1, 1)
+ self.label_2 = QtWidgets.QLabel(self.frame)
+ self.label_2.setObjectName("label_2")
+ self.gridLayout_2.addWidget(self.label_2, 17, 3, 1, 1)
+ self.Package_name_main = QtWidgets.QLabel(self.frame)
+ self.Package_name_main.setMaximumSize(QtCore.QSize(1000, 1000))
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(22)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_name_main.setFont(font)
+ self.Package_name_main.setObjectName("Package_name_main")
+ self.gridLayout_2.addWidget(self.Package_name_main, 5, 3, 1, 4)
+ self.Package_breif = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setPointSize(12)
+ font.setBold(False)
+ font.setWeight(50)
+ self.Package_breif.setFont(font)
+ self.Package_breif.setObjectName("Package_breif")
+ self.gridLayout_2.addWidget(self.Package_breif, 6, 3, 1, 1)
+ self.Status = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Status.setFont(font)
+ self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Status.setObjectName("Status")
+ self.gridLayout_2.addWidget(self.Status, 9, 6, 1, 1)
+ self.Date_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Date_static.setFont(font)
+ self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Date_static.setObjectName("Date_static")
+ self.gridLayout_2.addWidget(self.Date_static, 10, 3, 1, 1)
+ self.pushButton = QtWidgets.QPushButton(self.frame)
+ self.pushButton.setObjectName("pushButton")
+ self.gridLayout_2.addWidget(self.pushButton, 28, 6, 1, 2)
+ self.frame_2 = QtWidgets.QFrame(self.frame)
+ self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
+ self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
+ self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
+ self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
+ self.frame_2.setObjectName("frame_2")
+ self.gridLayout_3 = QtWidgets.QGridLayout(self.frame_2)
+ self.gridLayout_3.setObjectName("gridLayout_3")
+ self.listWidget = QtWidgets.QListWidget(self.frame_2)
+ self.listWidget.setObjectName("listWidget")
+ self.gridLayout_3.addWidget(self.listWidget, 1, 0, 1, 2)
+ self.label_4 = QtWidgets.QLabel(self.frame_2)
+ self.label_4.setObjectName("label_4")
+ self.gridLayout_3.addWidget(self.label_4, 10, 0, 1, 1)
+ self.PageNum = QtWidgets.QLabel(self.frame_2)
+ self.PageNum.setObjectName("PageNum")
+ self.gridLayout_3.addWidget(self.PageNum, 10, 1, 1, 1)
+ self.fetchUpdatesButton = QtWidgets.QPushButton(self.frame_2)
+ self.fetchUpdatesButton.setObjectName("fetchUpdatesButton")
+ self.gridLayout_3.addWidget(self.fetchUpdatesButton, 11, 0, 1, 2)
+ self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
+ self.lineEdit.setObjectName("lineEdit")
+ self.gridLayout_3.addWidget(self.lineEdit, 0, 0, 1, 2)
+ self.previousButton = QtWidgets.QPushButton(self.frame_2)
+ self.previousButton.setObjectName("previousButton")
+ self.gridLayout_3.addWidget(self.previousButton, 8, 0, 1, 1)
+ self.nextButton = QtWidgets.QPushButton(self.frame_2)
+ self.nextButton.setObjectName("nextButton")
+ self.gridLayout_3.addWidget(self.nextButton, 8, 1, 1, 1)
+ self.gridLayout_2.addWidget(self.frame_2, 0, 0, 29, 1)
+ self.Karma_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Karma_static.setFont(font)
+ self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Karma_static.setObjectName("Karma_static")
+ self.gridLayout_2.addWidget(self.Karma_static, 12, 3, 1, 1)
+ self.Release = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Release.setFont(font)
+ self.Release.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Release.setObjectName("Release")
+ self.gridLayout_2.addWidget(self.Release, 9, 4, 1, 1)
+ self.karmaText = QtWidgets.QLabel(self.frame)
+ self.karmaText.setObjectName("karmaText")
+ self.gridLayout_2.addWidget(self.karmaText, 28, 4, 1, 1)
+ self.Request_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Request_static.setFont(font)
+ self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Request_static.setObjectName("Request_static")
+ self.gridLayout_2.addWidget(self.Request_static, 10, 5, 1, 1)
+ self.Submit_user = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Submit_user.setFont(font)
+ self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Submit_user.setObjectName("Submit_user")
+ self.gridLayout_2.addWidget(self.Submit_user, 12, 6, 1, 1)
+ self.Submitter_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Submitter_static.setFont(font)
+ self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Submitter_static.setObjectName("Submitter_static")
+ self.gridLayout_2.addWidget(self.Submitter_static, 12, 5, 1, 1)
+ self.commentEdit = QtWidgets.QTextEdit(self.frame)
+ self.commentEdit.setMaximumSize(QtCore.QSize(16777215, 100))
+ self.commentEdit.setObjectName("commentEdit")
+ self.gridLayout_2.addWidget(self.commentEdit, 18, 3, 1, 6)
+ self.Release_static = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(True)
+ font.setWeight(75)
+ font.setKerning(True)
+ self.Release_static.setFont(font)
+ self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
+ self.Release_static.setObjectName("Release_static")
+ self.gridLayout_2.addWidget(self.Release_static, 9, 3, 1, 1)
+ self.Date_submitted = QtWidgets.QLabel(self.frame)
+ font = QtGui.QFont()
+ font.setFamily("OpenSymbol")
+ font.setBold(False)
+ font.setWeight(50)
+ font.setKerning(True)
+ self.Date_submitted.setFont(font)
+ self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
+ self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
+ self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
+ self.Date_submitted.setObjectName("Date_submitted")
+ self.gridLayout_2.addWidget(self.Date_submitted, 10, 4, 1, 1)
+ self.critpathText = QtWidgets.QLabel(self.frame)
+ self.critpathText.setObjectName("critpathText")
+ self.gridLayout_2.addWidget(self.critpathText, 26, 4, 1, 1)
+ self.critpathBox = QtWidgets.QComboBox(self.frame)
+ self.critpathBox.setObjectName("critpathBox")
+ self.critpathBox.addItem("")
+ self.critpathBox.addItem("")
+ self.critpathBox.addItem("")
+ self.gridLayout_2.addWidget(self.critpathBox, 26, 5, 1, 1)
+ self.Karma_static.raise_()
+ self.frame_2.raise_()
+ self.Package_breif.raise_()
+ self.commentEdit.raise_()
+ self.Package_name_main.raise_()
+ self.Release_static.raise_()
+ self.Date_static.raise_()
+ self.pushButton.raise_()
+ self.Release.raise_()
+ self.Date_submitted.raise_()
+ self.Karma.raise_()
+ self.Submitter_static.raise_()
+ self.Request_static.raise_()
+ self.Submit_user.raise_()
+ self.Status_static.raise_()
+ self.Status.raise_()
+ self.Request.raise_()
+ self.UpdateType.raise_()
+ self.karmaBox.raise_()
+ self.karmaText.raise_()
+ self.label_2.raise_()
+ self.Release_notes.raise_()
+ self.treeWidget_comment.raise_()
+ self.critpathText.raise_()
+ self.critpathBox.raise_()
+ self.gridLayout.addWidget(self.frame, 3, 0, 1, 5)
+ self.usernamLable = QtWidgets.QLabel(self.centralwidget)
+ self.usernamLable.setObjectName("usernamLable")
+ self.gridLayout.addWidget(self.usernamLable, 1, 3, 1, 1, QtCore.Qt.AlignRight)
+ MainWindow.setCentralWidget(self.centralwidget)
+ self.statusbar = QtWidgets.QStatusBar(MainWindow)
+ self.statusbar.setObjectName("statusbar")
+ MainWindow.setStatusBar(self.statusbar)
+
+ self.retranslateUi(MainWindow)
+ self.karmaBox.setCurrentIndex(1)
+ self.critpathBox.setCurrentIndex(1)
+ QtCore.QMetaObject.connectSlotsByName(MainWindow)
+
+ def retranslateUi(self, MainWindow):
+ _translate = QtCore.QCoreApplication.translate
+ MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
+ self.loginButton.setText(_translate("MainWindow", "Login"))
+ self.karmaBox.setCurrentText(_translate("MainWindow", "0"))
+ self.karmaBox.setItemText(0, _translate("MainWindow", "1"))
+ self.karmaBox.setItemText(1, _translate("MainWindow", "0"))
+ self.karmaBox.setItemText(2, _translate("MainWindow", "-1"))
+ self.Karma.setText(_translate("MainWindow", "__"))
+ self.UpdateType.setText(_translate("MainWindow", "__"))
+ self.treeWidget_comment.headerItem().setText(0, _translate("MainWindow", "#"))
+ self.treeWidget_comment.headerItem().setText(1, _translate("MainWindow", "karma"))
+ self.treeWidget_comment.headerItem().setText(2, _translate("MainWindow", "critpath"))
+ self.treeWidget_comment.headerItem().setText(3, _translate("MainWindow", "user"))
+ self.treeWidget_comment.headerItem().setText(4, _translate("MainWindow", "comment"))
+ self.Status_static.setText(_translate("MainWindow", "Status"))
+ self.label_2.setText(_translate("MainWindow", "Comment"))
+ self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
+ self.Package_breif.setText(_translate("MainWindow", "breif"))
+ self.Status.setText(_translate("MainWindow", "__"))
+ self.Date_static.setText(_translate("MainWindow", "date submitted"))
+ self.pushButton.setText(_translate("MainWindow", "Submit"))
+ self.label_4.setText(_translate("MainWindow", "Page number:"))
+ self.PageNum.setText(_translate("MainWindow", "1"))
+ self.fetchUpdatesButton.setText(_translate("MainWindow", "Fetch Updates"))
+ self.previousButton.setText(_translate("MainWindow", "Previous"))
+ self.nextButton.setText(_translate("MainWindow", "Next"))
+ self.Karma_static.setText(_translate("MainWindow", "Karma"))
+ self.Release.setText(_translate("MainWindow", "__"))
+ self.karmaText.setText(_translate("MainWindow", "Karma"))
+ self.Request_static.setText(_translate("MainWindow", "Request"))
+ self.Submit_user.setText(_translate("MainWindow", "__"))
+ self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
+ self.Release_static.setText(_translate("MainWindow", "Release"))
+ self.Date_submitted.setText(_translate("MainWindow", "__"))
+ self.critpathText.setText(_translate("MainWindow", "critpath"))
+ self.critpathBox.setCurrentText(_translate("MainWindow", "0"))
+ self.critpathBox.setItemText(0, _translate("MainWindow", "1"))
+ self.critpathBox.setItemText(1, _translate("MainWindow", "0"))
+ self.critpathBox.setItemText(2, _translate("MainWindow", "-1"))
+ self.usernamLable.setText(_translate("MainWindow", "Username"))
diff --git a/src/LoginWindow.py b/src/LoginWindow.py
deleted file mode 100644
index e746b7a..0000000
--- a/src/LoginWindow.py
+++ /dev/null
@@ -1,63 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file 'ui/Login.ui'
-#
-# Created by: PyQt5 UI code generator 5.13.0
-#
-# WARNING! All changes made in this file will be lost!
-
-
-from PyQt5 import QtCore, QtGui, QtWidgets
-
-
-class Ui_Login(object):
- def setupUi(self, Login):
- Login.setObjectName("Login")
- Login.resize(250, 300)
- sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
- sizePolicy.setHorizontalStretch(0)
- sizePolicy.setVerticalStretch(0)
- sizePolicy.setHeightForWidth(Login.sizePolicy().hasHeightForWidth())
- Login.setSizePolicy(sizePolicy)
- Login.setMinimumSize(QtCore.QSize(250, 300))
- Login.setMaximumSize(QtCore.QSize(250, 300))
- self.gridLayoutWidget = QtWidgets.QWidget(Login)
- self.gridLayoutWidget.setGeometry(QtCore.QRect(0, 0, 241, 291))
- self.gridLayoutWidget.setObjectName("gridLayoutWidget")
- self.gridLayout = QtWidgets.QGridLayout(self.gridLayoutWidget)
- self.gridLayout.setContentsMargins(0, 0, 0, 0)
- self.gridLayout.setObjectName("gridLayout")
- self.Password = QtWidgets.QLineEdit(self.gridLayoutWidget)
- self.Password.setText("")
- self.Password.setEchoMode(QtWidgets.QLineEdit.Password)
- self.Password.setObjectName("Password")
- self.gridLayout.addWidget(self.Password, 5, 0, 1, 1)
- self.label_username = QtWidgets.QLabel(self.gridLayoutWidget)
- self.label_username.setObjectName("label_username")
- self.gridLayout.addWidget(self.label_username, 2, 0, 1, 1)
- self.label_Password = QtWidgets.QLabel(self.gridLayoutWidget)
- self.label_Password.setObjectName("label_Password")
- self.gridLayout.addWidget(self.label_Password, 4, 0, 1, 1)
- self.fedoraReleases = QtWidgets.QComboBox(self.gridLayoutWidget)
- self.fedoraReleases.setObjectName("fedoraReleases")
- self.gridLayout.addWidget(self.fedoraReleases, 7, 0, 1, 1)
- self.label_FeodraVersion = QtWidgets.QLabel(self.gridLayoutWidget)
- self.label_FeodraVersion.setObjectName("label_FeodraVersion")
- self.gridLayout.addWidget(self.label_FeodraVersion, 6, 0, 1, 1)
- self.saveButton = QtWidgets.QPushButton(self.gridLayoutWidget)
- self.saveButton.setObjectName("saveButton")
- self.gridLayout.addWidget(self.saveButton, 8, 0, 1, 1)
- self.Username = QtWidgets.QLineEdit(self.gridLayoutWidget)
- self.Username.setObjectName("Username")
- self.gridLayout.addWidget(self.Username, 3, 0, 1, 1)
-
- self.retranslateUi(Login)
- QtCore.QMetaObject.connectSlotsByName(Login)
-
- def retranslateUi(self, Login):
- _translate = QtCore.QCoreApplication.translate
- Login.setWindowTitle(_translate("Login", "Login"))
- self.label_username.setText(_translate("Login", "Username"))
- self.label_Password.setText(_translate("Login", "Password"))
- self.label_FeodraVersion.setText(_translate("Login", "Fedora Version"))
- self.saveButton.setText(_translate("Login", "Save"))
diff --git a/src/assets/16x16/apps/fedora-gooey-karma.png b/src/assets/16x16/apps/fedora-gooey-karma.png
deleted file mode 100644
index 5f18e88..0000000
Binary files a/src/assets/16x16/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/src/assets/24x24/apps/fedora-gooey-karma.png b/src/assets/24x24/apps/fedora-gooey-karma.png
deleted file mode 100644
index 82e51a7..0000000
Binary files a/src/assets/24x24/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/src/assets/256x256/apps/fedora-gooey-karma.png b/src/assets/256x256/apps/fedora-gooey-karma.png
deleted file mode 100644
index ba5a0be..0000000
Binary files a/src/assets/256x256/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/src/assets/32x32/apps/fedora-gooey-karma.png b/src/assets/32x32/apps/fedora-gooey-karma.png
deleted file mode 100644
index 902fcb0..0000000
Binary files a/src/assets/32x32/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/src/assets/48x48/apps/fedora-gooey-karma.png b/src/assets/48x48/apps/fedora-gooey-karma.png
deleted file mode 100644
index 67b3ac3..0000000
Binary files a/src/assets/48x48/apps/fedora-gooey-karma.png and /dev/null differ
diff --git a/src/fedora-gooey-karma b/src/fedora-gooey-karma
index 95ad217..2ee50d9 100755
--- a/src/fedora-gooey-karma
+++ b/src/fedora-gooey-karma
@@ -15,8 +15,8 @@ from PySide2 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtGui, QtWidgets
# import UI
-from window import Ui_MainWindow
-from LoginWindow import Ui_Login
+from FedoraGooeyMainWindow import Ui_MainWindow
+from FedoraGooeyLoginWindow import Ui_Login
@@ -25,7 +25,7 @@ from bodhi.client.bindings import BodhiClient
from fedora.client import FasProxyClient, openidbaseclient
location_data = str(Path.home()) + "/.fgk"
-
+location_assets = "/usr/share/fedora-gooey-karma/"
class Main():
def __init__(self):
@@ -48,10 +48,10 @@ class Main():
# set assets
- self.bugfix = QtGui.QPixmap("assets/bugfix.png")
- self.enhancement = QtGui.QPixmap("assets/enhancement.png")
- self.newpackage = QtGui.QPixmap("assets/new_package.png")
- self.security = QtGui.QPixmap("assets/security.png")
+ self.bugfix = QtGui.QPixmap(location_assets +"bugfix.png")
+ self.enhancement = QtGui.QPixmap(location_assets + "enhancement.png")
+ self.newpackage = QtGui.QPixmap(location_assets+"new_package.png")
+ self.security = QtGui.QPixmap(location_assets + "security.png")
# set listeners
self.ui.listWidget.itemSelectionChanged.connect(self.selected)
diff --git a/src/fedora-gooey-karma.desktop b/src/fedora-gooey-karma.desktop
new file mode 100644
index 0000000..6f899a1
--- /dev/null
+++ b/src/fedora-gooey-karma.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Encoding=UTF-8
+Name=Fedora Gooey Karma
+Comment=Helps you to easily and fast provide feedback for all testing updates that you have currently installed
+Exec=fedora-gooey-karma
+Icon=fedora-gooey-karma
+Terminal=false
+Categories=GNOME;GTK;System;
diff --git a/src/requirements.txt b/src/requirements.txt
deleted file mode 100644
index 97bbfc8..0000000
--- a/src/requirements.txt
+++ /dev/null
@@ -1 +0,0 @@
-python3-bodhi
diff --git a/src/window.py b/src/window.py
deleted file mode 100644
index 6d0f840..0000000
--- a/src/window.py
+++ /dev/null
@@ -1,344 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file 'ui/MainWindow.ui'
-#
-# Created by: PyQt5 UI code generator 5.13.0
-#
-# WARNING! All changes made in this file will be lost!
-
-
-from PyQt5 import QtCore, QtGui, QtWidgets
-
-
-class Ui_MainWindow(object):
- def setupUi(self, MainWindow):
- MainWindow.setObjectName("MainWindow")
- MainWindow.resize(1031, 766)
- MainWindow.setMouseTracking(False)
- self.centralwidget = QtWidgets.QWidget(MainWindow)
- self.centralwidget.setObjectName("centralwidget")
- self.gridLayout = QtWidgets.QGridLayout(self.centralwidget)
- self.gridLayout.setObjectName("gridLayout")
- self.loginButton = QtWidgets.QPushButton(self.centralwidget)
- self.loginButton.setObjectName("loginButton")
- self.gridLayout.addWidget(self.loginButton, 1, 4, 1, 1)
- self.frame = QtWidgets.QFrame(self.centralwidget)
- self.frame.setEnabled(True)
- self.frame.setAutoFillBackground(False)
- self.frame.setLocale(QtCore.QLocale(QtCore.QLocale.English, QtCore.QLocale.UnitedKingdom))
- self.frame.setFrameShape(QtWidgets.QFrame.StyledPanel)
- self.frame.setFrameShadow(QtWidgets.QFrame.Raised)
- self.frame.setObjectName("frame")
- self.gridLayout_2 = QtWidgets.QGridLayout(self.frame)
- self.gridLayout_2.setObjectName("gridLayout_2")
- self.karmaBox = QtWidgets.QComboBox(self.frame)
- self.karmaBox.setObjectName("karmaBox")
- self.karmaBox.addItem("")
- self.karmaBox.addItem("")
- self.karmaBox.addItem("")
- self.gridLayout_2.addWidget(self.karmaBox, 28, 5, 1, 1)
- self.Karma = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Karma.setFont(font)
- self.Karma.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Karma.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Karma.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Karma.setObjectName("Karma")
- self.gridLayout_2.addWidget(self.Karma, 12, 4, 1, 1)
- self.UpdateType = QtWidgets.QLabel(self.frame)
- self.UpdateType.setObjectName("UpdateType")
- self.gridLayout_2.addWidget(self.UpdateType, 1, 3, 1, 1)
- self.Request = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Request.setFont(font)
- self.Request.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request.setText("")
- self.Request.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Request.setObjectName("Request")
- self.gridLayout_2.addWidget(self.Request, 10, 6, 1, 1)
- self.Release_notes = QtWidgets.QTextBrowser(self.frame)
- self.Release_notes.setObjectName("Release_notes")
- self.gridLayout_2.addWidget(self.Release_notes, 7, 3, 1, 6)
- self.treeWidget_comment = QtWidgets.QTreeWidget(self.frame)
- self.treeWidget_comment.setObjectName("treeWidget_comment")
- self.gridLayout_2.addWidget(self.treeWidget_comment, 13, 3, 1, 6)
- self.Status_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Status_static.setFont(font)
- self.Status_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Status_static.setObjectName("Status_static")
- self.gridLayout_2.addWidget(self.Status_static, 9, 5, 1, 1)
- self.label_2 = QtWidgets.QLabel(self.frame)
- self.label_2.setObjectName("label_2")
- self.gridLayout_2.addWidget(self.label_2, 17, 3, 1, 1)
- self.Package_name_main = QtWidgets.QLabel(self.frame)
- self.Package_name_main.setMaximumSize(QtCore.QSize(1000, 1000))
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setPointSize(22)
- font.setBold(False)
- font.setWeight(50)
- self.Package_name_main.setFont(font)
- self.Package_name_main.setObjectName("Package_name_main")
- self.gridLayout_2.addWidget(self.Package_name_main, 5, 3, 1, 4)
- self.Package_breif = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setPointSize(12)
- font.setBold(False)
- font.setWeight(50)
- self.Package_breif.setFont(font)
- self.Package_breif.setObjectName("Package_breif")
- self.gridLayout_2.addWidget(self.Package_breif, 6, 3, 1, 1)
- self.Status = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Status.setFont(font)
- self.Status.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Status.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Status.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Status.setObjectName("Status")
- self.gridLayout_2.addWidget(self.Status, 9, 6, 1, 1)
- self.Date_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Date_static.setFont(font)
- self.Date_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Date_static.setObjectName("Date_static")
- self.gridLayout_2.addWidget(self.Date_static, 10, 3, 1, 1)
- self.pushButton = QtWidgets.QPushButton(self.frame)
- self.pushButton.setObjectName("pushButton")
- self.gridLayout_2.addWidget(self.pushButton, 28, 6, 1, 2)
- self.frame_2 = QtWidgets.QFrame(self.frame)
- self.frame_2.setMinimumSize(QtCore.QSize(300, 600))
- self.frame_2.setMaximumSize(QtCore.QSize(300, 16777215))
- self.frame_2.setFrameShape(QtWidgets.QFrame.StyledPanel)
- self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised)
- self.frame_2.setObjectName("frame_2")
- self.gridLayout_3 = QtWidgets.QGridLayout(self.frame_2)
- self.gridLayout_3.setObjectName("gridLayout_3")
- self.listWidget = QtWidgets.QListWidget(self.frame_2)
- self.listWidget.setObjectName("listWidget")
- self.gridLayout_3.addWidget(self.listWidget, 1, 0, 1, 2)
- self.label_4 = QtWidgets.QLabel(self.frame_2)
- self.label_4.setObjectName("label_4")
- self.gridLayout_3.addWidget(self.label_4, 10, 0, 1, 1)
- self.PageNum = QtWidgets.QLabel(self.frame_2)
- self.PageNum.setObjectName("PageNum")
- self.gridLayout_3.addWidget(self.PageNum, 10, 1, 1, 1)
- self.fetchUpdatesButton = QtWidgets.QPushButton(self.frame_2)
- self.fetchUpdatesButton.setObjectName("fetchUpdatesButton")
- self.gridLayout_3.addWidget(self.fetchUpdatesButton, 11, 0, 1, 2)
- self.lineEdit = QtWidgets.QLineEdit(self.frame_2)
- self.lineEdit.setObjectName("lineEdit")
- self.gridLayout_3.addWidget(self.lineEdit, 0, 0, 1, 2)
- self.previousButton = QtWidgets.QPushButton(self.frame_2)
- self.previousButton.setObjectName("previousButton")
- self.gridLayout_3.addWidget(self.previousButton, 8, 0, 1, 1)
- self.nextButton = QtWidgets.QPushButton(self.frame_2)
- self.nextButton.setObjectName("nextButton")
- self.gridLayout_3.addWidget(self.nextButton, 8, 1, 1, 1)
- self.gridLayout_2.addWidget(self.frame_2, 0, 0, 29, 1)
- self.Karma_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Karma_static.setFont(font)
- self.Karma_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Karma_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Karma_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Karma_static.setObjectName("Karma_static")
- self.gridLayout_2.addWidget(self.Karma_static, 12, 3, 1, 1)
- self.Release = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Release.setFont(font)
- self.Release.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Release.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Release.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Release.setObjectName("Release")
- self.gridLayout_2.addWidget(self.Release, 9, 4, 1, 1)
- self.karmaText = QtWidgets.QLabel(self.frame)
- self.karmaText.setObjectName("karmaText")
- self.gridLayout_2.addWidget(self.karmaText, 28, 4, 1, 1)
- self.Request_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Request_static.setFont(font)
- self.Request_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Request_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Request_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Request_static.setObjectName("Request_static")
- self.gridLayout_2.addWidget(self.Request_static, 10, 5, 1, 1)
- self.Submit_user = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Submit_user.setFont(font)
- self.Submit_user.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submit_user.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submit_user.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Submit_user.setObjectName("Submit_user")
- self.gridLayout_2.addWidget(self.Submit_user, 12, 6, 1, 1)
- self.Submitter_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Submitter_static.setFont(font)
- self.Submitter_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Submitter_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Submitter_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Submitter_static.setObjectName("Submitter_static")
- self.gridLayout_2.addWidget(self.Submitter_static, 12, 5, 1, 1)
- self.commentEdit = QtWidgets.QTextEdit(self.frame)
- self.commentEdit.setMaximumSize(QtCore.QSize(16777215, 100))
- self.commentEdit.setObjectName("commentEdit")
- self.gridLayout_2.addWidget(self.commentEdit, 18, 3, 1, 6)
- self.Release_static = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(True)
- font.setWeight(75)
- font.setKerning(True)
- self.Release_static.setFont(font)
- self.Release_static.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Release_static.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Release_static.setAlignment(QtCore.Qt.AlignRight|QtCore.Qt.AlignTrailing|QtCore.Qt.AlignVCenter)
- self.Release_static.setObjectName("Release_static")
- self.gridLayout_2.addWidget(self.Release_static, 9, 3, 1, 1)
- self.Date_submitted = QtWidgets.QLabel(self.frame)
- font = QtGui.QFont()
- font.setFamily("OpenSymbol")
- font.setBold(False)
- font.setWeight(50)
- font.setKerning(True)
- self.Date_submitted.setFont(font)
- self.Date_submitted.setCursor(QtGui.QCursor(QtCore.Qt.ArrowCursor))
- self.Date_submitted.setLayoutDirection(QtCore.Qt.LeftToRight)
- self.Date_submitted.setAlignment(QtCore.Qt.AlignLeading|QtCore.Qt.AlignLeft|QtCore.Qt.AlignVCenter)
- self.Date_submitted.setObjectName("Date_submitted")
- self.gridLayout_2.addWidget(self.Date_submitted, 10, 4, 1, 1)
- self.critpathText = QtWidgets.QLabel(self.frame)
- self.critpathText.setObjectName("critpathText")
- self.gridLayout_2.addWidget(self.critpathText, 26, 4, 1, 1)
- self.critpathBox = QtWidgets.QComboBox(self.frame)
- self.critpathBox.setObjectName("critpathBox")
- self.critpathBox.addItem("")
- self.critpathBox.addItem("")
- self.critpathBox.addItem("")
- self.gridLayout_2.addWidget(self.critpathBox, 26, 5, 1, 1)
- self.Karma_static.raise_()
- self.frame_2.raise_()
- self.Package_breif.raise_()
- self.commentEdit.raise_()
- self.Package_name_main.raise_()
- self.Release_static.raise_()
- self.Date_static.raise_()
- self.pushButton.raise_()
- self.Release.raise_()
- self.Date_submitted.raise_()
- self.Karma.raise_()
- self.Submitter_static.raise_()
- self.Request_static.raise_()
- self.Submit_user.raise_()
- self.Status_static.raise_()
- self.Status.raise_()
- self.Request.raise_()
- self.UpdateType.raise_()
- self.karmaBox.raise_()
- self.karmaText.raise_()
- self.label_2.raise_()
- self.Release_notes.raise_()
- self.treeWidget_comment.raise_()
- self.critpathText.raise_()
- self.critpathBox.raise_()
- self.gridLayout.addWidget(self.frame, 3, 0, 1, 5)
- self.usernamLable = QtWidgets.QLabel(self.centralwidget)
- self.usernamLable.setObjectName("usernamLable")
- self.gridLayout.addWidget(self.usernamLable, 1, 3, 1, 1, QtCore.Qt.AlignRight)
- MainWindow.setCentralWidget(self.centralwidget)
- self.statusbar = QtWidgets.QStatusBar(MainWindow)
- self.statusbar.setObjectName("statusbar")
- MainWindow.setStatusBar(self.statusbar)
-
- self.retranslateUi(MainWindow)
- self.karmaBox.setCurrentIndex(1)
- self.critpathBox.setCurrentIndex(1)
- QtCore.QMetaObject.connectSlotsByName(MainWindow)
-
- def retranslateUi(self, MainWindow):
- _translate = QtCore.QCoreApplication.translate
- MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
- self.loginButton.setText(_translate("MainWindow", "Login"))
- self.karmaBox.setCurrentText(_translate("MainWindow", "0"))
- self.karmaBox.setItemText(0, _translate("MainWindow", "1"))
- self.karmaBox.setItemText(1, _translate("MainWindow", "0"))
- self.karmaBox.setItemText(2, _translate("MainWindow", "-1"))
- self.Karma.setText(_translate("MainWindow", "__"))
- self.UpdateType.setText(_translate("MainWindow", "__"))
- self.treeWidget_comment.headerItem().setText(0, _translate("MainWindow", "#"))
- self.treeWidget_comment.headerItem().setText(1, _translate("MainWindow", "karma"))
- self.treeWidget_comment.headerItem().setText(2, _translate("MainWindow", "critpath"))
- self.treeWidget_comment.headerItem().setText(3, _translate("MainWindow", "user"))
- self.treeWidget_comment.headerItem().setText(4, _translate("MainWindow", "comment"))
- self.Status_static.setText(_translate("MainWindow", "Status"))
- self.label_2.setText(_translate("MainWindow", "Comment"))
- self.Package_name_main.setText(_translate("MainWindow", "Package Name"))
- self.Package_breif.setText(_translate("MainWindow", "breif"))
- self.Status.setText(_translate("MainWindow", "__"))
- self.Date_static.setText(_translate("MainWindow", "date submitted"))
- self.pushButton.setText(_translate("MainWindow", "Submit"))
- self.label_4.setText(_translate("MainWindow", "Page number:"))
- self.PageNum.setText(_translate("MainWindow", "1"))
- self.fetchUpdatesButton.setText(_translate("MainWindow", "Fetch Updates"))
- self.previousButton.setText(_translate("MainWindow", "Previous"))
- self.nextButton.setText(_translate("MainWindow", "Next"))
- self.Karma_static.setText(_translate("MainWindow", "Karma"))
- self.Release.setText(_translate("MainWindow", "__"))
- self.karmaText.setText(_translate("MainWindow", "Karma"))
- self.Request_static.setText(_translate("MainWindow", "Request"))
- self.Submit_user.setText(_translate("MainWindow", "__"))
- self.Submitter_static.setText(_translate("MainWindow", "Submitter"))
- self.Release_static.setText(_translate("MainWindow", "Release"))
- self.Date_submitted.setText(_translate("MainWindow", "__"))
- self.critpathText.setText(_translate("MainWindow", "critpath"))
- self.critpathBox.setCurrentText(_translate("MainWindow", "0"))
- self.critpathBox.setItemText(0, _translate("MainWindow", "1"))
- self.critpathBox.setItemText(1, _translate("MainWindow", "0"))
- self.critpathBox.setItemText(2, _translate("MainWindow", "-1"))
- self.usernamLable.setText(_translate("MainWindow", "Username"))
From c2070af7bd9c93f3cb8d23dc5622dad8710fe591 Mon Sep 17 00:00:00 2001
From: zubin
Date: Jul 25 2019 06:41:37 +0000
Subject: [PATCH 13/18] fixed karma issue
---
diff --git a/src/fedora-gooey-karma b/src/fedora-gooey-karma
index 2ee50d9..fb5c565 100755
--- a/src/fedora-gooey-karma
+++ b/src/fedora-gooey-karma
@@ -192,9 +192,9 @@ class Main():
def comment(self, update, comment, karma=0, critpath = None):
try:
if (critpath == None):
- x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'csrf_token': self.bc1.csrf()})
+ x = self.bc1.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'csrf_token': self.bc1.csrf()})
else:
- x = self.bc.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'karma_critpath': critpath ,'csrf_token': self.bc1.csrf()})
+ x = self.bc1.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'karma_critpath': critpath ,'csrf_token': self.bc1.csrf()})
return(x)
except Exception as e:
print(e)
@@ -214,7 +214,9 @@ class Main():
elif(self.critpath == False):
self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
response = self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText())
- print(self.username,response)
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("Karma Posted")
+ error_dialog.exec_()
except Exception as e:
print(e)
From 0adfd7a13f0f3c3c460f5bed131c166959deab02 Mon Sep 17 00:00:00 2001
From: zubin Choudhary
Date: Aug 27 2019 05:10:01 +0000
Subject: [PATCH 14/18] minor changes
---
diff --git a/src/FedoraGooeyKarma b/src/FedoraGooeyKarma
new file mode 100755
index 0000000..47fbb7c
--- /dev/null
+++ b/src/FedoraGooeyKarma
@@ -0,0 +1,303 @@
+#!/bin/python3
+
+
+
+# import system stuff
+import os
+import sys
+import json
+import pprint
+from pathlib import Path
+from ast import literal_eval
+
+# UI libs
+from PySide2 import QtCore, QtGui, QtWidgets
+from PyQt5 import QtCore, QtGui, QtWidgets
+
+# import UI
+from FedoraGooeyMainWindow import Ui_MainWindow
+from FedoraGooeyLoginWindow import Ui_Login
+
+
+
+# import Fedora libs
+from bodhi.client.bindings import BodhiClient
+from fedora.client import FasProxyClient, openidbaseclient
+
+location_data = str(Path.home()) + "/.fgk"
+location_assets = "/usr/share/fedora-gooey-karma/"
+
+
+class Main():
+ def __init__(self):
+
+ self.username = None
+ self.password = None
+ self.login = False
+
+ # init application
+ app = QtWidgets.QApplication(sys.argv)
+ MainWindow = QtWidgets.QMainWindow()
+ self.error = QtWidgets.QApplication([])
+ self.ui = Ui_MainWindow()
+ self.ui.setupUi(MainWindow)
+
+ # login window
+ self.Login = QtWidgets.QDialog()
+ self.ui_login = Ui_Login()
+ self.ui_login.setupUi(self.Login)
+
+
+ # set assets
+ self.bugfix = QtGui.QPixmap(location_assets +"bugfix.png")
+ self.enhancement = QtGui.QPixmap(location_assets + "enhancement.png")
+ self.newpackage = QtGui.QPixmap(location_assets+"new_package.png")
+ self.security = QtGui.QPixmap(location_assets + "security.png")
+
+ # set listeners
+ self.ui.listWidget.itemSelectionChanged.connect(self.selected)
+ self.ui.lineEdit.textEdited.connect(self.searching)
+ self.ui.pushButton.clicked.connect(self.postKarma)
+ self.ui.fetchUpdatesButton.clicked.connect(self.fetchList)
+ self.ui.nextButton.clicked.connect(self.next_page)
+ self.ui.previousButton.clicked.connect(self.previous_page)
+
+
+ # listeners loginPopup
+ self.ui_login.saveButton.clicked.connect(self.save)
+
+
+ # Get Login and fedora version
+ self.loginPopup()
+
+ # Bodhi
+ self.bc = BodhiClient()
+ self.fas = FasProxyClient()
+
+ self.query_args = {}
+ self.query_args['rows_per_page'] = 30
+ self.query_args['page'] = 1
+
+ # fedora Release
+ self.fedoraRelease = self.bc.get_releases()
+ self.release = []
+ for i in self.fedoraRelease['releases']:
+ self.release.append(i['name'])
+ self.ui_login.fedoraReleases.addItems(self.release)
+
+ # setting buttons
+ self.ui.pushButton.setEnabled(0)
+ self.ui.loginButton.clicked.connect(self.loginPopup)
+
+ # Misc
+ self.critpath = False
+
+
+ MainWindow.show()
+ sys.exit(app.exec_())
+
+
+
+ def loginPopup(self):
+ self.Login.show()
+ return(0)
+
+
+ def save(self):
+
+ self.username = self.ui_login.Username.text()
+ self.password = self.ui_login.Password.text()
+ self.query_args['releases'] = self.ui_login.fedoraReleases.currentText()
+ self.Login.close()
+ self.verifyLogin()
+
+ def verifyLogin(self):
+ verification = self.fas.verify_password(self.username, self.password)
+ if(verification):
+ self.ui.usernamLable.setText(self.username)
+ self.ui.loginButton.setText("logout")
+ self.ui.loginButton.clicked.connect(self.logout)
+ self.login = True
+ self.ui.pushButton.setEnabled(1)
+ else:
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("Wrong Username or Password \n close to continue without login")
+ error_dialog.exec_()
+ self.loginPopup()
+
+ def logout(self):
+ self.username = None
+ self.password = None
+ self.login = None
+ self.ui.usernamLable.setText("Username")
+ self.ui.loginButton.setText("login")
+ self.ui.loginButton.clicked.connect(self.loginPopup)
+ self.ui.pushButton.setEnabled(0)
+
+
+
+
+ # fetch the list of updates
+ def fetchList(self, cached_data):
+ try:
+ print("fetching")
+ self.ui.listWidget.clear()
+ if(cached_data):
+ self.data = json.load(open(cached_data, "r"))
+ else:
+ self.data = self.bc.query(**self.query_args)
+ for p in self.data['updates']:
+ self.ui.listWidget.addItem(p['title'])
+ self.cache()
+ except Exception as e:
+ print(e)
+ pass
+
+
+ # page controllers
+ def next_page(self):
+ try:
+ self.query_args["page"] = int(self.query_args["page"]) + 1
+ self.ui.PageNum.setText(str(self.query_args["page"]))
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+ self.fetchList(self.directory)
+
+ except Exception as e:
+ print(e)
+
+ def previous_page(self):
+ try:
+
+ if (int(self.query_args["page"]) > 1):
+ self.query_args["page"] = int(self.query_args["page"]) - 1
+ self.ui.PageNum.setText(str(self.query_args["page"]))
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+
+ self.fetchList(self.directory)
+
+ except Exception as e:
+ print(e)
+
+ # cache function
+ def cache(self):
+ try:
+ self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+
+ # check dir
+ os.makedirs(os.path.dirname( self.directory ), exist_ok=True)
+ with open(self.directory, "w") as f:
+ f.write(json.dumps(self.data))
+ except Exception as e:
+ print(e)
+
+ # custom comment function for critpath
+ def comment(self, update, comment, karma=0, critpath = None):
+ try:
+ if (critpath == None):
+ x = self.bc1.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'csrf_token': self.bc1.csrf()})
+ else:
+ x = self.bc1.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'karma_critpath': critpath ,'csrf_token': self.bc1.csrf()})
+ return(x)
+ except Exception as e:
+ print(e)
+
+ def postKarma(self):
+ t = self.ui.Package_breif.text()
+ print(t)
+ if (not self.login):
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("login before posting karma")
+ error_dialog.exec_()
+ else:
+ try:
+ if(self.critpath == True):
+ self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
+ self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText(),self.ui.critpathBox.currentText())
+ elif(self.critpath == False):
+ self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
+ self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText())
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("Karma Posted")
+ error_dialog.exec_()
+
+ except Exception as e:
+ print(e)
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage(str(e))
+ error_dialog.exec_()
+
+
+
+ # selecting the update
+
+ # populates comments in the section
+ def populateComments(self, t):
+ try:
+ for comments in t['comments']:
+ comment = QtWidgets.QTreeWidgetItem()
+ comment.setText(0, str(comments['id']))
+ comment.setText(1, str(comments['karma']))
+ comment.setText(2, str(comments['karma_critpath']))
+ comment.setText(3, str(comments['user']['name']))
+ comment.setText(4, str(comments['text']))
+ self.ui.treeWidget_comment.insertTopLevelItem(0,comment)
+ except:
+ pass
+
+
+
+
+ # changes the display text on selection.
+ def selected(self):
+ try:
+ t = self.ui.listWidget.selectedItems()
+ for p in self.data['updates']:
+ if p['title']== t[0].text():
+ self.ui.Package_name_main.setText(p['title'])
+ self.ui.Package_breif.setText(p['alias'])
+ self.ui.Status.setText(p['status'])
+ self.ui.Date_submitted.setText(p["date_submitted"])
+ self.ui.Submit_user.setText(p['user']['name'])
+ self.ui.Request.setText(p['request'])
+ self.ui.Karma.setText(str(p['karma']))
+ self.ui.Release_notes.setText(p['notes'])
+ self.ui.treeWidget_comment.clear()
+ self.populateComments(p)
+ if(p["type"] == "enhancement"):
+ self.ui.UpdateType.setPixmap(self.enhancement)
+ elif(p["type"] == "bugfix"):
+ self.ui.UpdateType.setPixmap(self.bugfix)
+ elif(p["type"] == "security"):
+ self.ui.UpdateType.setPixmap(self.security)
+ elif(p["type"] == "newpackage"):
+ self.ui.UpdateType.setPixmap(self.newpackage)
+
+ if(p['critpath'] == True):
+ self.ui.critpathBox.setVisible(1)
+ self.ui.critpathText.setVisible(1)
+ self.critpath = True
+ if(p['critpath'] == False):
+ self.ui.critpathBox.setVisible(0)
+ self.ui.critpathText.setVisible(0)
+ self.critpath = False
+
+
+ except Exception as e:
+ print(e)
+ pass
+
+
+ # using the search bar
+ def searching(self):
+ try:
+ self.ui.listWidget.clear()
+ for p in self.data['updates']:
+ if str(self.ui.lineEdit.text()) in p['title']:
+ self.ui.listWidget.addItem(p['title'])
+ pass
+ except Exception as e:
+ print(e)
+
+
+if __name__ == "__main__":
+ app = Main()
\ No newline at end of file
From 4b8baf1e8d45943b0e5f3657d3676493fb99502b Mon Sep 17 00:00:00 2001
From: iamzubin
Date: Sep 02 2019 19:39:46 +0000
Subject: [PATCH 15/18] clean unused files and deps
---
diff --git a/src/FedoraGooeyKarma b/src/FedoraGooeyKarma
index 47fbb7c..fff99f0 100755
--- a/src/FedoraGooeyKarma
+++ b/src/FedoraGooeyKarma
@@ -11,7 +11,6 @@ from pathlib import Path
from ast import literal_eval
# UI libs
-from PySide2 import QtCore, QtGui, QtWidgets
from PyQt5 import QtCore, QtGui, QtWidgets
# import UI
@@ -300,4 +299,4 @@ class Main():
if __name__ == "__main__":
- app = Main()
\ No newline at end of file
+ app = Main()
diff --git a/src/fedora-gooey-karma b/src/fedora-gooey-karma
deleted file mode 100755
index fb5c565..0000000
--- a/src/fedora-gooey-karma
+++ /dev/null
@@ -1,301 +0,0 @@
-#!/bin/python3
-
-
-
-# import system stuff
-import os
-import sys
-import json
-import pprint
-from pathlib import Path
-from ast import literal_eval
-
-# UI libs
-from PySide2 import QtCore, QtGui, QtWidgets
-from PyQt5 import QtCore, QtGui, QtWidgets
-
-# import UI
-from FedoraGooeyMainWindow import Ui_MainWindow
-from FedoraGooeyLoginWindow import Ui_Login
-
-
-
-# import Fedora libs
-from bodhi.client.bindings import BodhiClient
-from fedora.client import FasProxyClient, openidbaseclient
-
-location_data = str(Path.home()) + "/.fgk"
-location_assets = "/usr/share/fedora-gooey-karma/"
-
-class Main():
- def __init__(self):
-
- self.username = None
- self.password = None
- self.login = False
-
- # init application
- app = QtWidgets.QApplication(sys.argv)
- MainWindow = QtWidgets.QMainWindow()
- self.error = QtWidgets.QApplication([])
- self.ui = Ui_MainWindow()
- self.ui.setupUi(MainWindow)
-
- # login window
- self.Login = QtWidgets.QDialog()
- self.ui_login = Ui_Login()
- self.ui_login.setupUi(self.Login)
-
-
- # set assets
- self.bugfix = QtGui.QPixmap(location_assets +"bugfix.png")
- self.enhancement = QtGui.QPixmap(location_assets + "enhancement.png")
- self.newpackage = QtGui.QPixmap(location_assets+"new_package.png")
- self.security = QtGui.QPixmap(location_assets + "security.png")
-
- # set listeners
- self.ui.listWidget.itemSelectionChanged.connect(self.selected)
- self.ui.lineEdit.textEdited.connect(self.searching)
- self.ui.pushButton.clicked.connect(self.postKarma)
- self.ui.fetchUpdatesButton.clicked.connect(self.fetchList)
- self.ui.nextButton.clicked.connect(self.next_page)
- self.ui.previousButton.clicked.connect(self.previous_page)
-
-
- # listeners loginPopup
- self.ui_login.saveButton.clicked.connect(self.save)
-
-
- # Get Login and fedora version
- self.loginPopup()
-
- # Bodhi
- self.bc = BodhiClient()
- self.fas = FasProxyClient()
-
- self.query_args = {}
- self.query_args['rows_per_page'] = 30
- self.query_args['page'] = 1
-
- # fedora Release
- self.fedoraRelease = self.bc.get_releases()
- self.release = []
- for i in self.fedoraRelease['releases']:
- self.release.append(i['name'])
- self.ui_login.fedoraReleases.addItems(self.release)
-
- # setting buttons
- self.ui.pushButton.setEnabled(0)
- self.ui.loginButton.clicked.connect(self.loginPopup)
-
- # Misc
- self.critpath = False
-
-
- MainWindow.show()
- sys.exit(app.exec_())
-
-
-
- def loginPopup(self):
- self.Login.show()
- return(0)
-
-
- def save(self):
-
- self.username = self.ui_login.Username.text()
- self.password = self.ui_login.Password.text()
- self.query_args['releases'] = self.ui_login.fedoraReleases.currentText()
- self.Login.close()
- self.verifyLogin()
-
- def verifyLogin(self):
- verification = self.fas.verify_password(self.username, self.password)
- if(verification):
- self.ui.usernamLable.setText(self.username)
- self.ui.loginButton.setText("logout")
- self.ui.loginButton.clicked.connect(self.logout)
- self.login = True
- self.ui.pushButton.setEnabled(1)
- else:
- error_dialog = QtWidgets.QErrorMessage()
- error_dialog.showMessage("Wrong Username or Password \n close to continue without login")
- error_dialog.exec_()
- self.loginPopup()
-
- def logout(self):
- self.username = None
- self.password = None
- self.login = None
- self.ui.usernamLable.setText("Username")
- self.ui.loginButton.setText("login")
- self.ui.loginButton.clicked.connect(self.loginPopup)
- self.ui.pushButton.setEnabled(0)
-
-
-
-
- # fetch the list of updates
- def fetchList(self, cached_data):
- try:
- self.ui.listWidget.clear()
- if(cached_data):
- self.data = json.load(open(cached_data, "r"))
- else:
- self.data = self.bc.query(**self.query_args)
- for p in self.data['updates']:
- self.ui.listWidget.addItem(p['title'])
- self.cache()
- except Exception as e:
- print(e)
- pass
-
-
- # page controllers
- def next_page(self):
- try:
- self.query_args["page"] = int(self.query_args["page"]) + 1
- self.ui.PageNum.setText(str(self.query_args["page"]))
- self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
- self.fetchList(self.directory)
-
- except Exception as e:
- print(e)
-
- def previous_page(self):
- try:
-
- if (int(self.query_args["page"]) > 1):
- self.query_args["page"] = int(self.query_args["page"]) - 1
- self.ui.PageNum.setText(str(self.query_args["page"]))
- self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
-
- self.fetchList(self.directory)
-
- except Exception as e:
- print(e)
-
- # cache function
- def cache(self):
- try:
- self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
-
- # check dir
- os.makedirs(os.path.dirname( self.directory ), exist_ok=True)
- with open(self.directory, "w") as f:
- f.write(json.dumps(self.data))
- except Exception as e:
- print(e)
-
- # custom comment function for critpath
- def comment(self, update, comment, karma=0, critpath = None):
- try:
- if (critpath == None):
- x = self.bc1.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'csrf_token': self.bc1.csrf()})
- else:
- x = self.bc1.send_request('comments/', verb='POST', auth=True, data={'update': update, 'text': comment, 'karma': karma, 'karma_critpath': critpath ,'csrf_token': self.bc1.csrf()})
- return(x)
- except Exception as e:
- print(e)
-
- def postKarma(self):
- t = self.ui.Package_breif.text()
- print(t)
- if (not self.login):
- error_dialog = QtWidgets.QErrorMessage()
- error_dialog.showMessage("login before posting karma")
- error_dialog.exec_()
- else:
- try:
- if(self.critpath == True):
- self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
- response = self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText(),self.ui.critpathBox.currentText())
- elif(self.critpath == False):
- self.bc1 = BodhiClient(base_url='https://bodhi.fedoraproject.org/', username=self.username, password=self.password)
- response = self.comment(t, self.ui.commentEdit.toPlainText(), self.ui.karmaBox.currentText())
- error_dialog = QtWidgets.QErrorMessage()
- error_dialog.showMessage("Karma Posted")
- error_dialog.exec_()
-
- except Exception as e:
- print(e)
- error_dialog = QtWidgets.QErrorMessage()
- error_dialog.showMessage(str(e))
- error_dialog.exec_()
-
-
-
- # selecting the update
-
- # populates comments in the section
- def populateComments(self, t):
- try:
- for comments in t['comments']:
- comment = QtWidgets.QTreeWidgetItem()
- comment.setText(0, str(comments['id']))
- comment.setText(1, str(comments['karma']))
- comment.setText(2, str(comments['karma_critpath']))
- comment.setText(3, str(comments['user']['name']))
- comment.setText(4, str(comments['text']))
- self.ui.treeWidget_comment.insertTopLevelItem(0,comment)
- except:
- pass
-
-
-
-
- # changes the display text on selection.
- def selected(self):
- try:
- t = self.ui.listWidget.selectedItems()
- for p in self.data['updates']:
- if p['title']== t[0].text():
- self.ui.Package_name_main.setText(p['title'])
- self.ui.Package_breif.setText(p['alias'])
- self.ui.Status.setText(p['status'])
- self.ui.Date_submitted.setText(p["date_submitted"])
- self.ui.Submit_user.setText(p['user']['name'])
- self.ui.Request.setText(p['request'])
- self.ui.Karma.setText(str(p['karma']))
- self.ui.Release_notes.setText(p['notes'])
- self.ui.treeWidget_comment.clear()
- self.populateComments(p)
- if(p["type"] == "enhancement"):
- self.ui.UpdateType.setPixmap(self.enhancement)
- elif(p["type"] == "bugfix"):
- self.ui.UpdateType.setPixmap(self.bugfix)
- elif(p["type"] == "security"):
- self.ui.UpdateType.setPixmap(self.security)
- elif(p["type"] == "newpackage"):
- self.ui.UpdateType.setPixmap(self.newpackage)
-
- if(p['critpath'] == True):
- self.ui.critpathBox.setVisible(1)
- self.ui.critpathText.setVisible(1)
- self.critpath = True
- if(p['critpath'] == False):
- self.ui.critpathBox.setVisible(0)
- self.ui.critpathText.setVisible(0)
- self.critpath = False
-
-
- except Exception as e:
- print(e)
- pass
-
-
- # using the search bar
- def searching(self):
- try:
- self.ui.listWidget.clear()
- for p in self.data['updates']:
- if str(self.ui.lineEdit.text()) in p['title']:
- self.ui.listWidget.addItem(p['title'])
- pass
- except Exception as e:
- print(e)
-
-
-if __name__ == "__main__":
- app = Main()
\ No newline at end of file
From cd43c3ffb9adaef6c502e72623f4c83d24c129d0 Mon Sep 17 00:00:00 2001
From: iamzubin
Date: Sep 03 2019 05:47:49 +0000
Subject: [PATCH 16/18] gitignore fix
---
diff --git a/.gitignore b/.gitignore
index c9b568f..bf59494 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
*.pyc
*.swp
+.vscode/
+src/.vscode/
From 2eef542640cc9de171db1bb6502d99a55e419315 Mon Sep 17 00:00:00 2001
From: iamzubin
Date: Sep 03 2019 05:49:13 +0000
Subject: [PATCH 17/18] gitignore fix
---
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 25c729f..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "python.pythonPath": "/bin/python3"
-}
\ No newline at end of file
diff --git a/src/.vscode/settings.json b/src/.vscode/settings.json
deleted file mode 100644
index 25c729f..0000000
--- a/src/.vscode/settings.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "python.pythonPath": "/bin/python3"
-}
\ No newline at end of file
diff --git a/src/.vscode/tags b/src/.vscode/tags
deleted file mode 100644
index 888b37c..0000000
--- a/src/.vscode/tags
+++ /dev/null
@@ -1,59 +0,0 @@
-!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
-!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
-!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
-!_TAG_PROGRAM_NAME Exuberant Ctags //
-!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
-!_TAG_PROGRAM_VERSION 5.8 //
-BodhiClient ../bodhiCalls.py /^from bodhi.client.bindings import BodhiClient$/;" kind:namespace line:1
-BodhiClient ../main.py /^from bodhi.client.bindings import BodhiClient$/;" kind:namespace line:23
-FasProxyClient ../main.py /^from fedora.client import FasProxyClient, openidbaseclient$/;" kind:namespace line:24
-LoginWindow.py ../LoginWindow.py 1;" kind:file line:1
-Main ../main.py /^class Main():$/;" kind:class line:29
-Path ../main.py /^from pathlib import Path$/;" kind:namespace line:9
-QtCore ../LoginWindow.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
-QtCore ../main.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:14
-QtCore ../main.py /^from PySide2 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:13
-QtCore ../window.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
-QtGui ../LoginWindow.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
-QtGui ../main.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:14
-QtGui ../main.py /^from PySide2 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:13
-QtGui ../window.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
-QtWidgets ../LoginWindow.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
-QtWidgets ../main.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:14
-QtWidgets ../main.py /^from PySide2 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:13
-QtWidgets ../window.py /^from PyQt5 import QtCore, QtGui, QtWidgets$/;" kind:namespace line:10
-Ui_Login ../LoginWindow.py /^class Ui_Login(object):$/;" kind:class line:13
-Ui_Login ../main.py /^from LoginWindow import Ui_Login$/;" kind:namespace line:18
-Ui_MainWindow ../main.py /^from window import Ui_MainWindow$/;" kind:namespace line:17
-Ui_MainWindow ../window.py /^class Ui_MainWindow(object):$/;" kind:class line:13
-__init__ ../main.py /^ def __init__(self):$/;" kind:member line:30
-app ../main.py /^ app = Main()/;" kind:variable line:268
-bc ../bodhiCalls.py /^bc = BodhiClient()$/;" kind:variable line:3
-bodhiCalls.py ../bodhiCalls.py 1;" kind:file line:1
-cache ../main.py /^ def cache(self):$/;" kind:member line:165
-comment ../main.py /^ def comment(self, update, comment, karma=0, critpath = None):$/;" kind:member line:176
-fetchList ../main.py /^ def fetchList(self, cached_data):$/;" kind:member line:133
-json ../main.py /^import json$/;" kind:namespace line:7
-literal_eval ../main.py /^from ast import literal_eval$/;" kind:namespace line:10
-location_data ../main.py /^location_data = str(Path.home()) + "\/.fgk"$/;" kind:variable line:26
-loginPopup ../main.py /^ def loginPopup(self):$/;" kind:member line:96
-logout ../main.py /^ def logout(self):$/;" kind:member line:120
-main.py ../main.py 1;" kind:file line:1
-next_page ../main.py /^ def next_page(self):$/;" kind:member line:149
-openidbaseclient ../main.py /^from fedora.client import FasProxyClient, openidbaseclient$/;" kind:namespace line:24
-os ../main.py /^import os$/;" kind:namespace line:5
-populateComments ../main.py /^ def populateComments(self, t):$/;" kind:member line:210
-postKarma ../main.py /^ def postKarma(self):$/;" kind:member line:186
-pprint ../bodhiCalls.py /^import pprint$/;" kind:namespace line:2
-pprint ../main.py /^import pprint$/;" kind:namespace line:8
-previous_page ../main.py /^ def previous_page(self):$/;" kind:member line:155
-retranslateUi ../LoginWindow.py /^ def retranslateUi(self, Login):$/;" kind:member line:57
-retranslateUi ../window.py /^ def retranslateUi(self, MainWindow):$/;" kind:member line:304
-save ../main.py /^ def save(self):$/;" kind:member line:101
-searching ../main.py /^ def searching(self):$/;" kind:member line:256
-selected ../main.py /^ def selected(self):$/;" kind:member line:227
-setupUi ../LoginWindow.py /^ def setupUi(self, Login):$/;" kind:member line:14
-setupUi ../window.py /^ def setupUi(self, MainWindow):$/;" kind:member line:14
-sys ../main.py /^import sys$/;" kind:namespace line:6
-verifyLogin ../main.py /^ def verifyLogin(self):$/;" kind:member line:109
-window.py ../window.py 1;" kind:file line:1
From 72a47dec62eeffcf70f0c303ea94b5695ec5f876 Mon Sep 17 00:00:00 2001
From: iamzubin
Date: Sep 22 2019 21:12:34 +0000
Subject: [PATCH 18/18] no connection error and fetchlist on next page
---
diff --git a/src/FedoraGooeyKarma b/src/FedoraGooeyKarma
index fff99f0..9c9ceb3 100755
--- a/src/FedoraGooeyKarma
+++ b/src/FedoraGooeyKarma
@@ -66,8 +66,6 @@ class Main():
self.ui_login.saveButton.clicked.connect(self.save)
- # Get Login and fedora version
- self.loginPopup()
# Bodhi
self.bc = BodhiClient()
@@ -78,11 +76,20 @@ class Main():
self.query_args['page'] = 1
# fedora Release
- self.fedoraRelease = self.bc.get_releases()
- self.release = []
- for i in self.fedoraRelease['releases']:
- self.release.append(i['name'])
- self.ui_login.fedoraReleases.addItems(self.release)
+ try:
+ self.fedoraRelease = self.bc.get_releases()
+ self.release = []
+ for i in self.fedoraRelease['releases']:
+ self.release.append(i['name'])
+ self.ui_login.fedoraReleases.addItems(self.release)
+ except Exception as e:
+ error_dialog = QtWidgets.QErrorMessage()
+ error_dialog.showMessage("Please check your internet connection")
+ error_dialog.exec_()
+ print(e)
+
+ # Get Login and fedora version
+ self.loginPopup()
# setting buttons
self.ui.pushButton.setEnabled(0)
@@ -111,6 +118,7 @@ class Main():
self.verifyLogin()
def verifyLogin(self):
+
verification = self.fas.verify_password(self.username, self.password)
if(verification):
self.ui.usernamLable.setText(self.username)
@@ -137,7 +145,7 @@ class Main():
# fetch the list of updates
- def fetchList(self, cached_data):
+ def fetchList(self, cached_data=None):
try:
print("fetching")
self.ui.listWidget.clear()
@@ -159,10 +167,13 @@ class Main():
self.query_args["page"] = int(self.query_args["page"]) + 1
self.ui.PageNum.setText(str(self.query_args["page"]))
self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
- self.fetchList(self.directory)
+ if(os.path.exists(self.directory)):
+ self.fetchList(self.directory)
+ else:
+ self.fetchList()
except Exception as e:
- print(e)
+ print("exception",e,"doesn\'t exist" )
def previous_page(self):
try:
@@ -172,6 +183,11 @@ class Main():
self.ui.PageNum.setText(str(self.query_args["page"]))
self.directory = location_data + "/" +self.query_args['releases'] + '/'+ str(self.query_args['page']) + ".json"
+ if(os.path.exists(self.directory)):
+ self.fetchList(self.directory)
+ else:
+ self.fetchList()
+
self.fetchList(self.directory)
except Exception as e: