Metadata-Version: 2.1
Name: manjariando-mirrors
Version: 3.2.4
Summary: Package that provides all mirrors for Manjaro Linux.
Home-page: https://gitlab.com/manjariando/manjariando-mirrors
Author: Roland Singer, Esclapion, philm, Ramon Buldó
Author-email: ramon@manjaro.org
License: GPL3
Keywords: manjariando-mirrors
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End User/Desktop
Classifier: License :: OSI Approved :: GPL3 License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Console
License-File: LICENSE
License-File: AUTHORS.md

# pacman-mirrors

[![Build Status](https://travis-ci.org/manjaro/pacman-mirrors.svg?branch=master)](https://travis-ci.org/manjaro/pacman-mirrors)

Package that provides all mirrors for Manjaro Linux.

- Free software: GPL license

## Features

- Generate a new mirror list by using several options:
    - method: rank or random.
    - branch: stable, testing or unstable.
    - country: a single, a list or all.
- A GUI for selecting the mirrors to used to generate a custom list.

## Technologies

pacman-mirrors is build with Python and Gtk3.


# Change Log
All notable changes to this project will be documented in this file.

## [3.2.2] - 2017-02-12
- Fix issue with multible country select.
- Bug fixes.

## [3.2.1] - 2017-02-10
- Fix save of config file.
- Update translations.

## [3.2.0] - 2017-02-06
- Add TUI interface.
- Bug fixes.
- Update translations.

## [3.1.0] - 2017-01-18
- Replace --verbose option by --quiet.
- New documentation.
- Translation review.
- Check DISPLAY when using interactive mode.
- Better structure for the GUI.

## [3.0.0] - 2017-01-12
- Refactoring.
- New GUI.
- Code improvements.
- --verbose option.

## [2.0.0] - 2016-03-01
- Add translation support.
- Better error messages.
- --no-update option, to prevent updates when upgrading the package.
- Big refractor of code.
- Configuration file /etc/pacman-mirrors.conf is optional.
- Pep8 all the code in pacman_mirrors.py
- Reestructure the project.
- The Custom country created with interactive mode is now stored in /var/lib/pacman-mirrors/
- If a Custom country is found in /etc/pacman.d/mirrors/ its moved automatically to the new directory.
