| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- Fix build without python2
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
- version update to 12.7
  * Await `aiohttp.ClientSession.close()`
  * Upgraded dependency `aiohttp>=3.0.0`
  * Bot API 3.6
  * Added `parse_mode` to all methods and namedtuples supporting `caption`
  * Added `supports_streaming` and `connected_website` to relevant
    methods and namedtuples
  * Fixed downloading through proxy in `telepot.aio.api` module
- Use \%license instead of \%doc to package License.md.
- Update to version 12.5:
  * Bot API 3.5
  - Added method `sendMediaGroup` and namedtuple
    `InputMediaPhoto` and `InputMediaVideo`
  - Added parameter `provider_data` to method `sendInvoice`
  - Better exception handling in `telepot.aio.api` module
- Convert to python single-spec version.
- Initial package